Ticket #305 - Certain CMP operations hang or cause ns-slapd to crash

Ticket #305 - Certain CMP operations hang or cause ns-slapd to crash
This commit is contained in:
Rich Megginson 2012-03-13 13:54:43 -06:00
parent f064c093b3
commit c9ac9176bd
5 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -40,3 +40,4 @@
/389-ds-base-1.2.10.1.tar.bz2
/389-ds-base-1.2.10.2.tar.bz2
/389-ds-base-1.2.10.3.tar.bz2
/389-ds-base-1.2.10.4.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.10.3
VERSION=1.2.10.4
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.10.3
VERSION=1.2.10.4
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"

View File

@ -19,7 +19,7 @@
Summary: 389 Directory Server (base)
Name: 389-ds-base
Version: 1.2.10.3
Version: 1.2.10.4
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions
URL: http://port389.org/
@ -298,6 +298,9 @@ exit 0
%{_libdir}/%{pkgname}/libslapd.so.*
%changelog
* Tue Mar 13 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.4-1
- Ticket #305 - Certain CMP operations hang or cause ns-slapd to crash
* Mon Mar 5 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.3-1
- b05139b memleak in normalize_mods2bvals
- c0eea24 memleak in mep_parse_config_entry

View File

@ -1 +1 @@
7c9c6cc2ef523980e816724215698fa6 389-ds-base-1.2.10.3.tar.bz2
4cb3f8920fec09a368e0dc9b7c9f2fd2 389-ds-base-1.2.10.4.tar.bz2