- 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
This commit is contained in:
Sergey Matveychuk 2006-04-05 08:15:07 +00:00
parent 54828a3421
commit 6e8e0d7441
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158850
8 changed files with 56 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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);

View File

@ -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/

View File

@ -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

View File

@ -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

View File

@ -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);

View File

@ -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/