forked from pool/openldap2
This commit is contained in:
parent
07c5a5e064
commit
650d5bb84d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f08ee02ed2dde1ce2bc3dc2d894984b69749fd29f7907fcbadfb077e52b8b818
|
|
||||||
size 2948378
|
|
3
openldap-2.3.39.tar.bz2
Normal file
3
openldap-2.3.39.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5aff2138b220a8935713a7bef7bedaaa3a5a4126023f2f2b639d27c9b2fe6c01
|
||||||
|
size 2954905
|
@ -1,4 +1,30 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 29 16:59:18 CET 2007 - rhafer@suse.de
|
||||||
|
|
||||||
|
- Update to Version 2.3.39. Most important changes:
|
||||||
|
* Fixed slapd database/overlay config conflict (ITS#4848)
|
||||||
|
* Fixed slapd password_hash config order (ITS#5082)
|
||||||
|
* Fixed slapd slap_mods_check bug (ITS#5119)
|
||||||
|
* Fixed slapd ACL sets memory handling (ITS#4860,ITS#4873)
|
||||||
|
* Fixed slapd ordered values add normalization issue (ITS#5136)
|
||||||
|
* Fixed slapd-bdb DB_CONFIG conversion bug (ITS#5118)
|
||||||
|
* Fixed slapd-ldap search control parsing (ITS#5138)
|
||||||
|
* Fixed slapd-ldap SASL idassert w/o authcId
|
||||||
|
* Fixed slapd-ldif directory separators in DN (ITS#5172)
|
||||||
|
* Fixed slapd-meta conn caching on bind failure (ITS#5154)
|
||||||
|
* Fixed slapd-meta bind timeout assertion (ITS#5185)
|
||||||
|
* Fixed slapd-sql concurrency issue (ITS#5095)
|
||||||
|
* Fixed slapo-chain double-free (ITS#5137)
|
||||||
|
* Fixed slapo-pcache and -rwm interaction fix (ITS#4991)
|
||||||
|
* Fixed slapo-pcache non-null terminated array crasher (ITS#5163)
|
||||||
|
* Fixed slapo-rwm modlist handling (ITS#5124)
|
||||||
|
* Fixed slapo-rwm UUID in filter (ITS#5168)
|
||||||
|
* Fixed sasl SASL_SSF_EXTERNAL type (ITS#3864)
|
||||||
|
* Fixed liblber Windows x64 portability (ITS#5105)
|
||||||
|
* Fixed libldap ppolicy control creation (ITS#5103)
|
||||||
|
- Silenced some rpmlint warnings
|
||||||
|
|
||||||
|
------------------------------------------------------------------
|
||||||
Wed Aug 22 13:56:25 CEST 2007 - rhafer@suse.de
|
Wed Aug 22 13:56:25 CEST 2007 - rhafer@suse.de
|
||||||
|
|
||||||
- Call "ldconfig" from %post and %postun in openldap2-client
|
- Call "ldconfig" from %post and %postun in openldap2-client
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package openldap2-client (Version 2.3.37)
|
# spec file for package openldap2-client (Version 2.3.39)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: openldap2-client
|
Name: openldap2-client
|
||||||
BuildRequires: cyrus-sasl-devel db-devel openslp-devel openssl-devel tcpd-devel
|
BuildRequires: cyrus-sasl-devel db-devel openslp-devel openssl-devel tcpd-devel
|
||||||
URL: http://www.openldap.org
|
Url: http://www.openldap.org
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
%if "%{name}" == "openldap2"
|
%if "%{name}" == "openldap2"
|
||||||
Group: Productivity/Networking/LDAP/Clients
|
Group: Productivity/Networking/LDAP/Clients
|
||||||
@ -26,9 +26,9 @@ Group: Productivity/Networking/LDAP/Clients
|
|||||||
Conflicts: openldap-client
|
Conflicts: openldap-client
|
||||||
Summary: OpenLDAP2 Client Utilities
|
Summary: OpenLDAP2 Client Utilities
|
||||||
%endif
|
%endif
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Version: 2.3.37
|
Version: 2.3.39
|
||||||
Release: 9
|
Release: 1
|
||||||
Source: openldap-%{version}.tar.bz2
|
Source: openldap-%{version}.tar.bz2
|
||||||
Source1: openldap-rc.tgz
|
Source1: openldap-rc.tgz
|
||||||
Source2: openldap-admin-guide.tar.bz2
|
Source2: openldap-admin-guide.tar.bz2
|
||||||
@ -46,7 +46,6 @@ Patch7: pie-compile.dif
|
|||||||
Patch8: libldap-manpages.dif
|
Patch8: libldap-manpages.dif
|
||||||
Patch9: slapd_chain_return_error.dif
|
Patch9: slapd_chain_return_error.dif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Prefix: %{_prefix}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the OpenLDAP2 client utilities.
|
This package contains the OpenLDAP2 client utilities.
|
||||||
@ -60,7 +59,7 @@ Authors:
|
|||||||
%package -n openldap2-back-perl
|
%package -n openldap2-back-perl
|
||||||
Summary: OpenLDAP Perl Back-End
|
Summary: OpenLDAP Perl Back-End
|
||||||
Requires: openldap2 = %{version}
|
Requires: openldap2 = %{version}
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Group: Productivity/Networking/LDAP/Servers
|
Group: Productivity/Networking/LDAP/Servers
|
||||||
|
|
||||||
%description -n openldap2-back-perl
|
%description -n openldap2-back-perl
|
||||||
@ -76,7 +75,7 @@ Authors:
|
|||||||
%package -n openldap2-back-meta
|
%package -n openldap2-back-meta
|
||||||
Summary: OpenLDAP Meta Back-End
|
Summary: OpenLDAP Meta Back-End
|
||||||
Requires: openldap2 = %{version}
|
Requires: openldap2 = %{version}
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Group: Productivity/Networking/LDAP/Servers
|
Group: Productivity/Networking/LDAP/Servers
|
||||||
Provides: openldap2:/usr/share/man/man5/slapd-meta.5.gz
|
Provides: openldap2:/usr/share/man/man5/slapd-meta.5.gz
|
||||||
|
|
||||||
@ -94,7 +93,7 @@ Authors:
|
|||||||
|
|
||||||
%package -n openldap2-devel
|
%package -n openldap2-devel
|
||||||
Summary: Libraries, Header Files and Documentation for OpenLDAP2
|
Summary: Libraries, Header Files and Documentation for OpenLDAP2
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Conflicts: openldap-devel
|
Conflicts: openldap-devel
|
||||||
Requires: openldap2-client = %{version} cyrus-sasl-devel openssl-devel
|
Requires: openldap2-client = %{version} cyrus-sasl-devel openssl-devel
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -165,6 +164,8 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DLDAP_DEPRECATED -DLDAP_CONN
|
|||||||
--with-yielding-select
|
--with-yielding-select
|
||||||
make depend
|
make depend
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
rm tests/scripts/test022-ppolicy
|
rm tests/scripts/test022-ppolicy
|
||||||
rm tests/scripts/test036-meta-concurrency
|
rm tests/scripts/test036-meta-concurrency
|
||||||
rm tests/scripts/test039-glue-ldap-concurrency
|
rm tests/scripts/test039-glue-ldap-concurrency
|
||||||
@ -351,8 +352,30 @@ fi
|
|||||||
%files -n openldap2-devel -f openldap2-devel.filelist
|
%files -n openldap2-devel -f openldap2-devel.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 29 2007 - rhafer@suse.de
|
||||||
|
- Update to Version 2.3.39. Most important changes:
|
||||||
|
* Fixed slapd database/overlay config conflict (ITS#4848)
|
||||||
|
* Fixed slapd password_hash config order (ITS#5082)
|
||||||
|
* Fixed slapd slap_mods_check bug (ITS#5119)
|
||||||
|
* Fixed slapd ACL sets memory handling (ITS#4860,ITS#4873)
|
||||||
|
* Fixed slapd ordered values add normalization issue (ITS#5136)
|
||||||
|
* Fixed slapd-bdb DB_CONFIG conversion bug (ITS#5118)
|
||||||
|
* Fixed slapd-ldap search control parsing (ITS#5138)
|
||||||
|
* Fixed slapd-ldap SASL idassert w/o authcId
|
||||||
|
* Fixed slapd-ldif directory separators in DN (ITS#5172)
|
||||||
|
* Fixed slapd-meta conn caching on bind failure (ITS#5154)
|
||||||
|
* Fixed slapd-meta bind timeout assertion (ITS#5185)
|
||||||
|
* Fixed slapd-sql concurrency issue (ITS#5095)
|
||||||
|
* Fixed slapo-chain double-free (ITS#5137)
|
||||||
|
* Fixed slapo-pcache and -rwm interaction fix (ITS#4991)
|
||||||
|
* Fixed slapo-pcache non-null terminated array crasher (ITS#5163)
|
||||||
|
* Fixed slapo-rwm modlist handling (ITS#5124)
|
||||||
|
* Fixed slapo-rwm UUID in filter (ITS#5168)
|
||||||
|
* Fixed sasl SASL_SSF_EXTERNAL type (ITS#3864)
|
||||||
|
* Fixed liblber Windows x64 portability (ITS#5105)
|
||||||
|
* Fixed libldap ppolicy control creation (ITS#5103)
|
||||||
|
- Silenced some rpmlint warnings
|
||||||
* Wed Aug 22 2007 - rhafer@suse.de
|
* Wed Aug 22 2007 - rhafer@suse.de
|
||||||
- Call "ldconfig" from %%post and %%postun in openldap2-client
|
- Call "ldconfig" from %%post and %%postun in openldap2-client
|
||||||
(Bug #298297)
|
(Bug #298297)
|
||||||
|
@ -1,4 +1,30 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 29 16:59:18 CET 2007 - rhafer@suse.de
|
||||||
|
|
||||||
|
- Update to Version 2.3.39. Most important changes:
|
||||||
|
* Fixed slapd database/overlay config conflict (ITS#4848)
|
||||||
|
* Fixed slapd password_hash config order (ITS#5082)
|
||||||
|
* Fixed slapd slap_mods_check bug (ITS#5119)
|
||||||
|
* Fixed slapd ACL sets memory handling (ITS#4860,ITS#4873)
|
||||||
|
* Fixed slapd ordered values add normalization issue (ITS#5136)
|
||||||
|
* Fixed slapd-bdb DB_CONFIG conversion bug (ITS#5118)
|
||||||
|
* Fixed slapd-ldap search control parsing (ITS#5138)
|
||||||
|
* Fixed slapd-ldap SASL idassert w/o authcId
|
||||||
|
* Fixed slapd-ldif directory separators in DN (ITS#5172)
|
||||||
|
* Fixed slapd-meta conn caching on bind failure (ITS#5154)
|
||||||
|
* Fixed slapd-meta bind timeout assertion (ITS#5185)
|
||||||
|
* Fixed slapd-sql concurrency issue (ITS#5095)
|
||||||
|
* Fixed slapo-chain double-free (ITS#5137)
|
||||||
|
* Fixed slapo-pcache and -rwm interaction fix (ITS#4991)
|
||||||
|
* Fixed slapo-pcache non-null terminated array crasher (ITS#5163)
|
||||||
|
* Fixed slapo-rwm modlist handling (ITS#5124)
|
||||||
|
* Fixed slapo-rwm UUID in filter (ITS#5168)
|
||||||
|
* Fixed sasl SASL_SSF_EXTERNAL type (ITS#3864)
|
||||||
|
* Fixed liblber Windows x64 portability (ITS#5105)
|
||||||
|
* Fixed libldap ppolicy control creation (ITS#5103)
|
||||||
|
- Silenced some rpmlint warnings
|
||||||
|
|
||||||
|
------------------------------------------------------------------
|
||||||
Wed Aug 22 13:56:25 CEST 2007 - rhafer@suse.de
|
Wed Aug 22 13:56:25 CEST 2007 - rhafer@suse.de
|
||||||
|
|
||||||
- Call "ldconfig" from %post and %postun in openldap2-client
|
- Call "ldconfig" from %post and %postun in openldap2-client
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package openldap2 (Version 2.3.37)
|
# spec file for package openldap2 (Version 2.3.39)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: openldap2
|
Name: openldap2
|
||||||
BuildRequires: cyrus-sasl-devel db-devel openslp-devel openssl-devel tcpd-devel
|
BuildRequires: cyrus-sasl-devel db-devel openslp-devel openssl-devel tcpd-devel
|
||||||
URL: http://www.openldap.org
|
Url: http://www.openldap.org
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
%if "%{name}" == "openldap2"
|
%if "%{name}" == "openldap2"
|
||||||
Group: Productivity/Networking/LDAP/Servers
|
Group: Productivity/Networking/LDAP/Servers
|
||||||
@ -26,9 +26,9 @@ Group: Productivity/Networking/LDAP/Servers
|
|||||||
Conflicts: openldap-client
|
Conflicts: openldap-client
|
||||||
Summary: The New OpenLDAP Server (LDAPv3)
|
Summary: The New OpenLDAP Server (LDAPv3)
|
||||||
%endif
|
%endif
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Version: 2.3.37
|
Version: 2.3.39
|
||||||
Release: 2
|
Release: 1
|
||||||
Source: openldap-%{version}.tar.bz2
|
Source: openldap-%{version}.tar.bz2
|
||||||
Source1: openldap-rc.tgz
|
Source1: openldap-rc.tgz
|
||||||
Source2: openldap-admin-guide.tar.bz2
|
Source2: openldap-admin-guide.tar.bz2
|
||||||
@ -46,7 +46,6 @@ Patch7: pie-compile.dif
|
|||||||
Patch8: libldap-manpages.dif
|
Patch8: libldap-manpages.dif
|
||||||
Patch9: slapd_chain_return_error.dif
|
Patch9: slapd_chain_return_error.dif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Prefix: %{_prefix}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Lightweight Directory Access Protocol (LDAP) is used to access
|
The Lightweight Directory Access Protocol (LDAP) is used to access
|
||||||
@ -63,7 +62,7 @@ Authors:
|
|||||||
%package -n openldap2-back-perl
|
%package -n openldap2-back-perl
|
||||||
Summary: OpenLDAP Perl Back-End
|
Summary: OpenLDAP Perl Back-End
|
||||||
Requires: openldap2 = %{version}
|
Requires: openldap2 = %{version}
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Group: Productivity/Networking/LDAP/Servers
|
Group: Productivity/Networking/LDAP/Servers
|
||||||
|
|
||||||
%description -n openldap2-back-perl
|
%description -n openldap2-back-perl
|
||||||
@ -79,7 +78,7 @@ Authors:
|
|||||||
%package -n openldap2-back-meta
|
%package -n openldap2-back-meta
|
||||||
Summary: OpenLDAP Meta Back-End
|
Summary: OpenLDAP Meta Back-End
|
||||||
Requires: openldap2 = %{version}
|
Requires: openldap2 = %{version}
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Group: Productivity/Networking/LDAP/Servers
|
Group: Productivity/Networking/LDAP/Servers
|
||||||
Provides: openldap2:/usr/share/man/man5/slapd-meta.5.gz
|
Provides: openldap2:/usr/share/man/man5/slapd-meta.5.gz
|
||||||
|
|
||||||
@ -97,7 +96,7 @@ Authors:
|
|||||||
|
|
||||||
%package -n openldap2-devel
|
%package -n openldap2-devel
|
||||||
Summary: Libraries, Header Files and Documentation for OpenLDAP2
|
Summary: Libraries, Header Files and Documentation for OpenLDAP2
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Conflicts: openldap-devel
|
Conflicts: openldap-devel
|
||||||
Requires: openldap2-client = %{version} cyrus-sasl-devel openssl-devel
|
Requires: openldap2-client = %{version} cyrus-sasl-devel openssl-devel
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -168,6 +167,8 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DLDAP_DEPRECATED -DLDAP_CONN
|
|||||||
--with-yielding-select
|
--with-yielding-select
|
||||||
make depend
|
make depend
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
rm tests/scripts/test022-ppolicy
|
rm tests/scripts/test022-ppolicy
|
||||||
rm tests/scripts/test036-meta-concurrency
|
rm tests/scripts/test036-meta-concurrency
|
||||||
rm tests/scripts/test039-glue-ldap-concurrency
|
rm tests/scripts/test039-glue-ldap-concurrency
|
||||||
@ -354,8 +355,30 @@ fi
|
|||||||
%files -n openldap2-devel -f openldap2-devel.filelist
|
%files -n openldap2-devel -f openldap2-devel.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 29 2007 - rhafer@suse.de
|
||||||
|
- Update to Version 2.3.39. Most important changes:
|
||||||
|
* Fixed slapd database/overlay config conflict (ITS#4848)
|
||||||
|
* Fixed slapd password_hash config order (ITS#5082)
|
||||||
|
* Fixed slapd slap_mods_check bug (ITS#5119)
|
||||||
|
* Fixed slapd ACL sets memory handling (ITS#4860,ITS#4873)
|
||||||
|
* Fixed slapd ordered values add normalization issue (ITS#5136)
|
||||||
|
* Fixed slapd-bdb DB_CONFIG conversion bug (ITS#5118)
|
||||||
|
* Fixed slapd-ldap search control parsing (ITS#5138)
|
||||||
|
* Fixed slapd-ldap SASL idassert w/o authcId
|
||||||
|
* Fixed slapd-ldif directory separators in DN (ITS#5172)
|
||||||
|
* Fixed slapd-meta conn caching on bind failure (ITS#5154)
|
||||||
|
* Fixed slapd-meta bind timeout assertion (ITS#5185)
|
||||||
|
* Fixed slapd-sql concurrency issue (ITS#5095)
|
||||||
|
* Fixed slapo-chain double-free (ITS#5137)
|
||||||
|
* Fixed slapo-pcache and -rwm interaction fix (ITS#4991)
|
||||||
|
* Fixed slapo-pcache non-null terminated array crasher (ITS#5163)
|
||||||
|
* Fixed slapo-rwm modlist handling (ITS#5124)
|
||||||
|
* Fixed slapo-rwm UUID in filter (ITS#5168)
|
||||||
|
* Fixed sasl SASL_SSF_EXTERNAL type (ITS#3864)
|
||||||
|
* Fixed liblber Windows x64 portability (ITS#5105)
|
||||||
|
* Fixed libldap ppolicy control creation (ITS#5103)
|
||||||
|
- Silenced some rpmlint warnings
|
||||||
* Wed Aug 22 2007 - rhafer@suse.de
|
* Wed Aug 22 2007 - rhafer@suse.de
|
||||||
- Call "ldconfig" from %%post and %%postun in openldap2-client
|
- Call "ldconfig" from %%post and %%postun in openldap2-client
|
||||||
(Bug #298297)
|
(Bug #298297)
|
||||||
|
Loading…
Reference in New Issue
Block a user