summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorkleink <kleink>2001-05-14 16:15:52 +0000
committerkleink <kleink>2001-05-14 16:15:52 +0000
commitd570cab0bae6ece806c87c6212be6ab599fb944a (patch)
treeca64548a48765c6407f13ac7a5a6540daf416046 /databases
parentd68fb0529fa1b8449ed7eef5aac8d59009219605 (diff)
downloadpkgsrc-d570cab0bae6ece806c87c6212be6ab599fb944a.tar.gz
Update OpenLDAP to 1.2.12.
Changes included in OpenLDAP 1.2.12 CVS Tag: OPENLDAP_REL_ENG_1_2 Fixed slapd sb_max_incoming bug Fixed ldapmodify ldaphost NULL bug Fixed ldapsearch uninitialized fp bug Fixed Pth initialization bug Fixed libldap/add mod_bvalues typo Fixed ldappasswd crypt(3) crash (ITS#598) Fixed slapd/config.c MAXARGS boundary condition bug Fixed cn=monitor/config rdwr lock leak Fixed liblber exception handling bugs Build Environment Remove extra Digital UNIX symbol (ITS#590) Ignore make clean rm failure Fix ud install mode (ITS#633)
Diffstat (limited to 'databases')
-rw-r--r--databases/openldap/Makefile4
-rw-r--r--databases/openldap/distinfo7
-rw-r--r--databases/openldap/patches/patch-ac10
3 files changed, 5 insertions, 16 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index 27e0c68e358..d5c2d1d8c76 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2001/03/04 03:26:50 assar Exp $
+# $NetBSD: Makefile,v 1.22 2001/05/14 16:15:52 kleink Exp $
#
-DISTNAME= openldap-1.2.11
+DISTNAME= openldap-1.2.12
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 86c7ffae55f..07f57f0a52a 100644
--- a/databases/openldap/distinfo
+++ b/databases/openldap/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 16:11:00 agc Exp $
+$NetBSD: distinfo,v 1.3 2001/05/14 16:15:52 kleink Exp $
-SHA1 (openldap-1.2.11.tgz) = 481bc42952b9b3cead9a6650dd2ddd888c03a261
-Size (openldap-1.2.11.tgz) = 1032931 bytes
+SHA1 (openldap-1.2.12.tgz) = 1e5e26d8573dd01a0c91fe6b7558f9d652c41639
+Size (openldap-1.2.12.tgz) = 1033951 bytes
SHA1 (patch-ab) = 74043106a6d933ff627eff5c079f50b9bfc9eef5
-SHA1 (patch-ac) = b0d7dc8d23bd34013cec28cc13b661215a8870d4
diff --git a/databases/openldap/patches/patch-ac b/databases/openldap/patches/patch-ac
deleted file mode 100644
index 0ddc658e691..00000000000
--- a/databases/openldap/patches/patch-ac
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2000/07/28 07:18:50 kleink Exp $
-
---- clients/ud/Makefile.in.orig Thu Jan 14 02:02:11 1999
-+++ clients/ud/Makefile.in Thu Jul 27 22:31:54 2000
-@@ -26,4 +26,4 @@
- install-local: FORCE
- -$(MKDIR) $(bindir)
- -mv -f $(bindir)/ud $(bindir)/ud-
-- $(LTINSTALL) $(INSTALLFLAGS) -m 775 ud $(bindir)
-+ $(LTINSTALL) $(INSTALLFLAGS) -m 755 ud $(bindir)