forked from pool/openldap2
Accepting request 825908 from home:stroeder:branches:network:ldap
updated to 2.4.51 OBS-URL: https://build.opensuse.org/request/show/825908 OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=264
This commit is contained in:
parent
19b4b4470b
commit
06ccfa2bad
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cb57d958bf5c55a678c6a0f06821e0e5504d5a92e6a33240841fbca1db586b8
|
||||
size 5712635
|
3
openldap-2.4.51.tgz
Normal file
3
openldap-2.4.51.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f490775ea4c6506b7210ee55a102c8f4aacfe9d1c8eaa633c7316d33a714be62
|
||||
size 5876819
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 12 06:16:42 UTC 2020 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- updated to 2.4.51
|
||||
- removed obsolete patch 0014-ITS-8650-fix-debug-usage.patch
|
||||
|
||||
OpenLDAP 2.4.51 Release (2020/08/11)
|
||||
Added slapo-ppolicy implement Netscape password policy controls (ITS#9279)
|
||||
Fixed libldap retry loop in ldap_int_tls_connect (ITS#8650)
|
||||
Fixed libldap to use getaddrinfo in ldap_pvt_get_fqdn (ITS#9287)
|
||||
Fixed slapd to enforce singular existence of some overlays (ITS#9309)
|
||||
Fixed slapd syncrepl to not delete non-replicated attrs (ITS#9227)
|
||||
Fixed slapd syncrepl to correctly delete entries on resync (ITS#9282)
|
||||
Fixed slapd syncrepl to use replace on single valued attrs (ITS#9294, ITS#9295)
|
||||
Fixed slapd-perl dynamic config with threaded slapd (ITS#7573)
|
||||
Fixed slapo-ppolicy to expose the ppolicy control (ITS#9285)
|
||||
Fixed slapo-ppolicy race condition for pwdFailureTime (ITS#9302)
|
||||
Fixed slapo-ppolicy so it can only exist once per DB (ITS#9309)
|
||||
Fixed slapo-chain to check referral (ITS#9262)
|
||||
Build Environment
|
||||
Fix test064 so it no longer uses bashisms (ITS#9263)
|
||||
Contrib
|
||||
Fix default prefix value for pw-argon2, pw-pbkdf2 modules (ITS#9248)
|
||||
slapo-allowed - Fix usage of unitialized variable (ITS#9308)
|
||||
Documentation
|
||||
ldap_parse_result(3) - Document ldap_parse_intermediate (ITS#9271)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 8 12:46:34 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
%define run_test_suite 0
|
||||
%define version_main 2.4.50
|
||||
%define version_main 2.4.51
|
||||
|
||||
%if %{suse_version} >= 1310 && %{suse_version} != 1315
|
||||
%define _rundir /run/slapd
|
||||
@ -62,7 +62,6 @@ Patch5: 0005-pie-compile.dif
|
||||
Patch7: 0007-Recover-on-DB-version-change.dif
|
||||
Patch8: 0008-In-monitor-backend-do-not-return-Connection0-entries.patch
|
||||
Patch11: 0011-openldap-re24-its7796.patch
|
||||
Patch14: 0014-ITS-8650-fix-debug-usage.patch
|
||||
Patch15: openldap-r-only.dif
|
||||
Patch16: 0016-Clear-shared-key-only-in-close-function.patch
|
||||
Source200: %{name_ppolicy_check_module}-%{version_ppolicy_check_module}.tar.gz
|
||||
@ -259,7 +258,6 @@ gzip -k %{S:203}
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch11 -p1
|
||||
%patch14 -p1
|
||||
%patch15 -p1
|
||||
%patch16 -p1
|
||||
cp %{SOURCE5} .
|
||||
|
Loading…
Reference in New Issue
Block a user