diff options
author | delphij <delphij@FreeBSD.org> | 2011-02-24 21:50:08 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2011-02-24 21:50:08 +0000 |
commit | 7863193689f94ed087a35517b25f746709bad906 (patch) | |
tree | a37228dfc925449ccdabe42a8b3a360f5b1a5e27 /Mk | |
parent | af626823de8ee6e56bb9343022e87fdefd1fe5cc (diff) | |
download | FreeBSD-ports-7863193689f94ed087a35517b25f746709bad906.zip FreeBSD-ports-7863193689f94ed087a35517b25f746709bad906.tar.gz |
Update OpenLDAP to 2.4.24.
Unfortunately this version requires a shared library version bump again.
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 c831100..a08ef8a 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.7 +OPENLDAP24_LIBVER= 2.4.8 .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/' |