From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 25 09:40:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 376D510656A4 for ; Tue, 25 Aug 2009 09:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 14E5E8FC30 for ; Tue, 25 Aug 2009 09:40:02 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7P9e1T1062927 for ; Tue, 25 Aug 2009 09:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7P9e11K062926; Tue, 25 Aug 2009 09:40:01 GMT (envelope-from gnats) Resent-Date: Tue, 25 Aug 2009 09:40:01 GMT Resent-Message-Id: <200908250940.n7P9e11K062926@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Boris Samorodov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A31831065693 for ; Tue, 25 Aug 2009 09:39:26 +0000 (UTC) (envelope-from bsam@bb.ipt.ru) Received: from bb.ipt.ru (bb.ipt.ru [194.62.233.89]) by mx1.freebsd.org (Postfix) with ESMTP id 12BE78FC1D for ; Tue, 25 Aug 2009 09:39:25 +0000 (UTC) Received: from bb.ipt.ru (localhost [127.0.0.1]) by bb.ipt.ru (8.14.3/8.14.3) with ESMTP id n7P9dPmC008596 for ; Tue, 25 Aug 2009 13:39:25 +0400 (MSD) (envelope-from bsam@bb.ipt.ru) Received: (from bsam@localhost) by bb.ipt.ru (8.14.3/8.14.3/Submit) id n7P9dPcC008595; Tue, 25 Aug 2009 13:39:25 +0400 (MSD) (envelope-from bsam) Message-Id: <200908250939.n7P9dPcC008595@bb.ipt.ru> Date: Tue, 25 Aug 2009 13:39:25 +0400 (MSD) From: Boris Samorodov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/138163: [patch] net/py-ldap2: update to vesion 2.3.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Boris Samorodov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2009 09:40:02 -0000 >Number: 138163 >Category: ports >Synopsis: [patch] net/py-ldap2: update to vesion 2.3.9 >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: Tue Aug 25 09:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Boris Samorodov >Release: FreeBSD 8.0-BETA3 i386 >Organization: InPharmTech, Co. >Environment: System: FreeBSD bb.ipt.ru 8.0-BETA3 FreeBSD 8.0-BETA3 #2: Mon Aug 24 16:06:36 MSD 2009 root@bb.ipt.ru:/usr/obj/usr/src/sys/BB i386 >Description: A new version of net/py-ldap2 is available. >How-To-Repeat: >Fix: . update to vesion 2.3.9; . fix REPLACE_ARGS. Changes since 2.3.8: Lib/ * All modules (ldap, ldif, dsml and ldapurl) have common version number now * Non-exported function ldif.needs_base64() was abandoned and is now implemented as method LDIFWriter._needs_base64_encoding(). This allows sub-classes of LDIFWriter to implement determining whether attribute values have to be base64-encoded in a different manner and is the same approach like in class dsml.DSMLWriter. * LDAPUrlExtension._parse() now gracefully handles LDAP URL extensions without explicit exvalue as being set with implicit value None. Modules/ * New LDAP option constant ldap.OPT_X_SASL_NOCANON supported in LDAPObject.get/set_option() --- py-ldap2.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/py-ldap2/Makefile,v retrieving revision 1.48 diff -u -r1.48 Makefile --- Makefile 30 Apr 2009 17:30:21 -0000 1.48 +++ Makefile 25 Aug 2009 09:10:23 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/net/py-ldap2/Makefile,v 1.48 2009/04/30 17:30:21 delphij Exp $ PORTNAME= ldap2 -PORTVERSION= 2.3.8 +PORTVERSION= 2.3.9 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,8 +20,7 @@ PYDISTUTILS_PKGNAME= python-ldap PYEASYINSTALL_ARCHDEP= yes -REPLACE_ARGS= -e 's,/usr/local/openldap-2.3/lib,${LOCALBASE}/lib,' \ - -e 's,/usr/local/openldap-2.3/include,${LOCALBASE}/include,' +REPLACE_ARGS= -e 's,/opt/openldap-RE24,${LOCALBASE},' .if defined(WITH_SASL) WANT_OPENLDAP_SASL= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/net/py-ldap2/distinfo,v retrieving revision 1.23 diff -u -r1.23 distinfo --- distinfo 30 Apr 2009 17:30:21 -0000 1.23 +++ distinfo 25 Aug 2009 09:10:23 -0000 @@ -1,3 +1,3 @@ -MD5 (python-ldap-2.3.8.tar.gz) = 645ef46405e4eb3963cea34f2e114f96 -SHA256 (python-ldap-2.3.8.tar.gz) = 059aa79791576f878f95174b57bb2e72915b585bd3a84ca99ea4e7ddfc874b47 -SIZE (python-ldap-2.3.8.tar.gz) = 99884 +MD5 (python-ldap-2.3.9.tar.gz) = a9f9f16338288d118a1ae6266c993247 +SHA256 (python-ldap-2.3.9.tar.gz) = 62f75b21c5ee744408c9d8b59878328b3bdf47899d30e8abf0c09b3ffb893ed4 +SIZE (python-ldap-2.3.9.tar.gz) = 108209 --- py-ldap2.diff ends here --- -- WBR, bsam >Release-Note: >Audit-Trail: >Unformatted: