[389-ds-base/el6] 1.2.10.2 - fix a couple of late breaking crash bugs - fix TLS and defaultNamingContext

Richard Allen Megginson rmeggins at fedoraproject.org
Thu Feb 23 15:38:07 UTC 2012


commit 516f0152205c4ba60514d99b512599645f94bc48
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Thu Feb 23 08:31:50 2012 -0700

    1.2.10.2 - fix a couple of late breaking crash bugs - fix TLS and defaultNamingContext
    
    Trac Ticket #298 - crash when replicating orphaned tombstone entry
    Ticket #281 - TLS not working with latest openldap
    Trac Ticket #290 - server hangs during shutdown if betxn pre/post op fails
    Trac Ticket #26 - Please support setting defaultNamingContext in the rootdse
    (cherry picked from commit 8f4a7ccb396e11ed82dc403dee2fe505036417cd)
    (cherry picked from commit cba2886272d90321b4911f32058b519b9ea45c8f)

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |   10 +++++++++-
 sources                  |    2 +-
 5 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f4c7f9..8d4e03f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,4 @@
 /389-ds-base-1.2.10.rc1.tar.bz2
 /389-ds-base-1.2.10.0.tar.bz2
 /389-ds-base-1.2.10.1.tar.bz2
+/389-ds-base-1.2.10.2.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 76dbe84..44d0c96 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.1
+VERSION=1.2.10.2
 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 21b14e4..b64e43f 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.1
+VERSION=1.2.10.2
 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 4e71e17..f84b875 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -15,13 +15,14 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.2.10.1
+Version:          1.2.10.2
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
 Group:            System Environment/Daemons
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:         %{name}-libs = %{version}-%{release}
+Provides:         ldif2ldbm
 
 BuildRequires:    nspr-devel
 BuildRequires:    nss-devel
@@ -272,6 +273,13 @@ exit 0
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Thu Feb 23 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.10.2-1
+- Trac Ticket #298 - crash when replicating orphaned tombstone entry
+- Ticket #281 - TLS not working with latest openldap
+- Trac Ticket #290 - server hangs during shutdown if betxn pre/post op fails
+- Trac Ticket #26 - Please support setting defaultNamingContext in the rootdse
+- Ticket #124 - add Provides: ldif2ldbm to rpm
+
 * Tue Feb 14 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.10.1-1
 - Ticket #294 - 389 DS Segfaults during replica install in FreeIPA
 
diff --git a/sources b/sources
index 637f33f..ff0190a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f38bb2433472fbc2bf6956af912193e  389-ds-base-1.2.10.1.tar.bz2
+35b326f94ea122eba0b4d52d515ee628  389-ds-base-1.2.10.2.tar.bz2


More information about the scm-commits mailing list