forked from pool/openldap2
This commit is contained in:
parent
f9b2e9ca13
commit
4c26b2be5c
3
openldap-2.4.10.tar.bz2
Normal file
3
openldap-2.4.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6faed098add5c69c6358c01dc08254391003531318154cfa1390a9f0c394829
|
||||
size 3552078
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5488a8978e6f1092ec21aa25d73f3b76e5ad24fd4b1dd50a8c169fb51fd71c5a
|
||||
size 3545469
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user