Bug 138163 - [patch] net/py-ldap2: update to vesion 2.3.9
Summary: [patch] net/py-ldap2: update to vesion 2.3.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-25 10:40 UTC by Boris Samorodov
Modified: 2009-08-25 22:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Samorodov freebsd_committer freebsd_triage 2009-08-25 10:40:01 UTC
	A new version of net/py-ldap2 is available.

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()



-- 
WBR, bsam--fc0cEkf8rwiKBgNBZxtwJYbbGQCKEMW3jZJSDTr1aJZW5AmY
Content-Type: text/plain; name="py-ldap2.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="py-ldap2.diff"

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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-25 10:40:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Xin LI freebsd_committer freebsd_triage 2009-08-25 22:23:52 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-08-25 22:23:56 UTC
delphij     2009-08-25 21:23:42 UTC

  FreeBSD ports repository

  Modified files:
    net/py-ldap2         Makefile distinfo 
  Log:
  Forced commit to mention that previous patch was obtained from
  
  PR:     ports/138163
  
  Revision  Changes    Path
  1.50      +0 -0      ports/net/py-ldap2/Makefile
  1.25      +0 -0      ports/net/py-ldap2/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"