Opened 5 years ago
Closed 5 years ago
#13918 closed enhancement (fixed)
openldap-2.4.51
| Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
|---|---|---|---|
| Priority: | normal | Milestone: | 10.0 |
| Component: | BOOK | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New point version.
Change History (4)
comment:1 by , 5 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 5 years ago
comment:3 by , 5 years ago
The consolidated fixes patch will need to be redone for this version:
Making openldap-2.4.51 Thu 13 Aug 2020 04:53:49 PM CDT patching file build/openldap.m4 Hunk #1 succeeded at 1115 (offset -27 lines). patching file build/top.mk patching file configure.in Hunk #1 succeeded at 1921 (offset 5 lines). patching file doc/man/man5/slapd-bdb.5 patching file doc/man/man5/slapd-config.5 Hunk #1 succeeded at 2067 (offset 16 lines). patching file doc/man/man5/slapd.conf.5 Hunk #1 succeeded at 2037 (offset 16 lines). patching file include/ldap_defaults.h patching file libraries/liblber/Makefile.in patching file libraries/liblber/liblber.map patching file libraries/libldap/Makefile.in patching file libraries/libldap/libldap.map patching file libraries/libldap_r/Makefile.in patching file servers/slapd/Makefile.in patching file servers/slapd/slapd.conf patching file servers/slapd/slapd.ldif Hunk #2 FAILED at 26. Hunk #3 succeeded at 91 (offset 1 line). 1 out of 3 hunks FAILED -- saving rejects to file servers/slapd/slapd.ldif.rej patching file servers/slapd/slapi/Makefile.in 0.0 Elasped Time - openldap-2.4.51
I'll begin work on that now :)
Note:
See TracTickets
for help on using tickets.

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)