From ab24bed11e9f9b47ec0fbb3e38b16609f8728f8c Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Sep 12 2014 16:59:41 +0000 Subject: Release 1.3.3.2 - Ticket 47889 - DS crashed during ipa-server-install on test_ava_filter - Ticket 47895 - If no effective ciphers are available, disable security setting. - Ticket 47838 - harden the list of ciphers available by default - Ticket 47885 - did not always return a response control - Ticket 47890 - minor memory leaks in utilities - Ticket 47834 - Tombstone_to_glue: if parents are also converted to glue, the target entry's DN must be adjusted. - Ticket 47748 - Simultaneous adding a user and binding as the user could fail in the password policy check - Ticket 47875 - dirsrv not running with old openldap - Ticket 47885 - deref plugin should not return references with noc access rights --- diff --git a/.gitignore b/.gitignore index 7f9d96a..99791b7 100644 --- a/.gitignore +++ b/.gitignore @@ -104,3 +104,4 @@ /389-ds-base-1.3.2.22.tar.bz2 /389-ds-base-1.3.2.23.tar.bz2 /389-ds-base-1.3.3.0.tar.bz2 +/389-ds-base-1.3.3.2.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 8f0a066..6d51e58 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.13 +VERSION=1.3.3.2 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 32212c8..63966a9 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.13 +VERSION=1.3.3.2 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 afd8794..2505358 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -24,8 +24,8 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.3.3.0 -Release: %{?relprefix}2%{?prerel}%{?dist} +Version: 1.3.3.2 +Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ Group: System Environment/Daemons @@ -316,6 +316,18 @@ fi %{_libdir}/%{pkgname}/libns-dshttpd.so* %changelog +* Fri Sep 12 2014 Nathan Kinder - 1.3.3.2-1 +- Release 1.3.3.2 +- Ticket 47889 - DS crashed during ipa-server-install on test_ava_filter +- Ticket 47895 - If no effective ciphers are available, disable security setting. +- Ticket 47838 - harden the list of ciphers available by default +- Ticket 47885 - did not always return a response control +- Ticket 47890 - minor memory leaks in utilities +- Ticket 47834 - Tombstone_to_glue: if parents are also converted to glue, the target entry's DN must be adjusted. +- Ticket 47748 - Simultaneous adding a user and binding as the user could fail in the password policy check +- Ticket 47875 - dirsrv not running with old openldap +- Ticket 47885 - deref plugin should not return references with noc access rights + * Thu Sep 04 2014 Jitka Plesnikova - 1.3.3.0-2 - Perl 5.20 rebuild diff --git a/sources b/sources index a2bf589..5aac2e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e31cb789f72f6b24975e62716025ceb 389-ds-base-1.3.3.0.tar.bz2 +15da853c8a1327e1c4b9bc5ae79b9c73 389-ds-base-1.3.3.2.tar.bz2