[389-ds-base/f15] fix some repl and crashing issues

Richard Allen Megginson rmeggins at fedoraproject.org
Thu May 24 17:48:44 UTC 2012


commit e5fcfeb9505ae48aa39eca818c64789a9562ac53
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Thu May 24 11:46:39 2012 -0600

    fix some repl and crashing issues
    
    Ticket #382 - DS Shuts down intermittently
    Trac Ticket #359 - Database RUV could mismatch the one in changelog under the stress
    Bug #361: Bad DNs in ACIs can segfault ns-slapd
    Trac Ticket #338 - letters in object's cn get converted to lowercase when renaming object
    (cherry picked from commit 8f42d8054a361dec2b54117ba5493971fb95d761)

 .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 0032eb8..1b8936f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,4 @@
 /389-ds-base-1.2.10.6.tar.bz2
 /389-ds-base-1.2.10.7.tar.bz2
 /389-ds-base-1.2.10.8.tar.bz2
+/389-ds-base-1.2.10.9.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index c2bfb30..4622293 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.10.8
+VERSION=1.2.10.9
 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 50b29a0..257a0ca 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.10.8
+VERSION=1.2.10.9
 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 e26ec4a..0fd12f6 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.10.8
+Version:          1.2.10.9
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -275,6 +275,12 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Thu May 24 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.10.9-1
+- Ticket #382 - DS Shuts down intermittently
+- Trac Ticket #359 - Database RUV could mismatch the one in changelog under the stress
+- Bug #361: Bad DNs in ACIs can segfault ns-slapd
+- Trac Ticket #338 - letters in object's cn get converted to lowercase when renaming object
+
 * Thu May  3 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.10.8-1
 - Ticket #348 - crash in ldap_initialize with multiple threads
 -  previous fix would crash in ldclt - this fixes that crash
diff --git a/sources b/sources
index dadca3a..4ab1718 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ba4a0df7980c635cd666779c1201ac0d  389-ds-base-1.2.10.8.tar.bz2
+c5893e1a70c0f24edb87e4994d9ebdae  389-ds-base-1.2.10.9.tar.bz2


More information about the scm-commits mailing list