[389-ds-base] 389-ds-base-1.2.9.7 - bugfix update

Richard Allen Megginson rmeggins at fedoraproject.org
Thu Aug 25 16:42:25 UTC 2011


commit 3046c636872a08e1b80c4c6b344bc6e01ab08112
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Thu Aug 25 10:40:37 2011 -0600

    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

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |    8 +++++++-
 sources                  |    2 +-
 5 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d895463..96f4b53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 78c1e7c..aa9779b 100644
--- a/389-ds-base-git-local.sh
+++ b/389-ds-base-git-local.sh
@@ -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
diff --git a/389-ds-base-git.sh b/389-ds-base-git.sh
index 66a58e7..6d0e129 100644
--- a/389-ds-base-git.sh
+++ b/389-ds-base-git.sh
@@ -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"
diff --git a/389-ds-base.spec b/389-ds-base.spec
index a687506..ca96a16 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -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 at 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 at 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
diff --git a/sources b/sources
index 941d967..ad4cc4b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fdd47b00d6f2261bb87ac1c8a60e51f1  389-ds-base-1.2.9.6.tar.bz2
+6eae4e23eb57b78adecbe87ed474d39f  389-ds-base-1.2.9.7.tar.bz2


More information about the scm-commits mailing list