Ticket 47599 - Reduce lock scope in retro changelog plug-in

-  previous fix missing defition of retrocl_cn_lock
This commit is contained in:
Rich Megginson 2013-11-22 19:57:53 -07:00
parent 37dc228406
commit 48fd002f65
5 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -85,3 +85,4 @@
/389-ds-base-1.3.2.3.tar.bz2 /389-ds-base-1.3.2.3.tar.bz2
/389-ds-base-1.3.2.4.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.5.tar.bz2
/389-ds-base-1.3.2.6.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d` DATE=`date +%Y%m%d`
# use a real tag name here # use a real tag name here
VERSION=1.3.2.5 VERSION=1.3.2.6
PKGNAME=389-ds-base PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION} TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE #SRCNAME=$PKGNAME-$VERSION-$DATE

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d` DATE=`date +%Y%m%d`
# use a real tag name here # use a real tag name here
VERSION=1.3.2.5 VERSION=1.3.2.6
PKGNAME=389-ds-base PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION} TAG=${TAG:-$PKGNAME-$VERSION}
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz" URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"

View File

@ -24,7 +24,7 @@
Summary: 389 Directory Server (base) Summary: 389 Directory Server (base)
Name: 389-ds-base Name: 389-ds-base
Version: 1.3.2.5 Version: 1.3.2.6
Release: %{?relprefix}1%{?prerel}%{?dist} Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions License: GPLv2 with exceptions
URL: http://port389.org/ URL: http://port389.org/
@ -315,6 +315,10 @@ fi
%{_libdir}/%{pkgname}/libslapd.so.* %{_libdir}/%{pkgname}/libslapd.so.*
%changelog %changelog
* Fri Nov 22 2013 Rich Megginson <rmeggins@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@redhat.com> - 1.3.2.5-1 * Thu Nov 21 2013 Rich Megginson <rmeggins@redhat.com> - 1.3.2.5-1
- Ticket #47605 CVE-2013-4485: DoS due to improper handling of ger attr searches - Ticket #47605 CVE-2013-4485: DoS due to improper handling of ger attr searches

View File

@ -1 +1 @@
9c9b706a85829e7e03a07834c12d8de1 389-ds-base-1.3.2.5.tar.bz2 dc669063b749cbf8533b48762367ddc4 389-ds-base-1.3.2.6.tar.bz2