diff options
author | tron <tron@pkgsrc.org> | 2001-10-25 16:15:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-10-25 16:15:44 +0000 |
commit | 5eb9a5c3405182702bdcbe9d5a4a37616f8737e7 (patch) | |
tree | f499eee3647db717fd60ec796c5b12baaca3f079 /databases/openldap/Makefile | |
parent | fbc08b19bf6a984db5f3d526d23f8bdd8e4b6276 (diff) | |
download | pkgsrc-5eb9a5c3405182702bdcbe9d5a4a37616f8737e7.tar.gz |
Update "openldap" package to version 2.0.17. Major changes since version
1.2.13:
- LDAPv3 support
+ RFC 2251-2256
+ Language Tags (RFC 2596)
+ SASL (RFC2829)
+ TLS (RFC2830) and SSL (ldaps://)
+ named references
+ DNS SRV location
- IPv6 support
- LDAP over IPC support
- Updated C API
- LDIFv1 (RFC2849)
- Enhanced Standalone LDAP Server:
+ Updated Access Control System
+ Thread Pooling
+ DNS SRV referral backend (experimental)
+ LDAP backend (experimental)
+ SQL backend (experimental)
+ Better tools
This fixes PR pkg/14339 by Hauke Fath.
Diffstat (limited to 'databases/openldap/Makefile')
-rw-r--r-- | databases/openldap/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index c6438e48d45..12619ce2099 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2001/10/18 15:20:07 veego Exp $ -# +# $NetBSD: Makefile,v 1.28 2001/10/25 16:15:44 tron Exp $ -DISTNAME= openldap-1.2.13 +DISTNAME= openldap-2.0.17 SVR4_PKGNAME= oldap CATEGORIES= databases MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ @@ -39,8 +38,7 @@ CPPFLAGS+= -I${BUILDLINK_DIR}/include/db2 LIBS= -ldb2 -lpthread -lrt .endif -PLIST_SRC= ${PKGDIR}/PLIST.common -PLIST_SRC+= ${PKGDIR}/PLIST.${LOWER_OPSYS} +PLIST_SRC= ${PKGDIR}/PLIST.common ${PKGDIR}/PLIST.${LOWER_OPSYS} post-configure: ${ECHO} "SLAPD_LIBS = " >> ${WRKSRC}/servers/slapd/tools/Makefile |