svn commit: r385158 - head/security/py-backports.ssl_match_hostname

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat May 2 00:09:59 UTC 2015


Author: rm
Date: Sat May  2 00:09:58 2015
New Revision: 385158
URL: https://svnweb.freebsd.org/changeset/ports/385158

Log:
  security/py-backports.ssl_match_hostname: set for deprecation
  
  Mark as deprecated. Function match_hostname() was backported
  to standard library (ssl module) since Python 2.7.9. This is
  the python version we have in ports, so there is no need in
  this port anymore. Set expiration date to 2015-04-08.
  
  References:
   * https://docs.python.org/2.7/library/ssl.html

Modified:
  head/security/py-backports.ssl_match_hostname/Makefile

Modified: head/security/py-backports.ssl_match_hostname/Makefile
==============================================================================
--- head/security/py-backports.ssl_match_hostname/Makefile	Fri May  1 23:50:40 2015	(r385157)
+++ head/security/py-backports.ssl_match_hostname/Makefile	Sat May  2 00:09:58 2015	(r385158)
@@ -10,6 +10,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Backport of ssl.match_hostname() function
 
+DEPRECATED=	Function match_hostname() is in standard library since Python 2.7.9
+EXPIRATION_DATE=	2015-06-02
+
 USES=		python:2
 USE_PYTHON=	distutils autoplist
 


More information about the svn-ports-all mailing list