Date: Mon, 20 Mar 2006 18:58:51 +0800 (CST) From: Xin LI <delphij@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: vsevolod@FreeBSD.org Subject: ports/94728: [PATCH] Upgrade net/openldap23-server to 2.3.20 Message-ID: <200603201058.k2KAwpk4049317@tarsier.delphij.net> Resent-Message-ID: <200603201100.k2KB0ZX2081157@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94728 >Category: ports >Synopsis: [PATCH] Upgrade net/openldap23-server to 2.3.20 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Mar 20 11:00:34 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Xin LI >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: The FreeBSD Simplified Chinese Project >Environment: System: FreeBSD tarsier.delphij.net 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #19: Mon Mar 20 14:45:26 CST 2006 delphij@tarsier.delphij.net:/usr/obj/usr/src/sys/TARSIER i386 >Description: The attached patch updates openldap23-server to 2.3.20, while adding a client library mutex leak, as described in ITS #4441. >How-To-Repeat: >Fix: --- patch-openldap23-server begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/openldap23-server/Makefile,v retrieving revision 1.119 diff -u -r1.119 Makefile --- Makefile 23 Feb 2006 10:38:25 -0000 1.119 +++ Makefile 20 Mar 2006 10:48:37 -0000 @@ -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%/ \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/openldap23-server/distinfo,v retrieving revision 1.58 diff -u -r1.58 distinfo --- distinfo 22 Feb 2006 07:24:32 -0000 1.58 +++ distinfo 20 Mar 2006 10:49:16 -0000 @@ -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 Index: files/patch-ITS-4441 =================================================================== RCS file: files/patch-ITS-4441 diff -N files/patch-ITS-4441 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-ITS-4441 20 Mar 2006 10:50:46 -0000 @@ -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); + --- patch-openldap23-server ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603201058.k2KAwpk4049317>