diff options
author | Xin LI <delphij@FreeBSD.org> | 2009-07-20 08:13:12 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2009-07-20 08:13:12 +0000 |
commit | 2f8440aaf96b4d1a1cec2d96dd74fe0c66f742c7 (patch) | |
tree | 065ccb23c0049561102a77a4b4fccd6fc1cb74d3 /Mk | |
parent | - Update to 1.222 (diff) |
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.mk | 2 |
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/' |