389-ds-base-1.2.9.7 - bugfix update

389-ds-base-1.2.9.7 - bugfix update
Bug 733103 - large targetattr list with syntax errors cause server to crash or hang
Bug 633803 - passwordisglobalpolicy attribute brakes TLS chaining
Bug 732541 - Ignore error 32 when adding automember config
Bug 728592 - Allow ns-slapd to start with an invalid server cert
This commit is contained in:
Rich Megginson 2011-08-25 10:40:37 -06:00
parent 783a787702
commit 3046c63687
5 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@
/389-ds-base-1.2.9.4.tar.bz2
/389-ds-base-1.2.9.5.tar.bz2
/389-ds-base-1.2.9.6.tar.bz2
/389-ds-base-1.2.9.7.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.9.6
VERSION=1.2.9.7
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.9.6
VERSION=1.2.9.7
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

@ -15,7 +15,7 @@
Summary: 389 Directory Server (base)
Name: 389-ds-base
Version: 1.2.9.6
Version: 1.2.9.7
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions
URL: http://port389.org/
@ -271,6 +271,12 @@ exit 0
%{_libdir}/%{pkgname}/libslapd.so.*
%changelog
* Wed Aug 24 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.7-1
- Bug 733103 - large targetattr list with syntax errors cause server to crash or hang
- Bug 633803 - passwordisglobalpolicy attribute brakes TLS chaining
- Bug 732541 - Ignore error 32 when adding automember config
- Bug 728592 - Allow ns-slapd to start with an invalid server cert
* Wed Aug 10 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.6-1
- Bug 728510 - Run dirsync after sending updates to AD
- Bug 729717 - Fatal error messages when syncing deletes from AD

View File

@ -1 +1 @@
fdd47b00d6f2261bb87ac1c8a60e51f1 389-ds-base-1.2.9.6.tar.bz2
6eae4e23eb57b78adecbe87ed474d39f 389-ds-base-1.2.9.7.tar.bz2