diff options
author | delphij <delphij@FreeBSD.org> | 2009-09-07 17:46:19 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2009-09-07 17:46:19 +0800 |
commit | dbd2f5c72473583bfa6609ff8f7659c117a1de7e (patch) | |
tree | 4980d6264b0fe37456ccea6e834e54b7abc66fc9 /net/openldap24-server/Makefile | |
parent | 4e6ed79ad14810b51c74497c7ac178fbdf451585 (diff) | |
download | freebsd-ports-gnome-dbd2f5c72473583bfa6609ff8f7659c117a1de7e.tar.gz freebsd-ports-gnome-dbd2f5c72473583bfa6609ff8f7659c117a1de7e.tar.zst freebsd-ports-gnome-dbd2f5c72473583bfa6609ff8f7659c117a1de7e.zip |
o Update to 2.4.18.
o Add support to slapd_krb5_ktname, which exports an environment variable
KRB5_KTNAME so that user can specify alternative Kerberos key table. [1]
o Add support to run slapd with cn=config style configuration. [2]
Reported by: Matthew Hambley <matthew at aether demon co uk> [1]
Ulrich Spoerlein <uspoerlein at gmail com> [2]
Submitted by: Nikolai Nespor <nikolai nespor at basis-wein at> [2]
Diffstat (limited to 'net/openldap24-server/Makefile')
-rw-r--r-- | net/openldap24-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index e646a0014281..94e2d8ada326 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openldap -DISTVERSION= 2.4.17 +DISTVERSION= 2.4.18 PORTREVISION= ${OPENLDAP_PORTREVISION} CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ |