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
This commit is contained in:
parent
a6d191cbc7
commit
224c0cb8bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240326
@ -5,7 +5,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= ldap2
|
PORTNAME= ldap2
|
||||||
PORTVERSION= 2.3.8
|
PORTVERSION= 2.3.9
|
||||||
CATEGORIES= net python
|
CATEGORIES= net python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
@ -20,8 +20,7 @@ USE_OPENLDAP= yes
|
|||||||
PYDISTUTILS_PKGNAME= python-ldap
|
PYDISTUTILS_PKGNAME= python-ldap
|
||||||
PYEASYINSTALL_ARCHDEP= yes
|
PYEASYINSTALL_ARCHDEP= yes
|
||||||
|
|
||||||
REPLACE_ARGS= -e 's,/usr/local/openldap-2.3/lib,${LOCALBASE}/lib,' \
|
REPLACE_ARGS= -e 's,/opt/openldap-RE24,${LOCALBASE},'
|
||||||
-e 's,/usr/local/openldap-2.3/include,${LOCALBASE}/include,'
|
|
||||||
|
|
||||||
.if defined(WITH_SASL)
|
.if defined(WITH_SASL)
|
||||||
WANT_OPENLDAP_SASL= yes
|
WANT_OPENLDAP_SASL= yes
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (python-ldap-2.3.8.tar.gz) = 645ef46405e4eb3963cea34f2e114f96
|
MD5 (python-ldap-2.3.9.tar.gz) = a9f9f16338288d118a1ae6266c993247
|
||||||
SHA256 (python-ldap-2.3.8.tar.gz) = 059aa79791576f878f95174b57bb2e72915b585bd3a84ca99ea4e7ddfc874b47
|
SHA256 (python-ldap-2.3.9.tar.gz) = 62f75b21c5ee744408c9d8b59878328b3bdf47899d30e8abf0c09b3ffb893ed4
|
||||||
SIZE (python-ldap-2.3.8.tar.gz) = 99884
|
SIZE (python-ldap-2.3.9.tar.gz) = 108209
|
||||||
|
Loading…
Reference in New Issue
Block a user