From 58b23efbb8d6a9949675d91ee45bfd18a00043ea Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 19 Dec 2016 08:57:51 +0000 Subject: Updated py-cryptography to 1.7.1. 1.7.1 - 2016-12-13 ~~~~~~~~~~~~~~~~~~ * Fixed a regression in ``int_from_bytes`` where it failed to accept ``bytearray``. 1.7 - 2016-12-12 ~~~~~~~~~~~~~~~~ * Support for OpenSSL 1.0.0 has been removed. Users on older version of OpenSSL will need to upgrade. * Added support for Diffie-Hellman key exchange using :meth:`~cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKeyWithSerialization.exchange` * The OS random engine for OpenSSL has been rewritten to improve compatibility with embedded Python and other edge cases. More information about this change can be found in the `pull request `_. --- security/py-cryptography/Makefile | 4 ++-- security/py-cryptography/PLIST | 5 ++++- security/py-cryptography/distinfo | 10 +++++----- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index 0b2c99b91c2..b45495a034b 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2016/11/28 13:15:51 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2016/12/19 08:57:51 wiz Exp $ -DISTNAME= cryptography-1.6 +DISTNAME= cryptography-1.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography/} diff --git a/security/py-cryptography/PLIST b/security/py-cryptography/PLIST index fba1201f0dc..cb1831e0be6 100644 --- a/security/py-cryptography/PLIST +++ b/security/py-cryptography/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2016/11/28 13:15:51 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2016/12/19 08:57:51 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -60,6 +60,9 @@ ${PYSITELIB}/cryptography/hazmat/backends/openssl/cmac.pyo ${PYSITELIB}/cryptography/hazmat/backends/openssl/decode_asn1.py ${PYSITELIB}/cryptography/hazmat/backends/openssl/decode_asn1.pyc ${PYSITELIB}/cryptography/hazmat/backends/openssl/decode_asn1.pyo +${PYSITELIB}/cryptography/hazmat/backends/openssl/dh.py +${PYSITELIB}/cryptography/hazmat/backends/openssl/dh.pyc +${PYSITELIB}/cryptography/hazmat/backends/openssl/dh.pyo ${PYSITELIB}/cryptography/hazmat/backends/openssl/dsa.py ${PYSITELIB}/cryptography/hazmat/backends/openssl/dsa.pyc ${PYSITELIB}/cryptography/hazmat/backends/openssl/dsa.pyo diff --git a/security/py-cryptography/distinfo b/security/py-cryptography/distinfo index 0a090ea3ac5..c3b965c46f9 100644 --- a/security/py-cryptography/distinfo +++ b/security/py-cryptography/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.36 2016/11/28 13:15:51 wiz Exp $ +$NetBSD: distinfo,v 1.37 2016/12/19 08:57:51 wiz Exp $ -SHA1 (cryptography-1.6.tar.gz) = da131a13f595daa9fa739baffb3fb05760a58fe9 -RMD160 (cryptography-1.6.tar.gz) = 835a2fc36598ef2d2a2aa6c32824e5e81dba7699 -SHA512 (cryptography-1.6.tar.gz) = d88ee2e81414964be461c8401c01f94d03ac7870242d3e90b401ec4b46eab3023a7950425792d50992c15459c6e5789dd859b15adf6e081d672682038d1447ea -Size (cryptography-1.6.tar.gz) = 410073 bytes +SHA1 (cryptography-1.7.1.tar.gz) = 6ef868de80378546a42b3b49995d7017d33f03e5 +RMD160 (cryptography-1.7.1.tar.gz) = c4081bfbe78afb705e97e8b7d1781169f11ccc9b +SHA512 (cryptography-1.7.1.tar.gz) = fb88b0ee9e314526fcdbb6d35da409b7335c7408a69d2350c58379471d2b9d76021010955629cf776d26312f22d4f8aa3f135955a19dfbff9d602176c9bbfd40 +Size (cryptography-1.7.1.tar.gz) = 420673 bytes -- cgit v1.2.3