forked from jengelh/openldap2
This commit is contained in:
parent
ccf1c3d5dd
commit
7cc2be9114
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a3b6b63a3908a4408ba4dfbe4c031269e6bf44cb13b78ad1d0f5b56b1b0c184
|
||||
size 2921406
|
3
openldap-2.3.34.tar.bz2
Normal file
3
openldap-2.3.34.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc71351939c321fad18a9129d66cc7b11d80fbdaf5efedabd7d0bd14ae0783da
|
||||
size 2923530
|
@ -1,7 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 16:50:18 CET 2007 - rhafer@suse.de
|
||||
|
||||
- Updated to Version 2.3.34. Most important changes:
|
||||
* Fixed libldap missing get_option(TLS CipherSuite) (ITS#4815)
|
||||
* Fixed ldapmodify printing error from ldap_result() (ITS#4812)
|
||||
* Fixed slapadd LDIF parsing (ITS#4817)
|
||||
* Fixed slapd libltdl link ordering (ITS#4830)
|
||||
* Fixed slapd syncrepl memory leaks (ITS#4805)
|
||||
* Fixed slapd dynacl/ACI compatibility with 2.1
|
||||
* Fixed slapd-bdb/hdb be_entry_get with aliases/referrals
|
||||
(ITS#4810)
|
||||
* Fixed slapd-ldap more response handling bugs (ITS#4782)
|
||||
* Fixed slapd-ldap C-API code tests (ITS#4808)
|
||||
* Fixed slapd-monitor NULL printf (ITS#4811)
|
||||
* Fixed slapo-chain spurious additional info in response
|
||||
(ITS#4828)
|
||||
* Fixed slapo-syncprov presence list (ITS#4813)
|
||||
* Fixed slapo-syncprov contextCSN checkpoint again (ITS#4720)
|
||||
* Added slapo-ppolicy cn=config support (ITS#4836)
|
||||
* Added slapo-auditlog cn=config support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 14:26:51 CET 2007 - rhafer@suse.de
|
||||
|
||||
- Updated to Version 2.3.33. Most importan changes:
|
||||
- Updated to Version 2.3.33. Most important changes:
|
||||
* Fixed slapd-ldap chase-referrals switch (ITS#4557)
|
||||
* Fixed slapd-ldap bind behavior when idassert is always used
|
||||
(ITS#4781)
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package openldap2-client (Version 2.3.33)
|
||||
# spec file for package openldap2-client (Version 2.3.34)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -27,7 +27,7 @@ Conflicts: openldap-client
|
||||
Summary: OpenLDAP2 Client Utilities
|
||||
%endif
|
||||
Autoreqprov: on
|
||||
Version: 2.3.33
|
||||
Version: 2.3.34
|
||||
Release: 1
|
||||
Source: openldap-%{version}.tar.bz2
|
||||
Source1: openldap-rc.tgz
|
||||
@ -343,9 +343,28 @@ fi
|
||||
%defattr(-,root,root)
|
||||
%endif
|
||||
|
||||
%changelog -n openldap2-client
|
||||
%changelog
|
||||
* Thu Feb 22 2007 - rhafer@suse.de
|
||||
- Updated to Version 2.3.34. Most important changes:
|
||||
* Fixed libldap missing get_option(TLS CipherSuite) (ITS#4815)
|
||||
* Fixed ldapmodify printing error from ldap_result() (ITS#4812)
|
||||
* Fixed slapadd LDIF parsing (ITS#4817)
|
||||
* Fixed slapd libltdl link ordering (ITS#4830)
|
||||
* Fixed slapd syncrepl memory leaks (ITS#4805)
|
||||
* Fixed slapd dynacl/ACI compatibility with 2.1
|
||||
* Fixed slapd-bdb/hdb be_entry_get with aliases/referrals
|
||||
(ITS#4810)
|
||||
* Fixed slapd-ldap more response handling bugs (ITS#4782)
|
||||
* Fixed slapd-ldap C-API code tests (ITS#4808)
|
||||
* Fixed slapd-monitor NULL printf (ITS#4811)
|
||||
* Fixed slapo-chain spurious additional info in response
|
||||
(ITS#4828)
|
||||
* Fixed slapo-syncprov presence list (ITS#4813)
|
||||
* Fixed slapo-syncprov contextCSN checkpoint again (ITS#4720)
|
||||
* Added slapo-ppolicy cn=config support (ITS#4836)
|
||||
* Added slapo-auditlog cn=config support
|
||||
* Fri Jan 26 2007 - rhafer@suse.de
|
||||
- Updated to Version 2.3.33. Most importan changes:
|
||||
- Updated to Version 2.3.33. Most important changes:
|
||||
* Fixed slapd-ldap chase-referrals switch (ITS#4557)
|
||||
* Fixed slapd-ldap bind behavior when idassert is always used
|
||||
(ITS#4781)
|
||||
|
@ -1,7 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 16:50:18 CET 2007 - rhafer@suse.de
|
||||
|
||||
- Updated to Version 2.3.34. Most important changes:
|
||||
* Fixed libldap missing get_option(TLS CipherSuite) (ITS#4815)
|
||||
* Fixed ldapmodify printing error from ldap_result() (ITS#4812)
|
||||
* Fixed slapadd LDIF parsing (ITS#4817)
|
||||
* Fixed slapd libltdl link ordering (ITS#4830)
|
||||
* Fixed slapd syncrepl memory leaks (ITS#4805)
|
||||
* Fixed slapd dynacl/ACI compatibility with 2.1
|
||||
* Fixed slapd-bdb/hdb be_entry_get with aliases/referrals
|
||||
(ITS#4810)
|
||||
* Fixed slapd-ldap more response handling bugs (ITS#4782)
|
||||
* Fixed slapd-ldap C-API code tests (ITS#4808)
|
||||
* Fixed slapd-monitor NULL printf (ITS#4811)
|
||||
* Fixed slapo-chain spurious additional info in response
|
||||
(ITS#4828)
|
||||
* Fixed slapo-syncprov presence list (ITS#4813)
|
||||
* Fixed slapo-syncprov contextCSN checkpoint again (ITS#4720)
|
||||
* Added slapo-ppolicy cn=config support (ITS#4836)
|
||||
* Added slapo-auditlog cn=config support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 14:26:51 CET 2007 - rhafer@suse.de
|
||||
|
||||
- Updated to Version 2.3.33. Most importan changes:
|
||||
- Updated to Version 2.3.33. Most important changes:
|
||||
* Fixed slapd-ldap chase-referrals switch (ITS#4557)
|
||||
* Fixed slapd-ldap bind behavior when idassert is always used
|
||||
(ITS#4781)
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package openldap2 (Version 2.3.33)
|
||||
# spec file for package openldap2 (Version 2.3.34)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -27,7 +27,7 @@ Conflicts: openldap-client
|
||||
Summary: The New OpenLDAP Server (LDAPv3)
|
||||
%endif
|
||||
Autoreqprov: on
|
||||
Version: 2.3.33
|
||||
Version: 2.3.34
|
||||
Release: 1
|
||||
Source: openldap-%{version}.tar.bz2
|
||||
Source1: openldap-rc.tgz
|
||||
@ -346,9 +346,28 @@ fi
|
||||
%defattr(-,root,root)
|
||||
%endif
|
||||
|
||||
%changelog -n openldap2
|
||||
%changelog
|
||||
* Thu Feb 22 2007 - rhafer@suse.de
|
||||
- Updated to Version 2.3.34. Most important changes:
|
||||
* Fixed libldap missing get_option(TLS CipherSuite) (ITS#4815)
|
||||
* Fixed ldapmodify printing error from ldap_result() (ITS#4812)
|
||||
* Fixed slapadd LDIF parsing (ITS#4817)
|
||||
* Fixed slapd libltdl link ordering (ITS#4830)
|
||||
* Fixed slapd syncrepl memory leaks (ITS#4805)
|
||||
* Fixed slapd dynacl/ACI compatibility with 2.1
|
||||
* Fixed slapd-bdb/hdb be_entry_get with aliases/referrals
|
||||
(ITS#4810)
|
||||
* Fixed slapd-ldap more response handling bugs (ITS#4782)
|
||||
* Fixed slapd-ldap C-API code tests (ITS#4808)
|
||||
* Fixed slapd-monitor NULL printf (ITS#4811)
|
||||
* Fixed slapo-chain spurious additional info in response
|
||||
(ITS#4828)
|
||||
* Fixed slapo-syncprov presence list (ITS#4813)
|
||||
* Fixed slapo-syncprov contextCSN checkpoint again (ITS#4720)
|
||||
* Added slapo-ppolicy cn=config support (ITS#4836)
|
||||
* Added slapo-auditlog cn=config support
|
||||
* Fri Jan 26 2007 - rhafer@suse.de
|
||||
- Updated to Version 2.3.33. Most importan changes:
|
||||
- Updated to Version 2.3.33. Most important changes:
|
||||
* Fixed slapd-ldap chase-referrals switch (ITS#4557)
|
||||
* Fixed slapd-ldap bind behavior when idassert is always used
|
||||
(ITS#4781)
|
||||
|
Loading…
Reference in New Issue
Block a user