pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-cryptography Updated py-cryptography to 1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80d77a5ba287
branches:  trunk
changeset: 356129:80d77a5ba287
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 19 08:57:51 2016 +0000

description:
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>`_.

diffstat:

 security/py-cryptography/Makefile |   4 ++--
 security/py-cryptography/PLIST    |   5 ++++-
 security/py-cryptography/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 89864942b636 -r 80d77a5ba287 security/py-cryptography/Makefile
--- a/security/py-cryptography/Makefile Mon Dec 19 08:55:01 2016 +0000
+++ b/security/py-cryptography/Makefile Mon Dec 19 08:57:51 2016 +0000
@@ -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 -r 89864942b636 -r 80d77a5ba287 security/py-cryptography/PLIST
--- a/security/py-cryptography/PLIST    Mon Dec 19 08:55:01 2016 +0000
+++ b/security/py-cryptography/PLIST    Mon Dec 19 08:57:51 2016 +0000
@@ -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/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 -r 89864942b636 -r 80d77a5ba287 security/py-cryptography/distinfo
--- a/security/py-cryptography/distinfo Mon Dec 19 08:55:01 2016 +0000
+++ b/security/py-cryptography/distinfo Mon Dec 19 08:57:51 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index