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
This commit is contained in:
Nathan Kinder 2014-09-12 09:59:41 -07:00
parent fe62433c62
commit ab24bed11e
5 changed files with 18 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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 <nkinder@redhat.com> - 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 <jplesnik@redhat.com> - 1.3.3.0-2
- Perl 5.20 rebuild

View File

@ -1 +1 @@
5e31cb789f72f6b24975e62716025ceb 389-ds-base-1.3.3.0.tar.bz2
15da853c8a1327e1c4b9bc5ae79b9c73 389-ds-base-1.3.3.2.tar.bz2