diff --git a/.gitignore b/.gitignore index f04b027..d24441b 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,4 @@ /389-ds-base-1.3.3.3.tar.bz2 /389-ds-base-1.3.3.4.tar.bz2 /389-ds-base-1.3.3.5.tar.bz2 +/389-ds-base-1.3.3.6.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index ff71f72..64e7f3a 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.3.3 +VERSION=1.3.3.6 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 51a5ee6..a062fb3 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.3.3 +VERSION=1.3.3.6 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 2882bf6..741fdea 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -24,7 +24,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.3.3.5 +Version: 1.3.3.6 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -309,6 +309,21 @@ fi %{_libdir}/%{pkgname}/libns-dshttpd.so* %changelog +* Thu Nov 20 2014 Mark Reynolds - 1.3.3.6-1 +- 5d72a2f bump version to 1.3.3.6-1 +- Ticket 47950 - Bind DN tracking unable to write to internalModifiersName without special permissions +- Ticket 47958 - Memory leak in password admin if the admin entry does not exist +- Ticket 47952 - PasswordAdminDN attribute is not properly returned to client +- Ticket 47451 - Need to unregister tasks created by plugins +- Ticket 47928 - Disable SSL v3, by default. +- Ticket 47953 - Should not check aci syntax when deleting an aci +- Ticket 47948 - ldap_sasl_bind fails assertion (ld != NULL) if it is called from chainingdb_bind over SSL/startTLS +- Ticket 47945 - Add SSL/TLS version info to the access log +- Ticket 47939 - Malformed cookie for LDAP Sync makes DS crash +- Ticket 47937 - Crash in entry_add_present_values_wsi_multi_valued +- Ticket 47928 - CI test: added test cases for ticket 47928 +- Ticket 47553 - Enhance ACIs to have more control over MODRDN operations + * Fri Oct 10 2014 Noriko Hosoi - 1.3.3.5-1 - Release 1.3.3.5 - Ticket 47914 - Add FreeIPA Conflicts to 389 spec file diff --git a/sources b/sources index 5ec8dc3..3ab6356 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -84869d46184039fce976b858e663232e 389-ds-base-1.3.3.5.tar.bz2 +c0ed90597eb61713f014f18ee0d74aee 389-ds-base-1.3.3.6.tar.bz2