Date: Sat, 22 Mar 2014 22:58:40 +0000 (UTC) From: Grzegorz Blach <gblach@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348814 - in head/security: . py-backports.ssl_match_hostname Message-ID: <201403222258.s2MMweVh052123@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403222258.s2MMweVh052123>