summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-08-31 06:47:09 +0000
committerwiz <wiz@pkgsrc.org>2016-08-31 06:47:09 +0000
commit30df39ced21c653196df3cc307555838919b645c (patch)
tree579face873315f1fade9b9334407c2714d4d2441 /security
parent1b2a4e682d12645cb51d1ac429fb2bed4cadbb67 (diff)
downloadpkgsrc-30df39ced21c653196df3cc307555838919b645c.tar.gz
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 (limited to 'security')
-rw-r--r--security/py-cryptography/Makefile4
-rw-r--r--security/py-cryptography/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile
index 031a9d70e2a..f3e189300e6 100644
--- a/security/py-cryptography/Makefile
+++ b/security/py-cryptography/Makefile
@@ -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 --git a/security/py-cryptography/distinfo b/security/py-cryptography/distinfo
index da8467a56b9..30dc59f519b 100644
--- a/security/py-cryptography/distinfo
+++ b/security/py-cryptography/distinfo
@@ -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