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:
parent
8e82f271e5
commit
a5be731132
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348814
@ -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
|
||||
|
17
security/py-backports.ssl_match_hostname/Makefile
Normal file
17
security/py-backports.ssl_match_hostname/Makefile
Normal 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>
|
2
security/py-backports.ssl_match_hostname/distinfo
Normal file
2
security/py-backports.ssl_match_hostname/distinfo
Normal 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
|
3
security/py-backports.ssl_match_hostname/pkg-descr
Normal file
3
security/py-backports.ssl_match_hostname/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user