diff options
author | kleink <kleink@pkgsrc.org> | 2001-10-01 16:42:30 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2001-10-01 16:42:30 +0000 |
commit | 087f3d638d275c33f1bd83e44e04f1058bbd6134 (patch) | |
tree | cb44cdf49ea778fa1e1f653486eb99977c851145 /databases/openldap/Makefile | |
parent | 0d83309011597ac20b87722b7fd61bd74945313d (diff) | |
download | pkgsrc-087f3d638d275c33f1bd83e44e04f1058bbd6134.tar.gz |
Update to OpenLDAP 1.2.13.
Changes included in OpenLDAP 1.2.13
CVS Tag: OPENLDAP_REL_ENG_1_2_13
Fixed slurpd millionth second bug (ITS#1323)
Fixed libldap result error memory leak (ITS#1161)
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 ae6d74d820e..f0f0d4e6437 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2001/09/14 02:39:07 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2001/10/01 16:42:30 kleink Exp $ # -DISTNAME= openldap-1.2.12 +DISTNAME= openldap-1.2.13 CATEGORIES= databases MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ EXTRACT_SUFX= .tgz |