[389-ds-base/el6] 389-ds-base-1.2.9.a2 - several bug fixes - automember improvements

Richard Allen Megginson rmeggins at fedoraproject.org
Tue Jun 28 15:31:08 UTC 2011


commit c1cf49e36e4bb6692e4bb1d03ed73faa56d9bedb
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Tue Jun 28 09:17:02 2011 -0600

    389-ds-base-1.2.9.a2 - several bug fixes - automember improvements
    
    look for separate openldap ldif library
    Split automember regex rules into separate entries
    writing Inf file shows SchemaFile = ARRAY(0xhexnum)
    add support for ldif files with changetype: add
    Bug 716980 - winsync uses old AD entry if new one not found
    Bug 697694 - rhds82 - incr update state stop_fatal_error "requires administrator action", with extop_result: 9
    bump console version to 1.2.6
    Bug 711679 - unresponsive LDAP service when deleting vlv on replica
    Bug 703703 - setup-ds-admin.pl asks for legal agreement to a non-existant file
    Bug 706209 - LEGAL: RHEL6.1 License issue for 389-ds-base package
    Bug 663752 - Cert renewal for attrcrypt and encchangelog
    Bug 706179 - DS can not restart after create a new objectClass has entryusn attribute
    Bug 711906 - ns-slapd segfaults using suffix referrals
    Bug 707384 - only allow FIPS approved cipher suites in FIPS mode
    Bug 710377 - Import with chain-on-update crashes ns-slapd
    Bug 709826 - Memory leak: when extra referrals configured
    (cherry picked from commit 8ad2cad083f22b601cec30c82ea61f7b79a58fd9)

 .gitignore               |    2 ++
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |   23 +++++++++++++++++++++--
 sources                  |    2 +-
 5 files changed, 26 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf10755..b9c73af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,5 @@
 /389-ds-base-1.2.8.1.tar.bz2
 /389-ds-base-1.2.8.2.tar.bz2
 /389-ds-base-1.2.8.3.tar.bz2
+/389-ds-base-1.2.9.a1.tar.bz2
+/389-ds-base-1.2.9.a2.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index c8da012..6651e8b 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.8.3
+VERSION=1.2.9.a2
 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 24fdde3..96e3848 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.8.3
+VERSION=1.2.9.a2
 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 e7a9397..0dd71df 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -3,7 +3,7 @@
 # for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
 # also remove the space between % and global - this space is needed because
 # fedpkg verrel stupidly ignores comment lines
-# % global prerel .rc5
+%global prerel .a2
 # also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
 # % global relprefix 0.
 
@@ -15,7 +15,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.2.8.3
+Version:          1.2.9
 Release:          %{?relprefix}2%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -272,6 +272,25 @@ exit 0
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Mon Jun 27 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.9-0.2.a2
+- 389-ds-base-1.2.9.a2
+- look for separate openldap ldif library
+- Split automember regex rules into separate entries
+- writing Inf file shows SchemaFile = ARRAY(0xhexnum)
+- add support for ldif files with changetype: add
+- Bug 716980 - winsync uses old AD entry if new one not found
+- Bug 697694 - rhds82 - incr update state stop_fatal_error "requires administrator action", with extop_result: 9
+- bump console version to 1.2.6
+- Bug 711679 - unresponsive LDAP service when deleting vlv on replica
+- Bug 703703 - setup-ds-admin.pl asks for legal agreement to a non-existant file
+- Bug 706209 - LEGAL: RHEL6.1 License issue for 389-ds-base package
+- Bug 663752 - Cert renewal for attrcrypt and encchangelog
+- Bug 706179 - DS can not restart after create a new objectClass has entryusn attribute
+- Bug 711906 - ns-slapd segfaults using suffix referrals
+- Bug 707384 - only allow FIPS approved cipher suites in FIPS mode
+- Bug 710377 - Import with chain-on-update crashes ns-slapd
+- Bug 709826 - Memory leak: when extra referrals configured
+
 * Wed Jun 22 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.8.3-2
 - removed selinux dependency
 
diff --git a/sources b/sources
index 88b41db..838a3f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-50270b358edb4a9f8c3a0c82cf242f02  389-ds-base-1.2.8.3.tar.bz2
+d608d6f38dec965a07b5a7f8529e93a4  389-ds-base-1.2.9.a2.tar.bz2


More information about the scm-commits mailing list