svn commit: r394183 - head/net/py-ldap3
Ruslan Makhmatkhanov
rm at FreeBSD.org
Thu Aug 13 18:49:04 UTC 2015
Author: rm
Date: Thu Aug 13 18:49:02 2015
New Revision: 394183
URL: https://svnweb.freebsd.org/changeset/ports/394183
Log:
net/py-ldap3: update to 0.9.8.7
* 0.9.8.7 2015.07.19
- backported ssl.match_hostname from Python 3.4.3 standard library to be used
in Python < 2.7.10
- uses backports.ssl_match_hostname if present instead of static backported
functions for matching server names in ssl certificate (thanks Michal)
- attributes values are properly printed when not strings in abstract.attribute
(thanks hogneh)
- checking unicode __repr__() in python2
- added hashing capability to Modify Password extended operation (thanks Gawain)
Modified:
head/net/py-ldap3/Makefile
head/net/py-ldap3/distinfo
Modified: head/net/py-ldap3/Makefile
==============================================================================
--- head/net/py-ldap3/Makefile Thu Aug 13 18:44:51 2015 (r394182)
+++ head/net/py-ldap3/Makefile Thu Aug 13 18:49:02 2015 (r394183)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= ldap3
-PORTVERSION= 0.9.8.6
+PORTVERSION= 0.9.8.7
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/net/py-ldap3/distinfo
==============================================================================
--- head/net/py-ldap3/distinfo Thu Aug 13 18:44:51 2015 (r394182)
+++ head/net/py-ldap3/distinfo Thu Aug 13 18:49:02 2015 (r394183)
@@ -1,2 +1,2 @@
-SHA256 (ldap3-0.9.8.6.tar.gz) = aa932ca208cc46c2a3b3ec5dc7cbe681bb9661b823779e9bf27cffa3eba96c16
-SIZE (ldap3-0.9.8.6.tar.gz) = 263664
+SHA256 (ldap3-0.9.8.7.tar.gz) = 19c6de07d9a6e72c9efb19628612cd474e7ea18b62557539ce88eb9c66ec8ee8
+SIZE (ldap3-0.9.8.7.tar.gz) = 264738
More information about the svn-ports-all
mailing list