ports/138163: [patch] net/py-ldap2: update to vesion 2.3.9

Boris Samorodov bsam at FreeBSD.org
Tue Aug 25 09:40:02 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list