Hello community, here is the log from the commit of package openldap2 checked in at Thu May 25 00:50:57 CEST 2006. -------- --- openldap2/openldap2-client.changes 2006-05-15 12:54:01.000000000 +0200 +++ openldap2/openldap2-client.changes 2006-05-25 00:49:57.000000000 +0200 @@ -1,0 +2,19 @@ +Wed May 24 09:52:03 CEST 2006 - rhafer@suse.de + +- Updated to Version 2.3.23 + * obsoletes the patches: libldap_ads-sasl-gssapi.dif, + slapd-epollerr.dif + * Fixed slapd-ldap improper free bug (ITS#4550) + * Fixed libldap referral input destroy issue (ITS#4533) + * Fixed libldap ldap_sort_entries tail bug (ITS#4536) + * Fixed slapd runqueue use of freed memory (ITS#4517) + * Fixed slapd thread pool init issue (ITS#4513) + * Fixed slapd-bdb/hdb pre/post-read freeing (ITS#4532) + * Fixed slapd-bdb/hdb pre/post-read unavailable issue (ITS#4538) + * Fixed slapd-bdb/hdb referral issue (ITS#4548) + * Fixed slapo-ppolicy BER tags issue (ITS#4528) + * Fixed slapo-ppolicy rebind bug (ITS#4516) + * For more details see the CHANGES file +- Install CHANGES file to /usr/share/doc/packages/openldap2 + +------------------------------------------------------------------- openldap2.changes: same change Old: ---- bconfig-errlog.dif libldap-referral.dif libldap_ads-sasl-gssapi.dif openldap-2.3.19.dif openldap-2.3.19.tar.bz2 slapd-epollerr.dif slapd-readcontrols.dif New: ---- openldap-2.3.23.dif openldap-2.3.23.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openldap2-client.spec ++++++ --- /var/tmp/diff_new_pack.dnn0gc/_old 2006-05-25 00:50:07.000000000 +0200 +++ /var/tmp/diff_new_pack.dnn0gc/_new 2006-05-25 00:50:07.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package openldap2-client (Version 2.3.19) +# spec file for package openldap2-client (Version 2.3.23) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -27,8 +27,8 @@ Summary: OpenLDAP2 Client Utilities %endif Autoreqprov: on -Version: 2.3.19 -Release: 18 +Version: 2.3.23 +Release: 1 Source: openldap-%{version}.tar.bz2 Source1: openldap-rc.tgz Source2: openldap-admin-guide.tar.bz2 @@ -46,11 +46,6 @@ Patch6: libldap-gethostbyname_r.dif Patch7: pie-compile.dif Patch8: libldap-manpages.dif -Patch9: libldap_ads-sasl-gssapi.dif -Patch10: slapd-epollerr.dif -Patch11: bconfig-errlog.dif -Patch12: libldap-referral.dif -Patch13: slapd-readcontrols.dif Patch100: openldap-2.2.24.dif BuildRoot: %{_tmppath}/%{name}-%{version}-build Prefix: %{_prefix} @@ -132,11 +127,6 @@ %patch7 %endif %patch8 -p1 -%patch9 -%patch10 -%patch11 -%patch12 -%patch13 cp %{SOURCE7} . cd ../openldap-2.2.24 %patch100 @@ -289,7 +279,7 @@ %doc %{_mandir}/man5/slapd-monitor.* %doc %{_mandir}/man5/slapd-relay.* %doc %{_mandir}/man5/slapo-* -%doc ANNOUNCEMENT COPYRIGHT INSTALL LICENSE README +%doc ANNOUNCEMENT COPYRIGHT INSTALL LICENSE README CHANGES %doc doc/drafts doc/install doc/admin-guide %doc README.update EOF @@ -459,6 +449,22 @@ %endif %changelog -n openldap2-client +* Wed May 24 2006 - rhafer@suse.de +- Updated to Version 2.3.23 + * obsoletes the patches: libldap_ads-sasl-gssapi.dif, + slapd-epollerr.dif + * Fixed slapd-ldap improper free bug (ITS#4550) + * Fixed libldap referral input destroy issue (ITS#4533) + * Fixed libldap ldap_sort_entries tail bug (ITS#4536) + * Fixed slapd runqueue use of freed memory (ITS#4517) + * Fixed slapd thread pool init issue (ITS#4513) + * Fixed slapd-bdb/hdb pre/post-read freeing (ITS#4532) + * Fixed slapd-bdb/hdb pre/post-read unavailable issue (ITS#4538) + * Fixed slapd-bdb/hdb referral issue (ITS#4548) + * Fixed slapo-ppolicy BER tags issue (ITS#4528) + * Fixed slapo-ppolicy rebind bug (ITS#4516) + * For more details see the CHANGES file +- Install CHANGES file to /usr/share/doc/packages/openldap2 * Wed May 10 2006 - rhafer@suse.de - Really apply the patch for Bug#160566 - slapd could crash while processing queries with pre-/postread openldap2.spec: same change ++++++ openldap-2.3.19.dif -> openldap-2.3.23.dif ++++++ --- openldap2/openldap-2.3.19.dif 2006-01-09 10:12:21.000000000 +0100 +++ openldap2/openldap-2.3.23.dif 2006-05-19 10:39:48.000000000 +0200 @@ -31,14 +31,3 @@ " attr \"%s\" normalization failed (%d: %s)", a->acl_attrs[ 0 ].an_name.bv_val, rc, text ); Debug( LDAP_DEBUG_ANY, "%s: line %d: %s.\n", ---- servers/slapd/repl.c 2006/01/09 08:54:56 1.1 -+++ servers/slapd/repl.c 2006/01/09 09:12:01 -@@ -398,7 +398,7 @@ - fprintf( fp, "%s: %s\n", did, type ); - first = 0; - } -- vals[0] = a->a_nvals[i]; -+ vals[0] = an->an_name; - print_vals( fp, &ml->sml_desc->ad_cname, vals ); - ocs = 2; - } ++++++ openldap-2.3.19.tar.bz2 -> openldap-2.3.23.tar.bz2 ++++++ ++++ 32201 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de