pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-cryptography
Module Name: pkgsrc
Committed By: wiz
Date: Wed Aug 31 06:47:09 UTC 2016
Modified Files:
pkgsrc/security/py-cryptography: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/security/py-cryptography/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/py-cryptography/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-cryptography/Makefile
diff -u pkgsrc/security/py-cryptography/Makefile:1.41 pkgsrc/security/py-cryptography/Makefile:1.42
--- pkgsrc/security/py-cryptography/Makefile:1.41 Mon Jun 6 11:58:09 2016
+++ pkgsrc/security/py-cryptography/Makefile Wed Aug 31 06:47:09 2016
@@ -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/}
Index: pkgsrc/security/py-cryptography/distinfo
diff -u pkgsrc/security/py-cryptography/distinfo:1.31 pkgsrc/security/py-cryptography/distinfo:1.32
--- pkgsrc/security/py-cryptography/distinfo:1.31 Mon Jun 6 11:58:09 2016
+++ pkgsrc/security/py-cryptography/distinfo Wed Aug 31 06:47:09 2016
@@ -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