From bb10c7be3b82ca10e2033c738adc97b340fb287e Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: May 29 2014 18:09:19 +0000 Subject: Release 1.3.2.17 - Ticket 47446 - logconv.pl memory continually grows - Ticket 47713 - Logconv.pl with an empty access log gives lots of errors - Ticket 47806 - Failed deletion of aci: no such attribute - bump version - Ticket 47720 - Normalization from old DN format to New DN format doesnt handel condition properly when there is space in a suffix after the seperator operator. - Ticket 47670 - Aci warnings in error log - Ticket 47721 - Schema Replication Issue (follow up) - Ticket 47721 - Schema Replication Issue (follow up + cleanup) - Ticket 47721 - Schema Replication Issue - Ticket 47676 - (cont.) Replication of the schema fails 'master branch' -> 1.2.11 or 1.3.1 - Ticket 47676 - Replication of the schema fails 'master branch' -> 1.2.11 or 1.3.1 - Ticket 47541 - Fix Jenkins errors - Ticket 47541 - Replication of the schema may overwrite consumer 'attributetypes' even if consumer definition is a superset - Ticket 47804 - db2bak.pl error with changelogdb - Ticket 47780 - Some VLV search request causes memory leaks - Ticket 47787 - A replicated MOD fails (Unwilling to perform) if it targets a tombstone - Ticket 47764 - Problem with deletion while replicated - Ticket 47750 - Creating a glue fails if one above level is a conflict or missing; Ticket 47696 - Large Searches Hang - Possibly entryrdn related - Ticket 47772 - fix coverity issue - Ticket 47793 - Server crashes if uniqueMember is invalid syntax and memberOf plugin is enabled. - Ticket 47792 - database plugins need a way to call betxn plugins - Ticket 47707 - 389 DS Server crashes and dies while handles paged searches from clients - Ticket 47792 - code cleanup - Ticket 47779 - Need to lock server list when removing list - Ticket 47771 - Move parentsdn initialization to avoid crash - Ticket 47779 - Part of DNA shared configuration is deleted after server restart - Ticket 346 - Slow ldapmodify operation time for large quantities of multi-valued attribute values - Ticket 47782 - Parent numbordinate count can be incorrectly updated if an error occurs - Ticket 47772 - empty modify returns LDAP_INVALID_DN_SYNTAX - Ticket 47774 - mem leak in do_search - rawbase not freed upon certain errors - Ticket 47773 - mem leak in do_bind when there is an error - Ticket 47771 - Performing deletes during tombstone purging results in operation errors - Ticket 47767 - Nested tombstones become orphaned after purge - Ticket 47766 - Tombstone purging can crash the server if the backend is stopped/disabled - Ticket 47759 - Crash in replication when server is under write load - 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 47733 - ds logs many "Operation error fetching Null DN" messages - Ticket 47740 - Fix coverity issues: null deferences - Part 6 - Ticket 47732 - ds logs many "SLAPI_PLUGIN_BE_TXN_POST_DELETE_FN plugin returned error" messages - Ticket 47740 - Coverity issue in 1.3.3 - Ticket 47735 - e_uniqueid fails to set if an entry is a conflict entry - Ticket 47740 - Fix coverity issues - Part 5 - Ticket 47740 - Fix coverity erorrs - Part 4 - Ticket 47640 - Fix coverity issues - part 3 - Ticket 47740 - Fix sync plugin resource leaks - 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 --- diff --git a/.gitignore b/.gitignore index 683c55e..106303e 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,4 @@ /389-ds-base-1.3.2.14.tar.bz2 /389-ds-base-1.3.2.15.tar.bz2 /389-ds-base-1.3.2.16.tar.bz2 +/389-ds-base-1.3.2.17.tar.bz2 diff --git a/389-ds-base.spec b/389-ds-base.spec index a39b2cf..e5107f2 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.2.16 +Version: 1.3.2.17 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -316,6 +316,62 @@ fi %{_libdir}/%{pkgname}/libns-dshttpd.so* %changelog +* Thu May 29 2014 Noriko Hosoi - 1.3.2.17-1 +- Release 1.3.2.17 +- Ticket 47446 - logconv.pl memory continually grows +- Ticket 47713 - Logconv.pl with an empty access log gives lots of errors +- Ticket 47806 - Failed deletion of aci: no such attribute +- bump version +- Ticket 47720 - Normalization from old DN format to New DN format doesnt handel condition properly when there is space in a suffix after the seperator operator. +- Ticket 47670 - Aci warnings in error log +- Ticket 47721 - Schema Replication Issue (follow up) +- Ticket 47721 - Schema Replication Issue (follow up + cleanup) +- Ticket 47721 - Schema Replication Issue +- Ticket 47676 - (cont.) Replication of the schema fails 'master branch' -> 1.2.11 or 1.3.1 +- Ticket 47676 - Replication of the schema fails 'master branch' -> 1.2.11 or 1.3.1 +- Ticket 47541 - Fix Jenkins errors +- Ticket 47541 - Replication of the schema may overwrite consumer 'attributetypes' even if consumer definition is a superset +- Ticket 47804 - db2bak.pl error with changelogdb +- Ticket 47780 - Some VLV search request causes memory leaks +- Ticket 47787 - A replicated MOD fails (Unwilling to perform) if it targets a tombstone +- Ticket 47764 - Problem with deletion while replicated +- Ticket 47750 - Creating a glue fails if one above level is a conflict or missing; Ticket 47696 - Large Searches Hang - Possibly entryrdn related +- Ticket 47772 - fix coverity issue +- Ticket 47793 - Server crashes if uniqueMember is invalid syntax and memberOf plugin is enabled. +- Ticket 47792 - database plugins need a way to call betxn plugins +- Ticket 47707 - 389 DS Server crashes and dies while handles paged searches from clients +- Ticket 47792 - code cleanup +- Ticket 47779 - Need to lock server list when removing list +- Ticket 47771 - Move parentsdn initialization to avoid crash +- Ticket 47779 - Part of DNA shared configuration is deleted after server restart +- Ticket 346 - Slow ldapmodify operation time for large quantities of multi-valued attribute values +- Ticket 47782 - Parent numbordinate count can be incorrectly updated if an error occurs +- Ticket 47772 - empty modify returns LDAP_INVALID_DN_SYNTAX +- Ticket 47774 - mem leak in do_search - rawbase not freed upon certain errors +- Ticket 47773 - mem leak in do_bind when there is an error +- Ticket 47771 - Performing deletes during tombstone purging results in operation errors +- Ticket 47767 - Nested tombstones become orphaned after purge +- Ticket 47766 - Tombstone purging can crash the server if the backend is stopped/disabled +- Ticket 47759 - Crash in replication when server is under write load +- 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 47733 - ds logs many "Operation error fetching Null DN" messages +- Ticket 47740 - Fix coverity issues: null deferences - Part 6 +- Ticket 47732 - ds logs many "SLAPI_PLUGIN_BE_TXN_POST_DELETE_FN plugin returned error" messages +- Ticket 47740 - Coverity issue in 1.3.3 +- Ticket 47735 - e_uniqueid fails to set if an entry is a conflict entry +- Ticket 47740 - Fix coverity issues - Part 5 +- Ticket 47740 - Fix coverity erorrs - Part 4 +- Ticket 47640 - Fix coverity issues - part 3 +- Ticket 47740 - Fix sync plugin resource leaks +- 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 + * Fri Mar 14 2014 Noriko Hosoi - 1.3.2.16-1 - Release 1.3.2.16 (This release is 1.3.2.13 + Ticket 47739) - Ticket 47739 - directory server is insecurely misinterpreting authzid on a SASL/GSSAPI bind diff --git a/sources b/sources index 098f3da..fa58a68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -587eb5b2e709eec127837689ff5a16f5 389-ds-base-1.3.2.16.tar.bz2 +dc8bcbfb823dc8829947382e60b7a508 389-ds-base-1.3.2.17.tar.bz2