[389-ds-base] Ticket 47599 - Reduce lock scope in retro changelog plug-in

Richard Allen Megginson rmeggins at fedoraproject.org
Sat Nov 23 03:00:19 UTC 2013


commit 48fd002f658602eb0f8cd0ff921e518942db30b2
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Fri Nov 22 19:57:53 2013 -0700

    Ticket 47599 - Reduce lock scope in retro changelog plug-in
    
    -  previous fix missing defition of retrocl_cn_lock

 .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 35b6510..df1309e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -85,3 +85,4 @@
 /389-ds-base-1.3.2.3.tar.bz2
 /389-ds-base-1.3.2.4.tar.bz2
 /389-ds-base-1.3.2.5.tar.bz2
+/389-ds-base-1.3.2.6.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index e2dbaf8..ea689dc 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.3.2.5
+VERSION=1.3.2.6
 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 bceda40..1738b08 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.3.2.5
+VERSION=1.3.2.6
 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 8a25765..4c59ddc 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -24,7 +24,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.3.2.5
+Version:          1.3.2.6
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -315,6 +315,10 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Fri Nov 22 2013 Rich Megginson <rmeggins at redhat.com> - 1.3.2.6-1
+- Ticket 47599 - Reduce lock scope in retro changelog plug-in
+-  previous fix missing defition of retrocl_cn_lock
+
 * Thu Nov 21 2013 Rich Megginson <rmeggins at redhat.com> - 1.3.2.5-1
 - Ticket #47605 CVE-2013-4485: DoS due to improper handling of ger attr searches
 
diff --git a/sources b/sources
index 45904df..9342c92 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c9b706a85829e7e03a07834c12d8de1  389-ds-base-1.3.2.5.tar.bz2
+dc669063b749cbf8533b48762367ddc4  389-ds-base-1.3.2.6.tar.bz2


More information about the scm-commits mailing list