diff --git a/.gitignore b/.gitignore index 05bebc6..4f7d941 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ /389-ds-base-1.3.0.4.tar.bz2 /389-ds-base-1.3.0.5.tar.bz2 /389-ds-base-1.3.0.6.tar.bz2 +/389-ds-base-1.3.0.7.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index a7d6916..c879d2d 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.0.6 +VERSION=1.3.0.7 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 331a05e..0c8846c 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.0.6 +VERSION=1.3.0.7 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 997c105..39d8a33 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.0.6 +Version: 1.3.0.7 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -314,6 +314,59 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Wed Jul 31 2013 Noriko Hosoi - 1.3.0.7-1 +- bump version to 1.3.0.7 +- fix coverity 11895 - null deref - caused by fix to ticket 47392 +- fix compiler warning in posix winsync code for posix_group_del_memberuid_callback (cherry picked from commit f440e039a5f2a7b2ea0dd087d8e91c554abc1be0) +- Fix compiler warnings for Ticket 47395 and 47397 +- fix compiler warning (cherry picked from commit 904416f4631d842a105851b4a9931ae17822a107) (cherry picked from commit 3a5f8de21fba3656670b8ee35e020f159d4110db) +- Ticket 543 - Sorting with attributes in ldapsearch gives incorrect result +- Ticket 47405 - CVE-2013-2219 ACLs inoperative in some search scenarios +- Ticket 47449 - deadlock after adding and deleting entries +- Ticket 47421 - memory leaks in set_krb5_creds +- Ticket 47441 - Disk Monitoring not checking filesystem with logs +- Ticket 47435 - Very large entryusn values after enabling the USN plugin and the lastusn value is negative. +- Ticket 47424 - Replication problem with add-delete requests on single-valued attributes +- Ticket 47367 - (phase 2) ldapdelete returns non-leaf entry error while trying to remove a leaf entry +- Ticket 47367 - (phase 1) ldapdelete returns non-leaf entry error while trying to remove a leaf entry +- Ticket 47399 - RHDS denies MODRDN access if ACI list contains any DENY rule +- Ticket 47427 - Overflow in nsslapd-disk-monitoring-threshold +- Ticket 47428 - Memory leak in 389-ds-base 1.2.11.15 +- Ticket 47392 - ldbm errors when adding/modifying/deleting entries +- Ticket 47385 - Disk Monitoring is not triggered as expected. +- Ticket 47410 - changelog db deadlocks with DNA and replication +- Ticket 47419 - Unhashed userpassword can accidentally get removed from mods +- Ticket 47409 - allow setting db deadlock rejection policy +- Ticket 47393 - Attribute are not encrypted on a consumer after a full initialization +- Ticket 47395 47397 v2 correct behaviour of account policy if only stateattr is configured or no alternate attr is configured +- Ticket 47396 - crash on modrdn of tombstone +- Ticket 47402 - Attribute names are incorrect in search results +- Ticket 47400 - MMR stress test with dna enabled causes a deadlock +- Ticket 47391 - deleting and adding userpassword fails to update the password (additional fix) +- Ticket 47391 - deleting and adding userpassword fails to update the password +- Coverity Fixes (Part 7) +- Ticket 47376 - DESC should not be empty as per RFC 2252 (ldapv3) +- Ticket 47375 - flush_ber error sending back start_tls response will deadlock +- Ticket 47377 - make listen backlog size configurable +- Ticket 47383 - connections attribute in cn=snmp,cn=monitor is counted twice +- Ticket 47385 - DS not shutting down when disk monitoring threshold is reached +- Ticket 47378 - fix recent compiler warnings +- Coverity Fixes (Part 5) +- Coverity Fixes (Part 4) +- Coverity Fixes (Part 3) +- Coverity Fixes (Part 2) +- Coverity Fixes (part 1) +- Ticket 580 - Wrong error code return when using EXTERNAL SASL and no client certificate +- Ticket 47349 - DS instance crashes under a high load +- Ticket 47359 - new ldap connections can block ldaps and ldapi connections +- Ticket 47327 - error syncing group if group member user is not synced +- Ticket 47362 - ipa upgrade selinuxusermap data not replicating +- Revert "Ticket 47355 - dse.ldif doesn't replicate update to nsslapd-sasl-mapping-fallback" +- Revert "Ticket 511 - Revision - allow turning off vattr lookup in search entry return" +- Ticket 511 - Revision - allow turning off vattr lookup in search entry return +- Ticket 47355 - dse.ldif doesn't replicate update to nsslapd-sasl-mapping-fallback +- Ticket 47347 - Simple paged results should support async search + * Wed Apr 10 2013 Noriko Hosoi - 1.3.0.6-1 - bump version to 1.3.0.6 - Ticket 623 - cleanAllRUV task fails to cleanup config upon completion diff --git a/sources b/sources index 8562486..d61fed8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a95ccba2fb80f12c024761622832df56 389-ds-base-1.3.0.6.tar.bz2 +c2f5524804042445152a77e199305d5b 389-ds-base-1.3.0.7.tar.bz2