aboutsummaryrefslogtreecommitdiffstats
path: root/net/openldap23-server
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2006-04-05 16:15:07 +0800
committersem <sem@FreeBSD.org>2006-04-05 16:15:07 +0800
commitbd1cc756afc208a8196bb64394d1d594e8ff63b4 (patch)
treeabdb6563aad34030b993242f666a01d4126f5521 /net/openldap23-server
parent16ab67815d706a9de9025e98c033ca84249d1ea7 (diff)
downloadfreebsd-ports-gnome-bd1cc756afc208a8196bb64394d1d594e8ff63b4.tar.gz
freebsd-ports-gnome-bd1cc756afc208a8196bb64394d1d594e8ff63b4.tar.zst
freebsd-ports-gnome-bd1cc756afc208a8196bb64394d1d594e8ff63b4.zip
- Update to 2.3.20 (including a client library mutex leak fix,
as described in ITS #4441) [1] - Use --enable-ldbm-api, instead of --with-ldbm-api for configure script. [2] - Make a note it's not an alpha anymore. [2] PR: ports/94728 [1], ports/93711 [2] Submitted by: delphij [1], Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> [2] Approved by: maintainer timeout
Diffstat (limited to 'net/openldap23-server')
-rw-r--r--net/openldap23-server/Makefile4
-rw-r--r--net/openldap23-server/distinfo6
-rw-r--r--net/openldap23-server/files/patch-ITS-444122
-rw-r--r--net/openldap23-server/pkg-descr2
4 files changed, 28 insertions, 6 deletions
diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile
index 514ac5e8fd2b..420a894cb4c0 100644
--- a/net/openldap23-server/Makefile
+++ b/net/openldap23-server/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= openldap
-DISTVERSION= 2.3.19
+DISTVERSION= 2.3.20
PORTREVISION= ${OPENLDAP_PORTREVISION}
CATEGORIES= net databases
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
@@ -220,7 +220,7 @@ CONFIGURE_ARGS+= --enable-rwm
.if defined(WITHOUT_BDB)
CONFIGURE_ARGS+= --disable-bdb \
--disable-hdb \
- --with-ldbm-api=bcompat
+ --enable-ldbm-api=bcompat
PLIST_SUB+= BACK_BDB="@comment " \
BACK_HDB="@comment "
.else
diff --git a/net/openldap23-server/distinfo b/net/openldap23-server/distinfo
index 7606303a6a67..692ff8db0a90 100644
--- a/net/openldap23-server/distinfo
+++ b/net/openldap23-server/distinfo
@@ -1,3 +1,3 @@
-MD5 (openldap-2.3.19.tgz) = 867ee197df0e4432fa00f2439e6094f6
-SHA256 (openldap-2.3.19.tgz) = cb58e741e6bdaed953af67cac726943436138fbe90b98c665557e77430f64cc3
-SIZE (openldap-2.3.19.tgz) = 3709244
+MD5 (openldap-2.3.20.tgz) = 49d2c5b9378a7b57e1fb03948acb8e32
+SHA256 (openldap-2.3.20.tgz) = f969bfded4506c1d2b424036eb80e22f0b96591d7c8a833870704fdef200d255
+SIZE (openldap-2.3.20.tgz) = 3732780
diff --git a/net/openldap23-server/files/patch-ITS-4441 b/net/openldap23-server/files/patch-ITS-4441
new file mode 100644
index 000000000000..d9e53b4eaa7b
--- /dev/null
+++ b/net/openldap23-server/files/patch-ITS-4441
@@ -0,0 +1,22 @@
+===================================================================
+RCS file: /repo/OpenLDAP/pkg/ldap/libraries/libldap/unbind.c,v
+retrieving revision 1.54
+retrieving revision 1.55
+diff -u -r1.54 -r1.55
+--- libraries/libldap/unbind.c 2006/01/03 22:12:09 1.54
++++ libraries/libldap/unbind.c 2006/03/20 10:14:43 1.55
+@@ -1,4 +1,4 @@
+-/* $OpenLDAP: libraries/libldap/unbind.c,v 1.54 2006/01/03 22:12:09 kurt Exp $ */
++/* $OpenLDAP: libraries/libldap/unbind.c,v 1.55 2006/03/20 10:14:43 ando Exp $ */
+ /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 1998-2006 The OpenLDAP Foundation.
+@@ -194,6 +194,7 @@
+ #ifdef LDAP_R_COMPILE
+ ldap_pvt_thread_mutex_destroy( &ld->ld_req_mutex );
+ ldap_pvt_thread_mutex_destroy( &ld->ld_res_mutex );
++ ldap_pvt_thread_mutex_destroy( &ld->ld_conn_mutex );
+ #endif
+ #ifndef NDEBUG
+ LDAP_TRASH(ld);
+
diff --git a/net/openldap23-server/pkg-descr b/net/openldap23-server/pkg-descr
index 77cca2d8bc81..6147c9dfa1c1 100644
--- a/net/openldap23-server/pkg-descr
+++ b/net/openldap23-server/pkg-descr
@@ -7,6 +7,6 @@ This package includes the following major components:
* slurpd - a stand-alone LDAP replication server
* LDIF tools - data conversion tools for use with slapd
-This is an alpha release of OpenLDAP Software for evaluation purposes only.
+This is the latest stable release of OpenLDAP Software for general use.
WWW: http://www.OpenLDAP.org/