From b4b686d58fea235dd80e4a7b892662fea9422b3d64af60168208109053412609 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 9 May 2008 22:44:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=26 --- openldap-2.4.8.tar.bz2 | 3 --- openldap-2.4.9.tar.bz2 | 3 +++ openldap2-client.changes | 33 +++++++++++++++++++++++++++++++++ openldap2-client.spec | 38 ++++++++++++++++++++++++++++++++++---- openldap2.changes | 33 +++++++++++++++++++++++++++++++++ openldap2.spec | 40 +++++++++++++++++++++++++++++++++++----- 6 files changed, 138 insertions(+), 12 deletions(-) delete mode 100644 openldap-2.4.8.tar.bz2 create mode 100644 openldap-2.4.9.tar.bz2 diff --git a/openldap-2.4.8.tar.bz2 b/openldap-2.4.8.tar.bz2 deleted file mode 100644 index 02397e9..0000000 --- a/openldap-2.4.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ff7d9971006698a743fe763d0ab882014d864b83290de959b45b89fcce28806 -size 3339046 diff --git a/openldap-2.4.9.tar.bz2 b/openldap-2.4.9.tar.bz2 new file mode 100644 index 0000000..bc9a809 --- /dev/null +++ b/openldap-2.4.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5488a8978e6f1092ec21aa25d73f3b76e5ad24fd4b1dd50a8c169fb51fd71c5a +size 3545469 diff --git a/openldap2-client.changes b/openldap2-client.changes index 289eeb7..c5ca45b 100644 --- a/openldap2-client.changes +++ b/openldap2-client.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu May 8 08:55:00 CEST 2008 - rhafer@suse.de + +- Update to Version 2.4.9. Most important changes: + * Fixed libldap to use unsigned port (ITS#5436) + * Fixed libldap error message for missing close paren (ITS#5458) + * Fixed libldap_r tpool pause checks (ITS#5364, #5407) + * Fixed slapcat error checking (ITS#5387) + * Fixed slapd abstract objectClass inheritance check (ITS#5474) + * Fixed slapd add operations requiring naming attrs (ITS#5412) + * Fixed slapd connection handling (ITS#5469) + * Fixed slapd frontendDB backend selection (ITS#5419) + * Fixed slapd pagedresults stale state (ITS#5409) + * Fixed slapd pointer dereference (ITS#5388) + * Fixed slapd null argument dereference (ITS#5435) + * Fixed slapd REP_ENTRY flags (ITS#5340) + * Fixed slapd value list termination (ITS#5450) + * Fixed slapd-bdb ID_NOCACHE handling (ITS#5439) + * Fixed slapd-bdb entryinfo state if db_lock fails (ITS#5455) + * Fixed slapd-bdb referral rewrite (ITS#5339) + * Fixed slapd-config overlay stacking (ITS#5346) + * Fixed slapd-config attribute publishing (ITS#5383) + * Fixed slapd-ldap connection handler (ITS#5404) + * Fixed slapd-ldif file name handling & multi-suffix/dir catch + (ITS#5408) + * Fixed slapd-meta connections on error (ITS#5440) + * Fixed slapd-meta crash on search (ITS#5481) + * Various syncrepl fixes (ITS#5407, ITS#5413, ITS#5426, ITS#5430, + ITS#5432, ITS#5454, ITS#5397, ITS#5470) + * Various slapo-syncprov fixes (ITS#5401, ITS#5405, ITS#5418, + ITS#5486, ITS#5433, ITS#5434, ITS#5437, ITS#5444, ITS#5445, + ITS#5484, ITS#5451) + ------------------------------------------------------------------- Fri Apr 25 10:56:18 CEST 2008 - rhafer@suse.de diff --git a/openldap2-client.spec b/openldap2-client.spec index 82a752a..d2ee2f1 100644 --- a/openldap2-client.spec +++ b/openldap2-client.spec @@ -1,5 +1,5 @@ # -# spec file for package openldap2-client (Version 2.4.8) +# spec file for package openldap2-client (Version 2.4.9) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -28,8 +28,8 @@ Conflicts: openldap-client Summary: OpenLDAP Client Utilities %endif AutoReqProv: on -Version: 2.4.8 -Release: 21 +Version: 2.4.9 +Release: 1 Source: openldap-%{version}.tar.bz2 Source1: openldap-rc.tgz Source2: addonschema.tar.gz @@ -94,7 +94,7 @@ Authors: The OpenLDAP Project %package -n openldap2-devel -License: BSD 3-Clause +License: BSD 3-Clause; openldap 2.8 Summary: Libraries, Header Files and Documentation for OpenLDAP AutoReqProv: on Conflicts: openldap-devel @@ -345,6 +345,36 @@ fi %endif %changelog +* Thu May 08 2008 rhafer@suse.de +- Update to Version 2.4.9. Most important changes: + * Fixed libldap to use unsigned port (ITS#5436) + * Fixed libldap error message for missing close paren (ITS#5458) + * Fixed libldap_r tpool pause checks (ITS#5364, #5407) + * Fixed slapcat error checking (ITS#5387) + * Fixed slapd abstract objectClass inheritance check (ITS#5474) + * Fixed slapd add operations requiring naming attrs (ITS#5412) + * Fixed slapd connection handling (ITS#5469) + * Fixed slapd frontendDB backend selection (ITS#5419) + * Fixed slapd pagedresults stale state (ITS#5409) + * Fixed slapd pointer dereference (ITS#5388) + * Fixed slapd null argument dereference (ITS#5435) + * Fixed slapd REP_ENTRY flags (ITS#5340) + * Fixed slapd value list termination (ITS#5450) + * Fixed slapd-bdb ID_NOCACHE handling (ITS#5439) + * Fixed slapd-bdb entryinfo state if db_lock fails (ITS#5455) + * Fixed slapd-bdb referral rewrite (ITS#5339) + * Fixed slapd-config overlay stacking (ITS#5346) + * Fixed slapd-config attribute publishing (ITS#5383) + * Fixed slapd-ldap connection handler (ITS#5404) + * Fixed slapd-ldif file name handling & multi-suffix/dir catch + (ITS#5408) + * Fixed slapd-meta connections on error (ITS#5440) + * Fixed slapd-meta crash on search (ITS#5481) + * Various syncrepl fixes (ITS#5407, ITS#5413, ITS#5426, ITS#5430, + ITS#5432, ITS#5454, ITS#5397, ITS#5470) + * Various slapo-syncprov fixes (ITS#5401, ITS#5405, ITS#5418, + ITS#5486, ITS#5433, ITS#5434, ITS#5437, ITS#5444, ITS#5445, + ITS#5484, ITS#5451) * Fri Apr 25 2008 rhafer@suse.de - Adjust ownership of DB_CONFIG to ldap:ldap (bnc#376204) * Fri Apr 11 2008 matz@suse.de diff --git a/openldap2.changes b/openldap2.changes index 289eeb7..c5ca45b 100644 --- a/openldap2.changes +++ b/openldap2.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu May 8 08:55:00 CEST 2008 - rhafer@suse.de + +- Update to Version 2.4.9. Most important changes: + * Fixed libldap to use unsigned port (ITS#5436) + * Fixed libldap error message for missing close paren (ITS#5458) + * Fixed libldap_r tpool pause checks (ITS#5364, #5407) + * Fixed slapcat error checking (ITS#5387) + * Fixed slapd abstract objectClass inheritance check (ITS#5474) + * Fixed slapd add operations requiring naming attrs (ITS#5412) + * Fixed slapd connection handling (ITS#5469) + * Fixed slapd frontendDB backend selection (ITS#5419) + * Fixed slapd pagedresults stale state (ITS#5409) + * Fixed slapd pointer dereference (ITS#5388) + * Fixed slapd null argument dereference (ITS#5435) + * Fixed slapd REP_ENTRY flags (ITS#5340) + * Fixed slapd value list termination (ITS#5450) + * Fixed slapd-bdb ID_NOCACHE handling (ITS#5439) + * Fixed slapd-bdb entryinfo state if db_lock fails (ITS#5455) + * Fixed slapd-bdb referral rewrite (ITS#5339) + * Fixed slapd-config overlay stacking (ITS#5346) + * Fixed slapd-config attribute publishing (ITS#5383) + * Fixed slapd-ldap connection handler (ITS#5404) + * Fixed slapd-ldif file name handling & multi-suffix/dir catch + (ITS#5408) + * Fixed slapd-meta connections on error (ITS#5440) + * Fixed slapd-meta crash on search (ITS#5481) + * Various syncrepl fixes (ITS#5407, ITS#5413, ITS#5426, ITS#5430, + ITS#5432, ITS#5454, ITS#5397, ITS#5470) + * Various slapo-syncprov fixes (ITS#5401, ITS#5405, ITS#5418, + ITS#5486, ITS#5433, ITS#5434, ITS#5437, ITS#5444, ITS#5445, + ITS#5484, ITS#5451) + ------------------------------------------------------------------- Fri Apr 25 10:56:18 CEST 2008 - rhafer@suse.de diff --git a/openldap2.spec b/openldap2.spec index 3bbcdf5..7da7fe6 100644 --- a/openldap2.spec +++ b/openldap2.spec @@ -1,5 +1,5 @@ # -# spec file for package openldap2 (Version 2.4.8) +# spec file for package openldap2 (Version 2.4.9) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -14,7 +14,7 @@ Name: openldap2 BuildRequires: cyrus-sasl-devel db-devel openslp-devel openssl-devel tcpd-devel Url: http://www.openldap.org -License: BSD 3-Clause +License: BSD 3-Clause; openldap 2.8 %if "%{name}" == "openldap2" Group: Productivity/Networking/LDAP/Servers Provides: ldap2 openldap2-back-ldap openldap2-back-monitor @@ -28,8 +28,8 @@ Conflicts: openldap-client Summary: The OpenLDAP Server %endif AutoReqProv: on -Version: 2.4.8 -Release: 21 +Version: 2.4.9 +Release: 1 Source: openldap-%{version}.tar.bz2 Source1: openldap-rc.tgz Source2: addonschema.tar.gz @@ -97,7 +97,7 @@ Authors: The OpenLDAP Project %package -n openldap2-devel -License: BSD 3-Clause +License: BSD 3-Clause; openldap 2.8 Summary: Libraries, Header Files and Documentation for OpenLDAP AutoReqProv: on Conflicts: openldap-devel @@ -348,6 +348,36 @@ fi %endif %changelog +* Thu May 08 2008 rhafer@suse.de +- Update to Version 2.4.9. Most important changes: + * Fixed libldap to use unsigned port (ITS#5436) + * Fixed libldap error message for missing close paren (ITS#5458) + * Fixed libldap_r tpool pause checks (ITS#5364, #5407) + * Fixed slapcat error checking (ITS#5387) + * Fixed slapd abstract objectClass inheritance check (ITS#5474) + * Fixed slapd add operations requiring naming attrs (ITS#5412) + * Fixed slapd connection handling (ITS#5469) + * Fixed slapd frontendDB backend selection (ITS#5419) + * Fixed slapd pagedresults stale state (ITS#5409) + * Fixed slapd pointer dereference (ITS#5388) + * Fixed slapd null argument dereference (ITS#5435) + * Fixed slapd REP_ENTRY flags (ITS#5340) + * Fixed slapd value list termination (ITS#5450) + * Fixed slapd-bdb ID_NOCACHE handling (ITS#5439) + * Fixed slapd-bdb entryinfo state if db_lock fails (ITS#5455) + * Fixed slapd-bdb referral rewrite (ITS#5339) + * Fixed slapd-config overlay stacking (ITS#5346) + * Fixed slapd-config attribute publishing (ITS#5383) + * Fixed slapd-ldap connection handler (ITS#5404) + * Fixed slapd-ldif file name handling & multi-suffix/dir catch + (ITS#5408) + * Fixed slapd-meta connections on error (ITS#5440) + * Fixed slapd-meta crash on search (ITS#5481) + * Various syncrepl fixes (ITS#5407, ITS#5413, ITS#5426, ITS#5430, + ITS#5432, ITS#5454, ITS#5397, ITS#5470) + * Various slapo-syncprov fixes (ITS#5401, ITS#5405, ITS#5418, + ITS#5486, ITS#5433, ITS#5434, ITS#5437, ITS#5444, ITS#5445, + ITS#5484, ITS#5451) * Fri Apr 25 2008 rhafer@suse.de - Adjust ownership of DB_CONFIG to ldap:ldap (bnc#376204) * Fri Apr 11 2008 matz@suse.de