diff options
author | adam <adam@pkgsrc.org> | 2018-04-02 13:40:44 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-04-02 13:40:44 +0000 |
commit | 643407046e80ac4375d8115a2119bbc365f82a10 (patch) | |
tree | 323c2885322c81947460019d2ef572deff52dac8 /databases | |
parent | 99d04dfbe10b139fa6ccbc589f63d122c2c9dfeb (diff) | |
download | pkgsrc-643407046e80ac4375d8115a2119bbc365f82a10.tar.gz |
openldap: updated to 2.4.46
OpenLDAP 2.4.46 Release (2018/03/22)
Fixed libldap connection delete callbacks when TLS fails to start
Fixed libldap to not reuse tls_session if TLS hostname check fails
Fixed libldap cross-compiling with OpenSSL 1.1
Fixed libldap OpenSSL 1.1.1 compatibility with BIO_method
Fixed libldap MozNSS CA certificate hash matching
Fixed libldap MozNSS with PEM certs when also using an NSS cert db
Fixed libldap MozNSS initialization
Fixed libldap GnuTLS with GNUTLS_E_AGAIN
Fixed libldap memory leak with cancel operations
Fixed slapd Eventlog registry key creation on 64-bit Windows
Fixed slapd to maintain SSF across SASL binds
Fixed slapd syncrepl deadlock when updating cookie
Fixed slapd syncrepl callback to always be last in the stack
Fixed slapd telephoneNumberNormalize when the value is spaces and hyphens
Fixed slapd CSN queue processing
Fixed slapd-ldap TLS connection timeout with high latency connections
Fixed slapd-ldap to ignore unknown schema when omit-unknown-schema is set
Fixed slapd-mdb with an optimization for long lived read transactions
Fixed slapd-meta assert when olcDbRewrite is modified
Fixed slapd-sock with LDAP_MOD_INCREMENT operations
Fixed slapo-accesslog cleanup to only occur on failed operations
Fixed slapo-dds entryTTL to actually decrease as per RFC 2589
Fixed slapo-syncprov memory leak with delete operations
Fixed slapo-syncprov to not clear pending operation when checkpointing
Fixed slapo-syncprov to correctly record contextCSN values in the accesslog
Fixed slapo-syncprov not to log checkpoints to accesslog db
Fixed slapo-syncprov to process changes from this SID on REFRESH
Fixed slapo-syncprov session log parsing to not block other operations
Build Environment
Fixed Windows build with newer MINGW version
Fixed compiler warnings and removed unused variables
Contrib
Fixed ldapc++ Control structure
Documentation
Delete stub manpage for back-ldbm
Fixed ldap_bind(3) to mention the LDAP_SASL_SIMPLE mechanism
Fixed ldap.conf(5) to note SASL_MECH/SASL_REALM are no longer user-only
Fixed slapd-config(5) typo for olcTLSCipherSuite
Fixed slapo-syncprov(5) indexing requirements
Diffstat (limited to 'databases')
-rw-r--r-- | databases/openldap-client/PLIST | 3 | ||||
-rw-r--r-- | databases/openldap-doc/distinfo | 10 | ||||
-rw-r--r-- | databases/openldap/Makefile | 4 | ||||
-rw-r--r-- | databases/openldap/Makefile.version | 4 | ||||
-rw-r--r-- | databases/openldap/distinfo | 10 |
5 files changed, 15 insertions, 16 deletions
diff --git a/databases/openldap-client/PLIST b/databases/openldap-client/PLIST index 388e3dc76c8..d6431166d18 100644 --- a/databases/openldap-client/PLIST +++ b/databases/openldap-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2012/03/13 19:57:11 adam Exp $ +@comment $NetBSD: PLIST,v 1.11 2018/04/02 13:40:44 adam Exp $ bin/ldapadd bin/ldapcompare bin/ldapdelete @@ -220,7 +220,6 @@ man/man5/slapd-config.5 man/man5/slapd-dnssrv.5 man/man5/slapd-hdb.5 man/man5/slapd-ldap.5 -man/man5/slapd-ldbm.5 man/man5/slapd-ldif.5 man/man5/slapd-mdb.5 man/man5/slapd-meta.5 diff --git a/databases/openldap-doc/distinfo b/databases/openldap-doc/distinfo index bd05f2d546a..9a3d9f20835 100644 --- a/databases/openldap-doc/distinfo +++ b/databases/openldap-doc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2017/06/02 08:29:57 adam Exp $ +$NetBSD: distinfo,v 1.18 2018/04/02 13:40:45 adam Exp $ -SHA1 (openldap-2.4.45.tgz) = c98437385d3eaee80c9e2c09f3f0d4b7c140233d -RMD160 (openldap-2.4.45.tgz) = a2f4483ffb958cc103a2aa0fb13c1f78e7951263 -SHA512 (openldap-2.4.45.tgz) = 1c9fc84efed8998f107ce6e1c6be3f5466388241afdca0cb3847720c9def0bc263a2dbc15bf0f9112d1b4c391fd01e8531a4fb08c5532c30fb86924c08daedab -Size (openldap-2.4.45.tgz) = 5672845 bytes +SHA1 (openldap-2.4.46.tgz) = a9ae2273eb9bdd70090dafe0d018a3132606bef6 +RMD160 (openldap-2.4.46.tgz) = d7038355b1c13a0b2d5104a0c75735b63e9c4148 +SHA512 (openldap-2.4.46.tgz) = eef39d43f04aa09c657a1422cefef060fe00368559ae40d0d97536c08ebeaaa1ab06207b3f121ba6afcde54abdc550027c3505e5217e5fd47ae6f8c001260186 +Size (openldap-2.4.46.tgz) = 5700204 bytes diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index d34e0d7da76..8f8915900a9 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.147 2017/06/02 08:29:56 adam Exp $ +# $NetBSD: Makefile,v 1.148 2018/04/02 13:40:44 adam Exp $ .include "../../databases/openldap/Makefile.version" @@ -12,7 +12,7 @@ HOMEPAGE= http://www.openldap.org/ COMMENT= Lightweight Directory Access Protocol meta-package LICENSE= modified-bsd -META_PACKAGE= yes +META_PACKAGE= yes DEPENDS+= openldap-client>=${PKGVERSION_NOREV}:../../databases/openldap-client DEPENDS+= openldap-server>=${PKGVERSION_NOREV}:../../databases/openldap-server diff --git a/databases/openldap/Makefile.version b/databases/openldap/Makefile.version index 1cbccff0736..dedb9497d9f 100644 --- a/databases/openldap/Makefile.version +++ b/databases/openldap/Makefile.version @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.version,v 1.14 2017/06/02 08:29:56 adam Exp $ +# $NetBSD: Makefile.version,v 1.15 2018/04/02 13:40:44 adam Exp $ # used by databases/openldap/Makefile # used by databases/openldap/Makefile.common # used by databases/openldap-docs/Makefile -OPENLDAP_VERSION= 2.4.45 +OPENLDAP_VERSION= 2.4.46 diff --git a/databases/openldap/distinfo b/databases/openldap/distinfo index 533c6a78e8a..efed4d97e8b 100644 --- a/databases/openldap/distinfo +++ b/databases/openldap/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.109 2017/06/02 08:29:56 adam Exp $ +$NetBSD: distinfo,v 1.110 2018/04/02 13:40:44 adam Exp $ -SHA1 (openldap-2.4.45.tgz) = c98437385d3eaee80c9e2c09f3f0d4b7c140233d -RMD160 (openldap-2.4.45.tgz) = a2f4483ffb958cc103a2aa0fb13c1f78e7951263 -SHA512 (openldap-2.4.45.tgz) = 1c9fc84efed8998f107ce6e1c6be3f5466388241afdca0cb3847720c9def0bc263a2dbc15bf0f9112d1b4c391fd01e8531a4fb08c5532c30fb86924c08daedab -Size (openldap-2.4.45.tgz) = 5672845 bytes +SHA1 (openldap-2.4.46.tgz) = a9ae2273eb9bdd70090dafe0d018a3132606bef6 +RMD160 (openldap-2.4.46.tgz) = d7038355b1c13a0b2d5104a0c75735b63e9c4148 +SHA512 (openldap-2.4.46.tgz) = eef39d43f04aa09c657a1422cefef060fe00368559ae40d0d97536c08ebeaaa1ab06207b3f121ba6afcde54abdc550027c3505e5217e5fd47ae6f8c001260186 +Size (openldap-2.4.46.tgz) = 5700204 bytes SHA1 (patch-ac) = 2995c518278b363bf9657e181c2340d3024d5980 SHA1 (patch-ad) = 24e7ec27d592dd76bdec1e4805801c5304951daf SHA1 (patch-af) = 2e00b01bd813e73bdc1fb764a02e98d7755703de |