diff options
author | martti <martti@pkgsrc.org> | 2002-02-13 12:21:24 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-02-13 12:21:24 +0000 |
commit | 83b389a7043ce4814b1ebaece2c11908a00bdc6f (patch) | |
tree | fb60a8fc153db4d322cc7b6939c038ed919647d3 /databases/openldap/Makefile | |
parent | 47036c0337fd11189599b1be84c663c1861c7a52 (diff) | |
download | pkgsrc-83b389a7043ce4814b1ebaece2c11908a00bdc6f.tar.gz |
Updated openldap to 2.0.23
* Fixed slapd moddn acl bug (ITS#1562) (ITS#1582)
* Fixed slapd acl regex (to dn="") portability bug (ITS#1579)
* Disabled -lldap atexit() handler (ITS#1577)
* Updated config.guess/sub scripts (ITS#1567)
* Fixed a number of typos (ITS#1578)
Diffstat (limited to 'databases/openldap/Makefile')
-rw-r--r-- | databases/openldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index 11db6a1fefa..c4ed05c69e6 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2002/02/02 15:00:18 kleink Exp $ +# $NetBSD: Makefile,v 1.41 2002/02/13 12:21:24 martti Exp $ -DISTNAME= openldap-2.0.22 +DISTNAME= openldap-2.0.23 SVR4_PKGNAME= oldap CATEGORIES= databases MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ |