diff options
author | kleink <kleink> | 2002-02-02 15:00:18 +0000 |
---|---|---|
committer | kleink <kleink> | 2002-02-02 15:00:18 +0000 |
commit | 40f594f9334eb53de45935b955c8aacf5fd1e3f1 (patch) | |
tree | cc44d65ca412abb656de9df3513db73d970aeb8e | |
parent | 044c8a65f3ef0df0a25565edfda0fad4e28f2653 (diff) | |
download | pkgsrc-40f594f9334eb53de45935b955c8aacf5fd1e3f1.tar.gz |
Update openldap to 2.0.22. Notable changes since version 2.0.21(nb1):
Fixed slapd passwd modify referral bug
Fixed back-ldbm index threading bug
Fixed back-ldbm ordering presence index bug
Fixed back-ldap modify bug (ITS#1547)
Fixed -lldap TLS errno bug
Fixed ud v2 kind bug
Updated slapd slurpd friendly code
Build environment
Fixed Mach cthreads detection (ITS#1554)
Updated Berkeley DB 4 detection
-rw-r--r-- | databases/openldap/Makefile | 5 | ||||
-rw-r--r-- | databases/openldap/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index a8d3cc96f8b..11db6a1fefa 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2002/02/01 18:32:34 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2002/02/02 15:00:18 kleink Exp $ -DISTNAME= openldap-2.0.21 +DISTNAME= openldap-2.0.22 SVR4_PKGNAME= oldap -PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ EXTRACT_SUFX= .tgz diff --git a/databases/openldap/distinfo b/databases/openldap/distinfo index 75eb9d4a79c..dd22330d516 100644 --- a/databases/openldap/distinfo +++ b/databases/openldap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2002/01/15 23:26:31 kleink Exp $ +$NetBSD: distinfo,v 1.10 2002/02/02 15:00:19 kleink Exp $ -SHA1 (openldap-2.0.21.tgz) = 4635052c0a7ce55c9eca11975d85756a7574280c -Size (openldap-2.0.21.tgz) = 1298826 bytes +SHA1 (openldap-2.0.22.tgz) = 36982c354f0b1482cd80bb5c1a2456b97ebf8622 +Size (openldap-2.0.22.tgz) = 1299726 bytes SHA1 (patch-aa) = 8577dfc802eda5e789aa7e66ff9bd9cbb1ca1777 SHA1 (patch-ab) = f2b00ef942da01fda134ac37086f59d371efa152 |