diff --git a/libldap-manpages.dif b/libldap-manpages.dif index 3d5d93e..3cd4251 100644 --- a/libldap-manpages.dif +++ b/libldap-manpages.dif @@ -585,13 +585,6 @@ Index: openldap-2.3.19/doc/man/man3/ldap_result.3 =================================================================== --- openldap-2.3.19.orig/doc/man/man3/ldap_result.3 +++ openldap-2.3.19/doc/man/man3/ldap_result.3 -@@ -1,5 +1,5 @@ - .TH LDAP_RESULT 3 "RELEASEDATE" "OpenLDAP LDVERSION" --.\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap_result.3,v 1.16.2.4 2007/01/02 21:43:45 kurt Exp $ -+.\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap_result.3,v 1.20 2006/01/03 22:12:04 kurt Exp $ - .\" Copyright 1998-2007 The OpenLDAP Foundation All Rights Reserved. - .\" Copying restrictions apply. See COPYRIGHT/LICENSE. - .SH NAME @@ -72,7 +72,8 @@ all references, all extended partial res result have been received. .LP diff --git a/openldap-2.3.34.tar.bz2 b/openldap-2.3.34.tar.bz2 deleted file mode 100644 index de05b0d..0000000 --- a/openldap-2.3.34.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc71351939c321fad18a9129d66cc7b11d80fbdaf5efedabd7d0bd14ae0783da -size 2923530 diff --git a/openldap-2.3.35.tar.bz2 b/openldap-2.3.35.tar.bz2 new file mode 100644 index 0000000..1d73cb1 --- /dev/null +++ b/openldap-2.3.35.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9825d9e32ab56cc1d14a92dfd9938e8ad5df6870c2337cefef023a23207b531 +size 2946515 diff --git a/openldap2-client.changes b/openldap2-client.changes index 0cd3837..c16040c 100644 --- a/openldap2-client.changes +++ b/openldap2-client.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri May 4 14:00:39 CEST 2007 - rhafer@suse.de + +- Update to Version 2.3.35. Most important changes: + * Fixed ldapmodify to use correct memory free functions (ITS#4901) + * Fixed slapd acl set minor typo (ITS#4874) + * Fixed slapd entry consistency check in str2entry2 (ITS#4852) + * Fixed slapd ldapi:// credential issue (ITS#4893) + * Fixed slapd str2anlist handling of undefined attrs/OCs (ITS#4854) + * Fixed slapd syncrepl delta-sync modlist free (ITS#4904) + * Added slapd syncrepl retry logging (ITS#4915) + * Fixed slapd zero-length IA5string handling (ITS#4823) + * Fixed slapd-bdb/hdb startup with missing shm env (ITS#4851) + * Fixed slapd-ldap/meta consistency in referral proxying (ITS#4861) + * Fixed slapd-ldap bind cleanup in case of unauthorized idassert + * Fixed slapd-meta search cleanup + * Fixed slapd-meta/slapo-rwm filter mapping + * Fixed slapd-sql subtree shortcut (ITS#4856) + * Fixed slapo-dynlist crasher (ITS#4891) + * Fixed slapo-refint config message (ITS#4853) + * Fixed libldap time_t signedness (ITS#4872) + * Fixed libldap_r tpool reset (ITS#4855,#4899) + ------------------------------------------------------------------- Wed May 2 14:05:05 CEST 2007 - dmueller@suse.de diff --git a/openldap2-client.spec b/openldap2-client.spec index c8ceec7..9a75b82 100644 --- a/openldap2-client.spec +++ b/openldap2-client.spec @@ -1,5 +1,5 @@ # -# spec file for package openldap2-client (Version 2.3.34) +# spec file for package openldap2-client (Version 2.3.35) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -27,8 +27,8 @@ Conflicts: openldap-client Summary: OpenLDAP2 Client Utilities %endif Autoreqprov: on -Version: 2.3.34 -Release: 15 +Version: 2.3.35 +Release: 1 Source: openldap-%{version}.tar.bz2 Source1: openldap-rc.tgz Source2: openldap-admin-guide.tar.bz2 @@ -345,6 +345,26 @@ fi %endif %changelog +* Fri May 04 2007 - rhafer@suse.de +- Update to Version 2.3.35. Most important changes: + * Fixed ldapmodify to use correct memory free functions (ITS#4901) + * Fixed slapd acl set minor typo (ITS#4874) + * Fixed slapd entry consistency check in str2entry2 (ITS#4852) + * Fixed slapd ldapi:// credential issue (ITS#4893) + * Fixed slapd str2anlist handling of undefined attrs/OCs (ITS#4854) + * Fixed slapd syncrepl delta-sync modlist free (ITS#4904) + * Added slapd syncrepl retry logging (ITS#4915) + * Fixed slapd zero-length IA5string handling (ITS#4823) + * Fixed slapd-bdb/hdb startup with missing shm env (ITS#4851) + * Fixed slapd-ldap/meta consistency in referral proxying (ITS#4861) + * Fixed slapd-ldap bind cleanup in case of unauthorized idassert + * Fixed slapd-meta search cleanup + * Fixed slapd-meta/slapo-rwm filter mapping + * Fixed slapd-sql subtree shortcut (ITS#4856) + * Fixed slapo-dynlist crasher (ITS#4891) + * Fixed slapo-refint config message (ITS#4853) + * Fixed libldap time_t signedness (ITS#4872) + * Fixed libldap_r tpool reset (ITS#4855,#4899) * Wed May 02 2007 - dmueller@suse.de - Fix comparison with string literal * Wed Apr 18 2007 - schwab@suse.de diff --git a/openldap2.changes b/openldap2.changes index 0cd3837..c16040c 100644 --- a/openldap2.changes +++ b/openldap2.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri May 4 14:00:39 CEST 2007 - rhafer@suse.de + +- Update to Version 2.3.35. Most important changes: + * Fixed ldapmodify to use correct memory free functions (ITS#4901) + * Fixed slapd acl set minor typo (ITS#4874) + * Fixed slapd entry consistency check in str2entry2 (ITS#4852) + * Fixed slapd ldapi:// credential issue (ITS#4893) + * Fixed slapd str2anlist handling of undefined attrs/OCs (ITS#4854) + * Fixed slapd syncrepl delta-sync modlist free (ITS#4904) + * Added slapd syncrepl retry logging (ITS#4915) + * Fixed slapd zero-length IA5string handling (ITS#4823) + * Fixed slapd-bdb/hdb startup with missing shm env (ITS#4851) + * Fixed slapd-ldap/meta consistency in referral proxying (ITS#4861) + * Fixed slapd-ldap bind cleanup in case of unauthorized idassert + * Fixed slapd-meta search cleanup + * Fixed slapd-meta/slapo-rwm filter mapping + * Fixed slapd-sql subtree shortcut (ITS#4856) + * Fixed slapo-dynlist crasher (ITS#4891) + * Fixed slapo-refint config message (ITS#4853) + * Fixed libldap time_t signedness (ITS#4872) + * Fixed libldap_r tpool reset (ITS#4855,#4899) + ------------------------------------------------------------------- Wed May 2 14:05:05 CEST 2007 - dmueller@suse.de diff --git a/openldap2.spec b/openldap2.spec index cbf0ffa..b6bf4a2 100644 --- a/openldap2.spec +++ b/openldap2.spec @@ -1,5 +1,5 @@ # -# spec file for package openldap2 (Version 2.3.34) +# spec file for package openldap2 (Version 2.3.35) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -27,8 +27,8 @@ Conflicts: openldap-client Summary: The New OpenLDAP Server (LDAPv3) %endif Autoreqprov: on -Version: 2.3.34 -Release: 15 +Version: 2.3.35 +Release: 1 Source: openldap-%{version}.tar.bz2 Source1: openldap-rc.tgz Source2: openldap-admin-guide.tar.bz2 @@ -348,6 +348,26 @@ fi %endif %changelog +* Fri May 04 2007 - rhafer@suse.de +- Update to Version 2.3.35. Most important changes: + * Fixed ldapmodify to use correct memory free functions (ITS#4901) + * Fixed slapd acl set minor typo (ITS#4874) + * Fixed slapd entry consistency check in str2entry2 (ITS#4852) + * Fixed slapd ldapi:// credential issue (ITS#4893) + * Fixed slapd str2anlist handling of undefined attrs/OCs (ITS#4854) + * Fixed slapd syncrepl delta-sync modlist free (ITS#4904) + * Added slapd syncrepl retry logging (ITS#4915) + * Fixed slapd zero-length IA5string handling (ITS#4823) + * Fixed slapd-bdb/hdb startup with missing shm env (ITS#4851) + * Fixed slapd-ldap/meta consistency in referral proxying (ITS#4861) + * Fixed slapd-ldap bind cleanup in case of unauthorized idassert + * Fixed slapd-meta search cleanup + * Fixed slapd-meta/slapo-rwm filter mapping + * Fixed slapd-sql subtree shortcut (ITS#4856) + * Fixed slapo-dynlist crasher (ITS#4891) + * Fixed slapo-refint config message (ITS#4853) + * Fixed libldap time_t signedness (ITS#4872) + * Fixed libldap_r tpool reset (ITS#4855,#4899) * Wed May 02 2007 - dmueller@suse.de - Fix comparison with string literal * Wed Apr 18 2007 - schwab@suse.de