aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2009-07-20 08:13:12 +0000
committerXin LI <delphij@FreeBSD.org>2009-07-20 08:13:12 +0000
commit2f8440aaf96b4d1a1cec2d96dd74fe0c66f742c7 (patch)
tree065ccb23c0049561102a77a4b4fccd6fc1cb74d3 /Mk
parentcf9e22caa0c903ab6ad5184d61d61afae037a9fa (diff)
downloadports-2f8440aaf96b4d1a1cec2d96dd74fe0c66f742c7.tar.gz
ports-2f8440aaf96b4d1a1cec2d96dd74fe0c66f742c7.zip
Update to OpenLDAP 2.4.17. Unfortunately a shared library bump is needed.
UPDATING to follow.
Notes
Notes: svn path=/head/; revision=238091
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.ldap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.ldap.mk b/Mk/bsd.ldap.mk
index 5fddcc8386c6..8d89bcb1400f 100644
--- a/Mk/bsd.ldap.mk
+++ b/Mk/bsd.ldap.mk
@@ -35,7 +35,7 @@ Database_Include_MAINTAINER= ports@FreeBSD.org
DEFAULT_OPENLDAP_VER?= 24
# OpenLDAP client versions currently supported
OPENLDAP23_LIBVER= 2.3.2
-OPENLDAP24_LIBVER= 2.4.6
+OPENLDAP24_LIBVER= 2.4.7
.if exists(${LOCALBASE}/bin/ldapwhoami)
_OPENLDAP_VER!= ${LOCALBASE}/bin/ldapwhoami -VV 2>&1 | ${GREP} ldapwhoami | ${SED} -E 's/.*OpenLDAP: ldapwhoami (2)\.(3|4).*/\1\2/'