summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2009-01-05 05:49:35 +0000
committerXin LI <delphij@FreeBSD.org>2009-01-05 05:49:35 +0000
commit90dceb1ff4e190715095d897c757e2c9bd6676c1 (patch)
tree7ade8eea44d84c58fee28a8972af54c90263e099 /Mk
parentFinally upgrade to 2.6.0p2. (diff)
Update to 2.4.13. Note that this requires a full rebuild of all
packages that depends on openldap24-client due to a shared library version bump.
Notes
Notes: svn path=/head/; revision=225262
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 d748e3f6f4ea..18d24d8cacea 100644
--- a/Mk/bsd.ldap.mk
+++ b/Mk/bsd.ldap.mk
@@ -37,7 +37,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.3
+OPENLDAP24_LIBVER= 2.4.5
.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/'