summaryrefslogtreecommitdiff
path: root/databases/openldap-client
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-12-20 17:54:09 +0000
committeradam <adam@pkgsrc.org>2018-12-20 17:54:09 +0000
commit25ae7a4c9eee332cd35026dad6d20aee54ab2325 (patch)
treeec0e70d3c6a8f7a740afe30993d38b9ef64b075a /databases/openldap-client
parent27d7316b9cd67db2239319663e69c02f0b8d22d2 (diff)
downloadpkgsrc-25ae7a4c9eee332cd35026dad6d20aee54ab2325.tar.gz
openldap: updated to 2.4.47
OpenLDAP 2.4.47: Added slapd-sock DN qualifier for subtrees to be processed Added slapd-sock ability to send extended operations to external listeners Fixed liblber to avoid incremental access to user-supplied bv in dupbv Fixed libldap dn to domain parsing with bad input Fixed slapd slapcat to correctly honor -g option Fixed slapd to correctly handle NO_SUCH_OBJECT with dynamic groups Fixed slapd to check status of rdnNormalize Fixed slapd cn=config when modifying slapo-syncprov config Fixed slapd sasl authz-policy "all" behavior Fixed slapd sasl minor typo Fixed slapd to correctly hide hidden DBs in the rootDSE Fixed slapd domainScope control to match Microsoft specification Fixed slapd-bdb/hdb/mdb to not convert certain IDLs to ranges Fixed slapo-accesslog deadlock during cleanup Fixed slapo-memberof cn=config modifications Fixed slapo-ppolicy with multimaster replication Fixed slapo-syncprov with NULL modlist Build Environment Added slapd reproducible build support Fixed missing includes with OpenSSL 1.0.2 Contrib Fixed slapo-pbkdf2 hash generation Documentation admin24 fixed minor typo
Diffstat (limited to 'databases/openldap-client')
-rw-r--r--databases/openldap-client/builtin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/openldap-client/builtin.mk b/databases/openldap-client/builtin.mk
index 3b53cb6ac7b..92f8c8c1a94 100644
--- a/databases/openldap-client/builtin.mk
+++ b/databases/openldap-client/builtin.mk
@@ -1,11 +1,11 @@
-# $NetBSD: builtin.mk,v 1.1 2008/10/12 20:49:19 ahoka Exp $
+# $NetBSD: builtin.mk,v 1.2 2018/12/20 17:54:09 adam Exp $
BUILTIN_PKG:= openldap-client
PKGCONFIG_FILE.openldap-client= /usr/include/ldap_features.h
PKGCONFIG_BASE.openldap-client= /usr
-BUILTIN_VERSION_SCRIPT.openldap-client= ${AWK} \
+BUILTIN_VERSION_SCRIPT.openldap-client= ${AWK} \
'/\#define[ \t]*_?LDAP_VENDOR_VERSION_MAJOR[ \t]/ { major = $$3; } \
/\#define[ \t]*_?LDAP_VENDOR_VERSION_MINOR[ \t]/ { minor = $$3; } \
/\#define[ \t]*_?LDAP_VENDOR_VERSION_PATCH[ \t]/ { patch = $$3; } \