Index: head/security/py-cryptography/files/patch-src___cffi__src_openssl_ec.py =================================================================== --- head/security/py-cryptography/files/patch-src___cffi__src_openssl_ec.py (revision 427809) +++ head/security/py-cryptography/files/patch-src___cffi__src_openssl_ec.py (nonexistent) @@ -1,12 +0,0 @@ ---- src/_cffi_src/openssl/ec.py.orig 2016-06-04 17:06:01 UTC -+++ src/_cffi_src/openssl/ec.py -@@ -371,7 +371,8 @@ EC_GROUP *(*EC_GROUP_new_curve_GF2m)( - static const long Cryptography_HAS_EC2M = 1; - #endif - --#if defined(OPENSSL_NO_EC) || OPENSSL_VERSION_NUMBER < 0x1000200f || \ -+#if defined(OPENSSL_NO_EC) || \ -+ OPENSSL_VERSION_NUMBER < 0x1000200f && !defined(LIBRESSL_VERSION_NUMBER) || \ - defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20020002L - static const long Cryptography_HAS_EC_1_0_2 = 0; - const char *(*EC_curve_nid2nist)(int) = NULL; Property changes on: head/security/py-cryptography/files/patch-src___cffi__src_openssl_ec.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/py-cryptography/Makefile =================================================================== --- head/security/py-cryptography/Makefile (revision 427809) +++ head/security/py-cryptography/Makefile (revision 427810) @@ -1,47 +1,46 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= cryptography -PORTVERSION= 1.4 +PORTVERSION= 1.6 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Cryptographic recipes and primitives for Python developers LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE 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 \ ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna 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} LDFLAGS+= -L${OPENSSLLIB} .include .if ${PYTHON_REL} < 3300 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddress>0:net/py-ipaddress .endif .if ${PYTHON_REL} < 3400 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cryptography/hazmat/bindings/*.so do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/security/py-cryptography/distinfo =================================================================== --- head/security/py-cryptography/distinfo (revision 427809) +++ head/security/py-cryptography/distinfo (revision 427810) @@ -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