1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Add new port security/py-backports.ssl_match_hostname:

This backport brings match_hostname() to users of earlier versions of Python.
This commit is contained in:
Grzegorz Blach 2014-03-22 22:58:39 +00:00
parent 8e82f271e5
commit a5be731132
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348814
4 changed files with 23 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,17 @@
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= backports.ssl_match_hostname
PORTVERSION= 3.4.0.2
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gblach@FreeBSD.org
COMMENT= Backport of ssl.match_hostname() function
USE_PYTHON= -3.1
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -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

View File

@ -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