Date: Tue, 25 Aug 2009 21:23:03 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/py-ldap2 Makefile distinfo Message-ID: <200908252123.n7PLN30d023027@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2009-08-25 21:23:03 UTC FreeBSD ports repository Modified files: net/py-ldap2 Makefile distinfo Log: Update to 2.3.9. 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() Submitted by: bsam Revision Changes Path 1.49 +2 -3 ports/net/py-ldap2/Makefile 1.24 +3 -3 ports/net/py-ldap2/distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908252123.n7PLN30d023027>