From 4c26b2be5ce812afc858c11e269645ec03c427076d76a40d757af73ac5209aef Mon Sep 17 00:00:00 2001
From: OBS User unknown <null@suse.de>
Date: Sun, 22 Jun 2008 00:27:49 +0000
Subject: [PATCH] OBS-URL:
 https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=28

---
 openldap-2.4.10.tar.bz2  |  3 +++
 openldap-2.4.9.tar.bz2   |  3 ---
 openldap2-client.changes | 31 +++++++++++++++++++++++++++++++
 openldap2-client.spec    | 34 +++++++++++++++++++++++++++++++---
 openldap2.changes        | 31 +++++++++++++++++++++++++++++++
 openldap2.spec           | 34 +++++++++++++++++++++++++++++++---
 6 files changed, 127 insertions(+), 9 deletions(-)
 create mode 100644 openldap-2.4.10.tar.bz2
 delete mode 100644 openldap-2.4.9.tar.bz2

diff --git a/openldap-2.4.10.tar.bz2 b/openldap-2.4.10.tar.bz2
new file mode 100644
index 0000000..720d767
--- /dev/null
+++ b/openldap-2.4.10.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b6faed098add5c69c6358c01dc08254391003531318154cfa1390a9f0c394829
+size 3552078
diff --git a/openldap-2.4.9.tar.bz2 b/openldap-2.4.9.tar.bz2
deleted file mode 100644
index bc9a809..0000000
--- a/openldap-2.4.9.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:5488a8978e6f1092ec21aa25d73f3b76e5ad24fd4b1dd50a8c169fb51fd71c5a
-size 3545469
diff --git a/openldap2-client.changes b/openldap2-client.changes
index 1ec48cf..6cbc2f5 100644
--- a/openldap2-client.changes
+++ b/openldap2-client.changes
@@ -1,3 +1,34 @@
+-------------------------------------------------------------------
+Wed Jun 11 13:03:29 CEST 2008 - rhafer@suse.de
+
+- Update to Version 2.4.10. Most important changes:
+  * Fixed libldap ld_defconn cleanup if it was freed (ITS#5518, 
+    ITS#5525)
+  * Fixed libldap msgid handling (ITS#5318)
+  * Fixed libldap t61 infinite loop (ITS#5542)
+  * Fixed libldap_r missing stubs (ITS#5519)
+  * Fixed slapd initialization of sr_msgid, rs->sr_tag (ITS#5461)
+  * Fixed slapd missing termination of integerFilter keys 
+    (ITS#5503)
+  * Fixed slapd multiple attrs in URI (ITS#5516)
+  * Fixed slapd sasl_ssf retrieval (ITS#5403)
+  * Fixed slapd socket assert (ITS#5489)
+  * Fixed slapd syncrepl cookie (ITS#5536)
+  * Fixed slapd-bdb/hdb MAXPATHLEN (ITS#5531)
+  * Fixed slapd-bdb indexing in single ADD/MOD (ITS#5521)
+  * Fixed slapd-ldap entry_get() op-dependent behavior (ITS#5513)
+  * Fixed slapd-meta quarantine crasher (ITS#5522)
+  * Fixed slapo-refint to allow setting modifiers name (ITS#5505)
+  * Fixed slapo-syncprov contextCSN passing on syncprov consumers
+    (ITS#5488)
+  * Fixed slapo-syncprov csn update with delta-syncrepl (ITS#5493)
+  * Fixed slapo-syncprov op2.o_extra reset (ITS#5501, #5506)
+  * Fixed slapo-syncprov searching wrong backend (ITS#5487)
+  * Fixed slapo-syncprov sending ops without queued CSNs (ITS#5465)
+  * Fixed slapo-syncprov max csn search on startup (ITS#5537)
+  * Fixed slapo-unique config structs (ITS#5526)
+  * Fixed slapo-unique filter terminator (ITS#5511)
+
 -------------------------------------------------------------------
 Fri May 16 13:24:11 CEST 2008 - rhafer@suse.de
 
diff --git a/openldap2-client.spec b/openldap2-client.spec
index b1eb63f..c605112 100644
--- a/openldap2-client.spec
+++ b/openldap2-client.spec
@@ -1,5 +1,5 @@
 #
-# spec file for package openldap2-client (Version 2.4.9)
+# spec file for package openldap2-client (Version 2.4.10)
 #
 # 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.9
-Release:        3
+Version:        2.4.10
+Release:        1
 Source:         openldap-%{version}.tar.bz2
 Source1:        openldap-rc.tgz
 Source2:        addonschema.tar.gz
@@ -446,6 +446,34 @@ fi
 %endif
 
 %changelog
+* Wed Jun 11 2008 rhafer@suse.de
+- Update to Version 2.4.10. Most important changes:
+  * Fixed libldap ld_defconn cleanup if it was freed (ITS#5518,
+  ITS#5525)
+  * Fixed libldap msgid handling (ITS#5318)
+  * Fixed libldap t61 infinite loop (ITS#5542)
+  * Fixed libldap_r missing stubs (ITS#5519)
+  * Fixed slapd initialization of sr_msgid, rs->sr_tag (ITS#5461)
+  * Fixed slapd missing termination of integerFilter keys
+  (ITS#5503)
+  * Fixed slapd multiple attrs in URI (ITS#5516)
+  * Fixed slapd sasl_ssf retrieval (ITS#5403)
+  * Fixed slapd socket assert (ITS#5489)
+  * Fixed slapd syncrepl cookie (ITS#5536)
+  * Fixed slapd-bdb/hdb MAXPATHLEN (ITS#5531)
+  * Fixed slapd-bdb indexing in single ADD/MOD (ITS#5521)
+  * Fixed slapd-ldap entry_get() op-dependent behavior (ITS#5513)
+  * Fixed slapd-meta quarantine crasher (ITS#5522)
+  * Fixed slapo-refint to allow setting modifiers name (ITS#5505)
+  * Fixed slapo-syncprov contextCSN passing on syncprov consumers
+  (ITS#5488)
+  * Fixed slapo-syncprov csn update with delta-syncrepl (ITS#5493)
+  * Fixed slapo-syncprov op2.o_extra reset (ITS#5501, #5506)
+  * Fixed slapo-syncprov searching wrong backend (ITS#5487)
+  * Fixed slapo-syncprov sending ops without queued CSNs (ITS#5465)
+  * Fixed slapo-syncprov max csn search on startup (ITS#5537)
+  * Fixed slapo-unique config structs (ITS#5526)
+  * Fixed slapo-unique filter terminator (ITS#5511)
 * Fri May 16 2008 rhafer@suse.de
 - Support update from 2.3 releases (bnc#390247)
 * Thu May 08 2008 rhafer@suse.de
diff --git a/openldap2.changes b/openldap2.changes
index 1ec48cf..6cbc2f5 100644
--- a/openldap2.changes
+++ b/openldap2.changes
@@ -1,3 +1,34 @@
+-------------------------------------------------------------------
+Wed Jun 11 13:03:29 CEST 2008 - rhafer@suse.de
+
+- Update to Version 2.4.10. Most important changes:
+  * Fixed libldap ld_defconn cleanup if it was freed (ITS#5518, 
+    ITS#5525)
+  * Fixed libldap msgid handling (ITS#5318)
+  * Fixed libldap t61 infinite loop (ITS#5542)
+  * Fixed libldap_r missing stubs (ITS#5519)
+  * Fixed slapd initialization of sr_msgid, rs->sr_tag (ITS#5461)
+  * Fixed slapd missing termination of integerFilter keys 
+    (ITS#5503)
+  * Fixed slapd multiple attrs in URI (ITS#5516)
+  * Fixed slapd sasl_ssf retrieval (ITS#5403)
+  * Fixed slapd socket assert (ITS#5489)
+  * Fixed slapd syncrepl cookie (ITS#5536)
+  * Fixed slapd-bdb/hdb MAXPATHLEN (ITS#5531)
+  * Fixed slapd-bdb indexing in single ADD/MOD (ITS#5521)
+  * Fixed slapd-ldap entry_get() op-dependent behavior (ITS#5513)
+  * Fixed slapd-meta quarantine crasher (ITS#5522)
+  * Fixed slapo-refint to allow setting modifiers name (ITS#5505)
+  * Fixed slapo-syncprov contextCSN passing on syncprov consumers
+    (ITS#5488)
+  * Fixed slapo-syncprov csn update with delta-syncrepl (ITS#5493)
+  * Fixed slapo-syncprov op2.o_extra reset (ITS#5501, #5506)
+  * Fixed slapo-syncprov searching wrong backend (ITS#5487)
+  * Fixed slapo-syncprov sending ops without queued CSNs (ITS#5465)
+  * Fixed slapo-syncprov max csn search on startup (ITS#5537)
+  * Fixed slapo-unique config structs (ITS#5526)
+  * Fixed slapo-unique filter terminator (ITS#5511)
+
 -------------------------------------------------------------------
 Fri May 16 13:24:11 CEST 2008 - rhafer@suse.de
 
diff --git a/openldap2.spec b/openldap2.spec
index f680374..140b650 100644
--- a/openldap2.spec
+++ b/openldap2.spec
@@ -1,5 +1,5 @@
 #
-# spec file for package openldap2 (Version 2.4.9)
+# spec file for package openldap2 (Version 2.4.10)
 #
 # 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:        The OpenLDAP Server
 %endif
 AutoReqProv:    on
-Version:        2.4.9
-Release:        3
+Version:        2.4.10
+Release:        1
 Source:         openldap-%{version}.tar.bz2
 Source1:        openldap-rc.tgz
 Source2:        addonschema.tar.gz
@@ -449,6 +449,34 @@ fi
 %endif
 
 %changelog
+* Wed Jun 11 2008 rhafer@suse.de
+- Update to Version 2.4.10. Most important changes:
+  * Fixed libldap ld_defconn cleanup if it was freed (ITS#5518,
+  ITS#5525)
+  * Fixed libldap msgid handling (ITS#5318)
+  * Fixed libldap t61 infinite loop (ITS#5542)
+  * Fixed libldap_r missing stubs (ITS#5519)
+  * Fixed slapd initialization of sr_msgid, rs->sr_tag (ITS#5461)
+  * Fixed slapd missing termination of integerFilter keys
+  (ITS#5503)
+  * Fixed slapd multiple attrs in URI (ITS#5516)
+  * Fixed slapd sasl_ssf retrieval (ITS#5403)
+  * Fixed slapd socket assert (ITS#5489)
+  * Fixed slapd syncrepl cookie (ITS#5536)
+  * Fixed slapd-bdb/hdb MAXPATHLEN (ITS#5531)
+  * Fixed slapd-bdb indexing in single ADD/MOD (ITS#5521)
+  * Fixed slapd-ldap entry_get() op-dependent behavior (ITS#5513)
+  * Fixed slapd-meta quarantine crasher (ITS#5522)
+  * Fixed slapo-refint to allow setting modifiers name (ITS#5505)
+  * Fixed slapo-syncprov contextCSN passing on syncprov consumers
+  (ITS#5488)
+  * Fixed slapo-syncprov csn update with delta-syncrepl (ITS#5493)
+  * Fixed slapo-syncprov op2.o_extra reset (ITS#5501, #5506)
+  * Fixed slapo-syncprov searching wrong backend (ITS#5487)
+  * Fixed slapo-syncprov sending ops without queued CSNs (ITS#5465)
+  * Fixed slapo-syncprov max csn search on startup (ITS#5537)
+  * Fixed slapo-unique config structs (ITS#5526)
+  * Fixed slapo-unique filter terminator (ITS#5511)
 * Fri May 16 2008 rhafer@suse.de
 - Support update from 2.3 releases (bnc#390247)
 * Thu May 08 2008 rhafer@suse.de