[389-ds-base/el6] Ticket #348 - crash in ldap_initialize with multiple threads

Richard Allen Megginson rmeggins at fedoraproject.org
Thu May 3 14:46:22 UTC 2012


commit 25a910dda22e4b908407d77592e8d63c8eec3751
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Thu May 3 08:44:15 2012 -0600

    Ticket #348 - crash in ldap_initialize with multiple threads
    
    previous fix would crash in ldclt - this fixes that crash
    (cherry picked from commit 7b0f365a068a5351268bc68daaa166e796627f0d)
    (cherry picked from commit 85ab6094b6d6b5010260007e9662357757473600)

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |    6 +++++-
 sources                  |    2 +-
 5 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f94b6e6..0032eb8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@
 /389-ds-base-1.2.10.5.tar.bz2
 /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
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 3de0c3d..c2bfb30 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.7
+VERSION=1.2.10.8
 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 9f5db94..50b29a0 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.7
+VERSION=1.2.10.8
 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 738ae6d..bf0fe8c 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.7
+Version:          1.2.10.8
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -271,6 +271,10 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* 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
+
 * Mon Apr 30 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.10.7-1
 - Ticket #348 - crash in ldap_initialize with multiple threads
 - Ticket #347 - IPA dirsvr seg-fault during system longevity test
diff --git a/sources b/sources
index 6bdafe3..dadca3a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7971e67278785a824cfb41f95a0dbab5  389-ds-base-1.2.10.7.tar.bz2
+ba4a0df7980c635cd666779c1201ac0d  389-ds-base-1.2.10.8.tar.bz2


More information about the scm-commits mailing list