From 7b0f365a068a5351268bc68daaa166e796627f0d Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: May 03 2012 14:44:15 +0000 Subject: Ticket #348 - crash in ldap_initialize with multiple threads previous fix would crash in ldclt - this fixes that crash --- 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 697ca28..eeb023b 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -18,7 +18,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/ @@ -285,6 +285,10 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Thu May 3 2012 Rich Megginson - 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 - 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