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.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c72f1a0537c3
branches:  trunk
changeset: 351868:c72f1a0537c3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 31 06:47:09 2016 +0000

description:
Updated py-cryptography to 1.5.

1.5 - 2016-08-26
~~~~~~~~~~~~~~~~

* Added
  :func:`~cryptography.hazmat.primitives.asymmetric.padding.calculate_max_pss_salt_length`.
* Added "one shot"
  :meth:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey.sign`
  and
  :meth:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey.verify`
  methods to DSA keys.
* Added "one shot"
  :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey.sign`
  and
  :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey.verify`
  methods to ECDSA keys.
* Switched back to the older callback model on Python 3.5 in order to mitigate
  the locking callback problem with OpenSSL <1.1.0.
* :class:`~cryptography.x509.CertificateBuilder`,
  :class:`~cryptography.x509.CertificateRevocationListBuilder`, and
  :class:`~cryptography.x509.RevokedCertificateBuilder` now accept timezone
  aware ``datetime`` objects as method arguments
* ``cryptography`` now supports OpenSSL 1.1.0 as a compilation target.

diffstat:

 security/py-cryptography/Makefile |   4 ++--
 security/py-cryptography/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r e678255c1ad8 -r c72f1a0537c3 security/py-cryptography/Makefile
--- a/security/py-cryptography/Makefile Wed Aug 31 06:45:45 2016 +0000
+++ b/security/py-cryptography/Makefile Wed Aug 31 06:47:09 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2016/06/06 11:58:09 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2016/08/31 06:47:09 wiz Exp $
 
-DISTNAME=      cryptography-1.4
+DISTNAME=      cryptography-1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cryptography/}
diff -r e678255c1ad8 -r c72f1a0537c3 security/py-cryptography/distinfo
--- a/security/py-cryptography/distinfo Wed Aug 31 06:45:45 2016 +0000
+++ b/security/py-cryptography/distinfo Wed Aug 31 06:47:09 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2016/06/06 11:58:09 wiz Exp $
+$NetBSD: distinfo,v 1.32 2016/08/31 06:47:09 wiz Exp $
 
-SHA1 (cryptography-1.4.tar.gz) = f769cd5b007b3e1699eeefd6c4a9259ae97908b6
-RMD160 (cryptography-1.4.tar.gz) = d0061e04c6b27100fc8678ab13702b3881028777
-SHA512 (cryptography-1.4.tar.gz) = 84ac02b3af381da077be77057e387ceb2977da584da7c32ddb953b7f67a101836f16fbfe119dbf430a358141f9867ed6f9b65d5214f6a602e17f988d03a112d9
-Size (cryptography-1.4.tar.gz) = 399707 bytes
+SHA1 (cryptography-1.5.tar.gz) = be8293f1617b640e947ce9495531a1c18729a40e
+RMD160 (cryptography-1.5.tar.gz) = 67e2cf176ca6fb3a2257468172c0deb3a5398228
+SHA512 (cryptography-1.5.tar.gz) = 762b313296baf8ec6eb86557a844065022b83a623c7babc374bd63f575085dc845611c385df870050a2633d6b8c6c8399d8470647328b8f2ff44b17937a04756
+Size (cryptography-1.5.tar.gz) = 400318 bytes



Home | Main Index | Thread Index | Old Index