diff options
author | delphij <delphij@FreeBSD.org> | 2009-01-05 13:49:35 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2009-01-05 13:49:35 +0800 |
commit | 6b2d7d7848fd87d571a9208a894bc849dbf9555a (patch) | |
tree | 36f510240b387817f45fc89396cfdacd83d2d86a /Mk/bsd.ldap.mk | |
parent | 1a5c907936af13a53ffec6863521339ce9da1900 (diff) | |
download | freebsd-ports-gnome-6b2d7d7848fd87d571a9208a894bc849dbf9555a.tar.gz freebsd-ports-gnome-6b2d7d7848fd87d571a9208a894bc849dbf9555a.tar.zst freebsd-ports-gnome-6b2d7d7848fd87d571a9208a894bc849dbf9555a.zip |
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.
Diffstat (limited to 'Mk/bsd.ldap.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 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/' |