summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/openldap-doc/Makefile4
-rw-r--r--databases/openldap/Makefile4
-rw-r--r--databases/openldap/Makefile.common4
-rw-r--r--databases/openldap/distinfo10
-rw-r--r--databases/openldap/patches/patch-ag6
5 files changed, 14 insertions, 14 deletions
diff --git a/databases/openldap-doc/Makefile b/databases/openldap-doc/Makefile
index b3b316083d4..8d02d2d35e3 100644
--- a/databases/openldap-doc/Makefile
+++ b/databases/openldap-doc/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2007/01/10 18:15:36 ghen Exp $
+# $NetBSD: Makefile,v 1.7 2007/09/02 13:02:37 ghen Exp $
-DISTNAME= openldap-2.3.32
+DISTNAME= openldap-2.3.38
PKGNAME= ${DISTNAME:S/-/-doc-/}
CATEGORIES= databases
MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index 44252f4a8da..38ee942fac2 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.119 2007/01/10 18:15:36 ghen Exp $
+# $NetBSD: Makefile,v 1.120 2007/09/02 13:02:36 ghen Exp $
DISTNAME= openldap-${OPENLDAP_VERSION}
-OPENLDAP_VERSION= 2.3.32
+OPENLDAP_VERSION= 2.3.38
CATEGORIES= databases
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/databases/openldap/Makefile.common b/databases/openldap/Makefile.common
index c1e59332cdc..d77e5cd15d1 100644
--- a/databases/openldap/Makefile.common
+++ b/databases/openldap/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.9 2007/07/04 20:54:35 jlam Exp $
+# $NetBSD: Makefile.common,v 1.10 2007/09/02 13:02:37 ghen Exp $
# please stick to the "stable" releases as much as possible!
-DISTNAME= openldap-2.3.32
+DISTNAME= openldap-2.3.38
CATEGORIES= databases
MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
MASTER_SITES+= http://ftp.openldap.org/pub/OpenLDAP/openldap-release/
diff --git a/databases/openldap/distinfo b/databases/openldap/distinfo
index c685a80905d..1d23bf10058 100644
--- a/databases/openldap/distinfo
+++ b/databases/openldap/distinfo
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.56 2007/08/28 14:33:27 tron Exp $
+$NetBSD: distinfo,v 1.57 2007/09/02 13:02:37 ghen Exp $
-SHA1 (openldap-2.3.32.tgz) = ccf008c3d41206e2e29870b7786aaf00d7c2bc70
-RMD160 (openldap-2.3.32.tgz) = de0d076868cbef4e3b9eb393ef45683cf990d3d2
-Size (openldap-2.3.32.tgz) = 3763696 bytes
+SHA1 (openldap-2.3.38.tgz) = 1a50a3b065074ef63dacb33fbf80c6928f269a60
+RMD160 (openldap-2.3.38.tgz) = b89319bdf4b8955f5ba3d42fe4bf5725cab23762
+Size (openldap-2.3.38.tgz) = 3802278 bytes
SHA1 (patch-ac) = 905b08c4dea8c61e044ccf66d6af22cc685a3ccc
SHA1 (patch-ad) = 24e7ec27d592dd76bdec1e4805801c5304951daf
SHA1 (patch-af) = 1ae9137e76e885e03d0f44727197a444893ec7c5
-SHA1 (patch-ag) = 8c936e930454e3ae39997c83910eeffb4ad29523
+SHA1 (patch-ag) = bde3cb8eb9ece90e1ac13d15f8d156201c3b7026
SHA1 (patch-ah) = a4978e4981f79768b1840f4cc2b57d9bd6696412
SHA1 (patch-aj) = 6425a7bf08fa35861d0ea71d893836e177b0b29a
SHA1 (patch-ak) = 80685a7b46ded94722ea91c2842db424572d6513
diff --git a/databases/openldap/patches/patch-ag b/databases/openldap/patches/patch-ag
index c768b2807bd..99ee7cedaf8 100644
--- a/databases/openldap/patches/patch-ag
+++ b/databases/openldap/patches/patch-ag
@@ -1,10 +1,10 @@
-$NetBSD: patch-ag,v 1.5 2005/10/26 15:08:13 jlam Exp $
+$NetBSD: patch-ag,v 1.6 2007/09/02 13:02:37 ghen Exp $
---- servers/slapd/Makefile.in.orig 2005-09-27 20:30:30.000000000 -0400
+--- servers/slapd/Makefile.in.orig 2007-02-14 16:59:43.000000000 +0100
+++ servers/slapd/Makefile.in
@@ -76,6 +76,10 @@ XLIBS = $(SLAPD_STATIC_DEPENDS) $(SLAPD_
XXLIBS = $(SLAPD_LIBS) $(SECURITY_LIBS) $(LUTIL_LIBS)
- XXXLIBS = $(LTHREAD_LIBS) $(SLAPI_LIBS) $(MODULES_LIBS)
+ XXXLIBS = $(LTHREAD_LIBS) $(SLAPI_LIBS)
+AC_CFLAGS += $(DL_CFLAGS)
+AC_LDFLAGS += $(DL_LDFLAGS)