svn commit: r348814 - in head/security: . py-backports.ssl_match_hostname
Grzegorz Blach
gblach at FreeBSD.org
Sat Mar 22 22:58:41 UTC 2014
Author: gblach
Date: Sat Mar 22 22:58:39 2014
New Revision: 348814
URL: http://svnweb.freebsd.org/changeset/ports/348814
QAT: https://qat.redports.org/buildarchive/r348814/
Log:
Add new port security/py-backports.ssl_match_hostname:
This backport brings match_hostname() to users of earlier versions of Python.
Added:
head/security/py-backports.ssl_match_hostname/
head/security/py-backports.ssl_match_hostname/Makefile (contents, props changed)
head/security/py-backports.ssl_match_hostname/distinfo (contents, props changed)
head/security/py-backports.ssl_match_hostname/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Sat Mar 22 22:51:16 2014 (r348813)
+++ head/security/Makefile Sat Mar 22 22:58:39 2014 (r348814)
@@ -745,6 +745,7 @@
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
Added: head/security/py-backports.ssl_match_hostname/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-backports.ssl_match_hostname/Makefile Sat Mar 22 22:58:39 2014 (r348814)
@@ -0,0 +1,17 @@
+# Created by: Grzegorz Blach <gblach at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= backports.ssl_match_hostname
+PORTVERSION= 3.4.0.2
+CATEGORIES= security python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= gblach at FreeBSD.org
+COMMENT= Backport of ssl.match_hostname() function
+
+USE_PYTHON= -3.1
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/security/py-backports.ssl_match_hostname/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-backports.ssl_match_hostname/distinfo Sat Mar 22 22:58:39 2014 (r348814)
@@ -0,0 +1,2 @@
+SHA256 (backports.ssl_match_hostname-3.4.0.2.tar.gz) = 07410e7fb09aab7bdaf5e618de66c3dac84e2e3d628352814dc4c37de321d6ae
+SIZE (backports.ssl_match_hostname-3.4.0.2.tar.gz) = 5151
Added: head/security/py-backports.ssl_match_hostname/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-backports.ssl_match_hostname/pkg-descr Sat Mar 22 22:58:39 2014 (r348814)
@@ -0,0 +1,3 @@
+This backport brings match_hostname() to users of earlier versions of Python.
+
+WWW: https://pypi.python.org/pypi/backports.ssl_match_hostname
More information about the svn-ports-head
mailing list