Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2015 00:09:59 +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: r385158 - head/security/py-backports.ssl_match_hostname
Message-ID:  <201505020009.t4209xTP071027@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505020009.t4209xTP071027>