forked from pool/openldap2
This commit is contained in:
parent
cd49f5ad98
commit
b4b686d58f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ff7d9971006698a743fe763d0ab882014d864b83290de959b45b89fcce28806
|
||||
size 3339046
|
3
openldap-2.4.9.tar.bz2
Normal file
3
openldap-2.4.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5488a8978e6f1092ec21aa25d73f3b76e5ad24fd4b1dd50a8c169fb51fd71c5a
|
||||
size 3545469
|
@ -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
|
||||
|
||||
|
@ -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 <project@openldap.org>
|
||||
|
||||
%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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 <project@openldap.org>
|
||||
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user