From d19c9a38e234998adb6a7823e49ab9fe75f7650e Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Mar 29 2013 00:01:13 +0000 Subject: bump version to 1.2.11.20 Ticket 623 - cleanAllRUV task fails to cleanup config upon completion Ticket #47308 - unintended information exposure when anonymous access is set to rootdse Ticket 628 - crash in aci evaluation Ticket #627 - ns-slapd crashes sporadically with segmentation fault in libslapd.so Ticket #634 - Deadlock in DNA plug-in f6a6514 Coverity issue 13091 Ticket 632 - 389-ds-base cannot handle Kerberos tickets with PAC Ticket 623 - cleanAllRUV task fails to cleanup config upon completion --- diff --git a/.gitignore b/.gitignore index 1329906..08195f7 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ /389-ds-base-1.2.11.17.tar.bz2 /389-ds-base-1.2.11.18.tar.bz2 /389-ds-base-1.2.11.19.tar.bz2 +/389-ds-base-1.2.11.20.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index d8f2426..ed277c4 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.11.19 +VERSION=1.2.11.20 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 f4c71bd..0acd1fb 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.11.19 +VERSION=1.2.11.20 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 568bbc5..805a533 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -21,7 +21,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.2.11.19 +Version: 1.2.11.20 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -311,6 +311,17 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Thu Mar 28 2013 Noriko Hosoi - 1.2.11.20-1 +bump version to 1.2.11.20 +Ticket 623 - cleanAllRUV task fails to cleanup config upon completion +Ticket #47308 - unintended information exposure when anonymous access is set to rootdse +Ticket 628 - crash in aci evaluation +Ticket #627 - ns-slapd crashes sporadically with segmentation fault in libslapd.so +Ticket #634 - Deadlock in DNA plug-in +f6a6514 Coverity issue 13091 +Ticket 632 - 389-ds-base cannot handle Kerberos tickets with PAC +Ticket 623 - cleanAllRUV task fails to cleanup config upon completion + * Mon Mar 11 2013 Mark Reynolds - 1.2.11.19-1 c535f7d bump version to 1.2.11.19 Bug 912964 - CVE-2013-0312 389-ds: unauthenticated denial of service vulnerability in handling of LDAPv3 control data diff --git a/sources b/sources index f37baf5..d3ea3ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e641384f7eb0c830c17df45ab32f8583 389-ds-base-1.2.11.19.tar.bz2 +ee5e57fa0e28a2d4ec67fa5b1162c306 389-ds-base-1.2.11.20.tar.bz2