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:
parent
fe62433c62
commit
ab24bed11e
1
.gitignore
vendored
1
.gitignore
vendored
@ -104,3 +104,4 @@
|
|||||||
/389-ds-base-1.3.2.22.tar.bz2
|
/389-ds-base-1.3.2.22.tar.bz2
|
||||||
/389-ds-base-1.3.2.23.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.0.tar.bz2
|
||||||
|
/389-ds-base-1.3.3.2.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
DATE=`date +%Y%m%d`
|
DATE=`date +%Y%m%d`
|
||||||
# use a real tag name here
|
# use a real tag name here
|
||||||
VERSION=1.3.2.13
|
VERSION=1.3.3.2
|
||||||
PKGNAME=389-ds-base
|
PKGNAME=389-ds-base
|
||||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
DATE=`date +%Y%m%d`
|
DATE=`date +%Y%m%d`
|
||||||
# use a real tag name here
|
# use a real tag name here
|
||||||
VERSION=1.3.2.13
|
VERSION=1.3.3.2
|
||||||
PKGNAME=389-ds-base
|
PKGNAME=389-ds-base
|
||||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||||
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
||||||
|
@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.3.3.0
|
Version: 1.3.3.2
|
||||||
Release: %{?relprefix}2%{?prerel}%{?dist}
|
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
URL: http://port389.org/
|
URL: http://port389.org/
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -316,6 +316,18 @@ fi
|
|||||||
%{_libdir}/%{pkgname}/libns-dshttpd.so*
|
%{_libdir}/%{pkgname}/libns-dshttpd.so*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 04 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.3.0-2
|
||||||
- Perl 5.20 rebuild
|
- Perl 5.20 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user