Date: Tue, 23 Jun 2015 18:31:29 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390442 - in head: . security security/py-backports.ssl_match_hostname Message-ID: <201506231831.t5NIVTPt083104@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Tue Jun 23 18:31:28 2015 New Revision: 390442 URL: https://svnweb.freebsd.org/changeset/ports/390442 Log: Remove expired port Functionality of py-backports.ssl_match_hostname is available in Python standard library as ssl.match_hostname() since Python 2.7.9 [1]. [1] https://docs.python.org/2.7/library/ssl.html#ssl.match_hostname Deleted: head/security/py-backports.ssl_match_hostname/ Modified: head/MOVED head/security/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Jun 23 18:22:43 2015 (r390441) +++ head/MOVED Tue Jun 23 18:31:28 2015 (r390442) @@ -7640,3 +7640,4 @@ multimedia/avidemux26|multimedia/avidemu editors/zim|deskutils/zim|2015-06-18|Move to more appropriate category net/py-ldap2|net/py-ldap|2015-06-18|Rename to better match upstream name devel/erlang-mustache|devel/erlang-bbmustache|2015-06-21|Renamed upstream +security/py-backports.ssl_match_hostname||2015-06-23|This functionality was backported to python 2.7.9 Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Jun 23 18:22:43 2015 (r390441) +++ head/security/Makefile Tue Jun 23 18:31:28 2015 (r390442) @@ -775,7 +775,6 @@ SUBDIR += py-Products.PluggableAuthService SUBDIR += py-RestrictedPython SUBDIR += py-SecretStorage - SUBDIR += py-backports.ssl_match_hostname SUBDIR += py-bcrypt SUBDIR += py-borg.localrole SUBDIR += py-cerealizer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506231831.t5NIVTPt083104>