From owner-svn-ports-all@freebsd.org Fri Aug 12 16:58:35 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 D0579BB7C0D; Fri, 12 Aug 2016 16:58:35 +0000 (UTC) (envelope-from swills@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 8718D1D31; Fri, 12 Aug 2016 16:58:35 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7CGwY3Q026104; Fri, 12 Aug 2016 16:58:34 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7CGwYii026101; Fri, 12 Aug 2016 16:58:34 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201608121658.u7CGwYii026101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 12 Aug 2016 16:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420137 - 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.22 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: Fri, 12 Aug 2016 16:58:35 -0000 Author: swills Date: Fri Aug 12 16:58:34 2016 New Revision: 420137 URL: https://svnweb.freebsd.org/changeset/ports/420137 Log: security/py-cryptography: update to 1.4 PR: 210484 Approved by: koobs (maintainer) Deleted: head/security/py-cryptography/files/patch-src___cffi__src_build__openssl.py Modified: head/security/py-cryptography/Makefile head/security/py-cryptography/distinfo head/security/py-cryptography/files/patch-src___cffi__src_openssl_ec.py Modified: head/security/py-cryptography/Makefile ============================================================================== --- head/security/py-cryptography/Makefile Fri Aug 12 16:41:49 2016 (r420136) +++ head/security/py-cryptography/Makefile Fri Aug 12 16:58:34 2016 (r420137) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cryptography -PORTVERSION= 1.3.1 +PORTVERSION= 1.4 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Cryptographic recipes and primi LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.4.1:devel/py-cffi RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.8:devel/py-pyasn1 \ ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi \ Modified: head/security/py-cryptography/distinfo ============================================================================== --- head/security/py-cryptography/distinfo Fri Aug 12 16:41:49 2016 (r420136) +++ head/security/py-cryptography/distinfo Fri Aug 12 16:58:34 2016 (r420137) @@ -1,2 +1,3 @@ -SHA256 (cryptography-1.3.1.tar.gz) = b4b36175e0f95ddc88435c26dbe3397edce48e2ff5fe41d504cdb3beddcd53e2 -SIZE (cryptography-1.3.1.tar.gz) = 383852 +TIMESTAMP = 1471010865 +SHA256 (cryptography-1.4.tar.gz) = bb149540ed90c4b2171bf694fe6991d6331bc149ae623c8ff419324f4222d128 +SIZE (cryptography-1.4.tar.gz) = 399707 Modified: head/security/py-cryptography/files/patch-src___cffi__src_openssl_ec.py ============================================================================== --- head/security/py-cryptography/files/patch-src___cffi__src_openssl_ec.py Fri Aug 12 16:41:49 2016 (r420136) +++ head/security/py-cryptography/files/patch-src___cffi__src_openssl_ec.py Fri Aug 12 16:58:34 2016 (r420137) @@ -1,6 +1,6 @@ ---- src/_cffi_src/openssl/ec.py.orig 2015-09-27 13:51:07 UTC +--- src/_cffi_src/openssl/ec.py.orig 2016-06-04 17:06:01 UTC +++ src/_cffi_src/openssl/ec.py -@@ -396,7 +396,8 @@ EC_GROUP *(*EC_GROUP_new_curve_GF2m)( +@@ -371,7 +371,8 @@ EC_GROUP *(*EC_GROUP_new_curve_GF2m)( static const long Cryptography_HAS_EC2M = 1; #endif