Ticket 47599 - Reduce lock scope in retro changelog plug-in
- previous fix missing defition of retrocl_cn_lock
This commit is contained in:
parent
37dc228406
commit
48fd002f65
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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@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
|
||||
- Ticket #47605 CVE-2013-4485: DoS due to improper handling of ger attr searches
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user