summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2016-12-19 08:57:51 +0000
committerwiz <wiz>2016-12-19 08:57:51 +0000
commit58b23efbb8d6a9949675d91ee45bfd18a00043ea (patch)
tree0b0b7c655cd6cff887f53936f3ca43bcec5d44ab
parent8ea87209e60c97ae7457df11d9c181d02aa5fefe (diff)
downloadpkgsrc-58b23efbb8d6a9949675d91ee45bfd18a00043ea.tar.gz
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 <https://github.com/pyca/cryptography/pull/3229>`_.
-rw-r--r--security/py-cryptography/Makefile4
-rw-r--r--security/py-cryptography/PLIST5
-rw-r--r--security/py-cryptography/distinfo10
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