diff options
author | kleink <kleink> | 2002-01-14 22:21:03 +0000 |
---|---|---|
committer | kleink <kleink> | 2002-01-14 22:21:03 +0000 |
commit | a6e1148ae29de71c4f4e1c1130dcbdb153c2a657 (patch) | |
tree | e280f5a1072facf36c829e48043cf69dd37f01b0 /databases/openldap/Makefile | |
parent | b6d0bc6e1df30af344ba22ad58a7d4d2c9c07c76 (diff) | |
download | pkgsrc-a6e1148ae29de71c4f4e1c1130dcbdb153c2a657.tar.gz |
Update openldap to 2.0.20. Notable changes since version 2.0.19(nb1):
Fixed slapd ACL empty replace bug (ITS#1530)
Fixed slapd ACL peername/sockname exact match bug (ITS#1516)
Fixed back-passwd db_config bug
Fixed -lldap cache debug bug (ITS#1501)
Fixed -lldap dnssrv free bug
Fixed -lldap Start TLS first op bug
Fixed slurpd TLS non-critical/critical bug (ITS#1527)
Fixed slurpd SASL password bug (ITS#1528)
Build environment
Fixed repl_user build error (ITS#1503)
Updated BerkeleyDB 4 support
Updated schema files
Updated Windows NT/2000 MSVC5 port
Diffstat (limited to 'databases/openldap/Makefile')
-rw-r--r-- | databases/openldap/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index ec8ba44bbd8..f6c6bf1dc96 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2002/01/06 19:33:34 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2002/01/14 22:21:03 kleink Exp $ -DISTNAME= openldap-2.0.19 +DISTNAME= openldap-2.0.20 SVR4_PKGNAME= oldap -PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ EXTRACT_SUFX= .tgz @@ -61,8 +60,8 @@ CNFS_PERMS= slapd.conf SUPPS= schema/corba.schema schema/core.schema \ schema/cosine.schema schema/inetorgperson.schema \ schema/java.schema schema/krb5-kdc.schema \ - schema/misc.schema schema/nadf.schema \ - schema/nis.schema schema/openldap.schema + schema/misc.schema schema/nis.schema \ + schema/openldap.schema CONF_FILES= # empty CONF_FILES_PERMS= # empty |