From owner-svn-ports-all@freebsd.org Sun Dec 4 22:18:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A40AC67D30; Sun, 4 Dec 2016 22:18:52 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59A8D1088; Sun, 4 Dec 2016 22:18:52 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB4MIpTx031479; Sun, 4 Dec 2016 22:18:51 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB4MIpLB031478; Sun, 4 Dec 2016 22:18:51 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201612042218.uB4MIpLB031478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 4 Dec 2016 22:18:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427810 - in head/security/py-cryptography: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2016 22:18:52 -0000 Author: feld Date: Sun Dec 4 22:18:51 2016 New Revision: 427810 URL: https://svnweb.freebsd.org/changeset/ports/427810 Log: 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) MFH: 2016Q4 Security: CVE-2016-9243 Deleted: head/security/py-cryptography/files/ Modified: head/security/py-cryptography/Makefile head/security/py-cryptography/distinfo Modified: head/security/py-cryptography/Makefile ============================================================================== --- head/security/py-cryptography/Makefile Sun Dec 4 22:08:52 2016 (r427809) +++ head/security/py-cryptography/Makefile Sun Dec 4 22:18:51 2016 (r427810) @@ -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: head/security/py-cryptography/distinfo ============================================================================== --- head/security/py-cryptography/distinfo Sun Dec 4 22:08:52 2016 (r427809) +++ head/security/py-cryptography/distinfo Sun Dec 4 22:18:51 2016 (r427810) @@ -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