Date: Mon, 10 Apr 2006 15:41:57 +0800 (CST) From: Xin LI <delphij@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: vsevolod@FreeBSD.org Subject: ports/95570: [PATCH] Update net/openldap23-server to 2.3.21 Message-ID: <200604100741.k3A7fvEX023309@tarsier.delphij.net> Resent-Message-ID: <200604100750.k3A7oDQN077043@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 95570 >Category: ports >Synopsis: [PATCH] Update net/openldap23-server to 2.3.21 >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 Apr 10 07:50:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Xin LI >Release: FreeBSD 6.1-RC i386 >Organization: The FreeBSD Simplified Chinese Project >Environment: System: FreeBSD tarsier.delphij.net 6.1-RC FreeBSD 6.1-RC #26: Sun Apr 9 04:27:53 CST 2006 delphij@tarsier.delphij.net:/usr/obj/usr/src/sys/TARSIER i386 >Description: OpenLDAP 2.3.21 is a bugfix release. The ITS #4441 patch was integrated and thus removed from local patchset. >How-To-Repeat: >Fix: Apply the following patch --- patch-openldap23-server begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/openldap23-server/Makefile,v retrieving revision 1.120 diff -u -r1.120 Makefile --- Makefile 5 Apr 2006 08:15:07 -0000 1.120 +++ Makefile 10 Apr 2006 07:13:55 -0000 @@ -6,7 +6,7 @@ # PORTNAME= openldap -DISTVERSION= 2.3.20 +DISTVERSION= 2.3.21 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.59 diff -u -r1.59 distinfo --- distinfo 5 Apr 2006 08:15:07 -0000 1.59 +++ distinfo 10 Apr 2006 07:17:36 -0000 @@ -1,3 +1,3 @@ -MD5 (openldap-2.3.20.tgz) = 49d2c5b9378a7b57e1fb03948acb8e32 -SHA256 (openldap-2.3.20.tgz) = f969bfded4506c1d2b424036eb80e22f0b96591d7c8a833870704fdef200d255 -SIZE (openldap-2.3.20.tgz) = 3732780 +MD5 (openldap-2.3.21.tgz) = 37ef142fc05abd088a4bb2d30dc4c679 +SHA256 (openldap-2.3.21.tgz) = 12204e82276036742f4595122ca2c4ca173e7144a449f1d6d4950273c94a0ef5 +SIZE (openldap-2.3.21.tgz) = 3750778 Index: files/patch-ITS-4441 =================================================================== RCS file: files/patch-ITS-4441 diff -N files/patch-ITS-4441 --- files/patch-ITS-4441 5 Apr 2006 08:15:07 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,22 +0,0 @@ -=================================================================== -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?200604100741.k3A7fvEX023309>