[389-ds-base/el5] bump version to 1.2.11.29

Noriko Hosoi nhosoi at fedoraproject.org
Fri Apr 4 18:15:42 UTC 2014


commit 5144fe33a34e25ce187228f3233531f44458d8cf
Author: Noriko Hosoi <nhosoi at redhat.com>
Date:   Fri Apr 4 11:14:28 2014 -0700

    bump version to 1.2.11.29
    
    - Ticket 47766 - Tombstone purging can crash the server if the backend is stopped/disabled
    - Ticket 47492 - PassSync removes User must change password flag on the Windows side
    - Ticket 47448 - Segfault in 389-ds-base-1.3.1.4-1.fc19 when setting up FreeIPA replication
    - Ticket 47740 - Fix coverity issues(part 7)
    - Ticket 47748 - Simultaneous adding a user and binding as the user could fail in the password policy check
    - Ticket 47743 - Memory leak with proxy auth control
    - Ticket 47740 - Crash caused by changes to certmap.c
    - Ticket 47740 - Fix coverity issues: null deferences - Part 6
    - Ticket 47735 - e_uniqueid fails to set if an entry is a conflict entry
    - Ticket 47740 - Coverity issue in 1.3.3
    - Ticket 47740 - Fix coverity issues - Part 5
    - Ticket 47740 - Fix coverity erorrs - Part 4
    - Ticket 47640 - Fix coverity issues - part 3
    - Ticket 47538 - RFE: repl-monitor.pl plain text output, cmdline config options
    - Ticket 47740 - Coverity Fixes (Mark - part 1)
    - Ticket 47734 - Change made in resolving ticket #346 fails on Debian SPARC64
    - Ticket 47722 - Fixed filter not correctly identified
    - Ticket 47722 - rsearch filter error on any search filter
    - Ticket 47704 - invalid sizelimits in aci group evaluation
    - Ticket 47737 - Under heavy stress, failure of turning a tombstone into glue makes the server hung
    - Ticket 47735 - e_uniqueid fails to set if an entry is a conflict entry
    - Ticket 47731 - A tombstone entry is deleted by ldapdelete
    - Ticket 47729 - Directory Server crashes if shutdown during a replication initialization
    - Ticket 47637 - rsa_null_sha should not be enabled by default
    - Ticket 417, 458, 47522 - Password Administrator Backport
    - Ticket 47455 - valgrind - value mem leaks, uninit mem usage
    - fix coverity 11915 - dead code - introduced with fix for ticket 346
    - Ticket 47369 - version2 - provide default syntax plugin
    - Ticket 346   - version 4 Slow ldapmodify operation time for large quantities of multi-valued attribute values
    - Ticket 415   - winsync doesn't sync DN valued attributes if DS DN value doesn't exist
    - Ticket 47642 - Windows Sync group issues
    - Ticket 47692 - single valued attribute replicated ADD does not work
    - Ticket 47677 - Size returned by slapi_entry_size is not accurate
    - Ticket 47693 - Environment variables are not passed when DS is started via service
    - Ticket 47693 - Environment variables are not passed when DS is started via service
    - Ticket 471   - logconv.pl tool removes the access logs contents if "-M" is not correctly used
    - Ticket 47463 - IDL-style can become mismatched during partial restoration
    - Ticket 47638 - Overflow in nsslapd-disk-monitoring-threshold on 32bit platform
    - Ticket 47641 - 7-bit check plugin not checking MODRDN operation
    - Ticket 47678 - modify-delete userpassword
    - Ticket 47516 - replication stops with excessive clock skew
    - Ticket 47627 - Fix replication logging
    - Ticket 47627 - changelog iteration should ignore cleaned rids when getting the minCSN
    - Ticket 47623 - fix memleak caused by 47347
    - Ticket 47587 - hard coded limit of 64 masters in agreement and changelog code
    - Ticket 47591 - entries with empty objectclass attribute value can be hidden
    - Ticket 47596 - attrcrypt fails to find unlocked key

 .gitignore       |    1 +
 389-ds-base.spec |   52 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 sources          |    2 +-
 3 files changed, 53 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 58575de..0f7048b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,4 @@
 /389-ds-base-1.2.11.25.tar.bz2
 /389-ds-base-1.2.11.26.tar.bz2
 /389-ds-base-1.2.11.28.tar.bz2
+/389-ds-base-1.2.11.29.tar.bz2
diff --git a/389-ds-base.spec b/389-ds-base.spec
index d44f8af..53eacaf 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -9,7 +9,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.2.11.28
+Version:          1.2.11.29
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -319,6 +319,56 @@ exit 0
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Fri Apr  4 2014 Noriko Hosoi <nhosoi at redhat.com> - 1.2.11.29-1
+- bump version to 1.2.11.29
+- Ticket 47766 - Tombstone purging can crash the server if the backend is stopped/disabled
+- Ticket 47492 - PassSync removes User must change password flag on the Windows side
+- Ticket 47448 - Segfault in 389-ds-base-1.3.1.4-1.fc19 when setting up FreeIPA replication
+- Ticket 47740 - Fix coverity issues(part 7)
+- Ticket 47748 - Simultaneous adding a user and binding as the user could fail in the password policy check
+- Ticket 47743 - Memory leak with proxy auth control
+- Ticket 47740 - Crash caused by changes to certmap.c
+- Ticket 47740 - Fix coverity issues: null deferences - Part 6
+- Ticket 47735 - e_uniqueid fails to set if an entry is a conflict entry
+- Ticket 47740 - Coverity issue in 1.3.3
+- Ticket 47740 - Fix coverity issues - Part 5
+- Ticket 47740 - Fix coverity erorrs - Part 4
+- Ticket 47640 - Fix coverity issues - part 3
+- Ticket 47538 - RFE: repl-monitor.pl plain text output, cmdline config options
+- Ticket 47740 - Coverity Fixes (Mark - part 1)
+- Ticket 47734 - Change made in resolving ticket #346 fails on Debian SPARC64
+- Ticket 47722 - Fixed filter not correctly identified
+- Ticket 47722 - rsearch filter error on any search filter
+- Ticket 47704 - invalid sizelimits in aci group evaluation
+- Ticket 47737 - Under heavy stress, failure of turning a tombstone into glue makes the server hung
+- Ticket 47735 - e_uniqueid fails to set if an entry is a conflict entry
+- Ticket 47731 - A tombstone entry is deleted by ldapdelete
+- Ticket 47729 - Directory Server crashes if shutdown during a replication initialization
+- Ticket 47637 - rsa_null_sha should not be enabled by default
+- Ticket 417, 458, 47522 - Password Administrator Backport
+- Ticket 47455 - valgrind - value mem leaks, uninit mem usage
+- fix coverity 11915 - dead code - introduced with fix for ticket 346
+- Ticket 47369 - version2 - provide default syntax plugin
+- Ticket 346   - version 4 Slow ldapmodify operation time for large quantities of multi-valued attribute values
+- Ticket 415   - winsync doesn't sync DN valued attributes if DS DN value doesn't exist
+- Ticket 47642 - Windows Sync group issues
+- Ticket 47692 - single valued attribute replicated ADD does not work
+- Ticket 47677 - Size returned by slapi_entry_size is not accurate
+- Ticket 47693 - Environment variables are not passed when DS is started via service
+- Ticket 47693 - Environment variables are not passed when DS is started via service
+- Ticket 471   - logconv.pl tool removes the access logs contents if "-M" is not correctly used
+- Ticket 47463 - IDL-style can become mismatched during partial restoration
+- Ticket 47638 - Overflow in nsslapd-disk-monitoring-threshold on 32bit platform
+- Ticket 47641 - 7-bit check plugin not checking MODRDN operation
+- Ticket 47678 - modify-delete userpassword
+- Ticket 47516 - replication stops with excessive clock skew
+- Ticket 47627 - Fix replication logging
+- Ticket 47627 - changelog iteration should ignore cleaned rids when getting the minCSN
+- Ticket 47623 - fix memleak caused by 47347
+- Ticket 47587 - hard coded limit of 64 masters in agreement and changelog code
+- Ticket 47591 - entries with empty objectclass attribute value can be hidden
+- Ticket 47596 - attrcrypt fails to find unlocked key
+
 * Fri Mar 14 2014 Noriko Hosoi <nhosoi at redhat.com> - 1.2.11.28-1
 - bump version to 1.2.11.28 (This release is based upon 1.2.11.25 + following tickets.)
 - Ticket 47739 - directory server is insecurely misinterpreting authzid on a SASL/GSSAPI bind
diff --git a/sources b/sources
index 04e2c9f..8abea25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f052d0fe9edb21e8359ea6c93260acd5  389-ds-base-1.2.11.28.tar.bz2
+6b542f5f1ba6ceaaaa8779e4075e7318  389-ds-base-1.2.11.29.tar.bz2


More information about the scm-commits mailing list