Ticket #47605 CVE-2013-4485: DoS due to improper handling of ger attr searches

This commit is contained in:
Rich Megginson 2013-11-21 11:21:04 -07:00
parent 5402445982
commit 37dc228406
5 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -84,3 +84,4 @@
/389-ds-base-1.3.2.2.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.5.tar.bz2

View File

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

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.3.2.4
VERSION=1.3.2.5
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
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)
Name: 389-ds-base
Version: 1.3.2.4
Version: 1.3.2.5
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions
URL: http://port389.org/
@ -315,6 +315,9 @@ fi
%{_libdir}/%{pkgname}/libslapd.so.*
%changelog
* 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
* Wed Nov 20 2013 Mark Reynolds <mreynolds@redhat.com> - 1.3.2.4-1
6cdca01 bump version to 1.3.2.4
Ticket 47599 - Reduce lock scope in retro changelog plug-in

View File

@ -1 +1 @@
0c8fa0e0a73114c4f431d141b4b8986d 389-ds-base-1.3.2.4.tar.bz2
9c9b706a85829e7e03a07834c12d8de1 389-ds-base-1.3.2.5.tar.bz2