Date: Sun, 4 Dec 2016 22:20:29 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r427812 - in branches/2016Q4/security/py-cryptography: . files Message-ID: <201612042220.uB4MKTlp031856@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Sun Dec 4 22:20:29 2016 New Revision: 427812 URL: https://svnweb.freebsd.org/changeset/ports/427812 Log: MFH: r427810 security/py-cryptography: Update to 1.6 Changelog: https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst PR: 214915 Approved by: ports-secteam (with hat) Security: CVE-2016-9243 Deleted: branches/2016Q4/security/py-cryptography/files/ Modified: branches/2016Q4/security/py-cryptography/Makefile branches/2016Q4/security/py-cryptography/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/security/py-cryptography/Makefile ============================================================================== --- branches/2016Q4/security/py-cryptography/Makefile Sun Dec 4 22:19:58 2016 (r427811) +++ branches/2016Q4/security/py-cryptography/Makefile Sun Dec 4 22:20:29 2016 (r427812) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cryptography -PORTVERSION= 1.4 +PORTVERSION= 1.6 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,8 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six> TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ ${PYTHON_PKGNAMEPREFIX}iso8601>0:devel/py-iso8601 -USES= python -USE_OPENSSL= yes +USES= python ssl USE_PYTHON= autoplist distutils CFLAGS+= -I${OPENSSLINC} Modified: branches/2016Q4/security/py-cryptography/distinfo ============================================================================== --- branches/2016Q4/security/py-cryptography/distinfo Sun Dec 4 22:19:58 2016 (r427811) +++ branches/2016Q4/security/py-cryptography/distinfo Sun Dec 4 22:20:29 2016 (r427812) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471010865 -SHA256 (cryptography-1.4.tar.gz) = bb149540ed90c4b2171bf694fe6991d6331bc149ae623c8ff419324f4222d128 -SIZE (cryptography-1.4.tar.gz) = 399707 +TIMESTAMP = 1480367088 +SHA256 (cryptography-1.6.tar.gz) = 4d0d86d2c8d3fc89133c3fa0d164a688a458b6663ab6fa965c80d6c2cdaf9b3f +SIZE (cryptography-1.6.tar.gz) = 410073
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612042220.uB4MKTlp031856>