From a3e28905ae6b811196989c1c0f1c4eb165e07832 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Aug 25 2011 17:13:39 +0000 Subject: 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 (cherry picked from commit 3046c636872a08e1b80c4c6b344bc6e01ab08112) --- 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 35807cd..d49e286 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/ @@ -276,6 +276,12 @@ exit 0 %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Wed Aug 24 2011 Rich Megginson - 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 - 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