diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-20 11:21:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-20 11:21:06 +0000 |
commit | c49670366478e2b64dfb0c4724e856d285ae4fdc (patch) | |
tree | 384bc865d0c8851b72e08826928ad194ae03592c /security/py-cryptography | |
parent | ae1bdd1dcaf2aff62e9345418cbf2612c306f3e9 (diff) | |
download | pkgsrc-c49670366478e2b64dfb0c4724e856d285ae4fdc.tar.gz |
Update to 0.6.1:
0.6.1 - 2014-10-15
~~~~~~~~~~~~~~~~~~
* Updated Windows wheels to be compiled against OpenSSL 1.0.1j.
* Fixed an issue where OpenSSL 1.0.1j changed the errors returned by some
functions.
* Added our license file to the ``cryptography-vectors`` package.
* Implemented DSA hash truncation support (per FIPS 186-3) in the OpenSSL
backend. This works around an issue in 1.0.0, 1.0.0a, and 1.0.0b where
truncation was not implemented.
Diffstat (limited to 'security/py-cryptography')
-rw-r--r-- | security/py-cryptography/Makefile | 4 | ||||
-rw-r--r-- | security/py-cryptography/PLIST | 5 | ||||
-rw-r--r-- | security/py-cryptography/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index ca7b11a9ff5..a7125d5adbc 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2014/10/05 14:53:10 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/10/20 11:21:06 wiz Exp $ -DISTNAME= cryptography-0.6 +DISTNAME= cryptography-0.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= https://pypi.python.org/packages/source/c/cryptography/ diff --git a/security/py-cryptography/PLIST b/security/py-cryptography/PLIST index 4e3fc669675..79891713c9c 100644 --- a/security/py-cryptography/PLIST +++ b/security/py-cryptography/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2014/10/05 14:53:10 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2014/10/20 11:21:06 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -75,6 +75,9 @@ ${PYSITELIB}/cryptography/hazmat/backends/openssl/hmac.pyo ${PYSITELIB}/cryptography/hazmat/backends/openssl/rsa.py ${PYSITELIB}/cryptography/hazmat/backends/openssl/rsa.pyc ${PYSITELIB}/cryptography/hazmat/backends/openssl/rsa.pyo +${PYSITELIB}/cryptography/hazmat/backends/openssl/utils.py +${PYSITELIB}/cryptography/hazmat/backends/openssl/utils.pyc +${PYSITELIB}/cryptography/hazmat/backends/openssl/utils.pyo ${PYSITELIB}/cryptography/hazmat/bindings/__init__.py ${PYSITELIB}/cryptography/hazmat/bindings/__init__.pyc ${PYSITELIB}/cryptography/hazmat/bindings/__init__.pyo diff --git a/security/py-cryptography/distinfo b/security/py-cryptography/distinfo index 3322f05e31d..590a7430d77 100644 --- a/security/py-cryptography/distinfo +++ b/security/py-cryptography/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2014/10/05 14:53:10 wiz Exp $ +$NetBSD: distinfo,v 1.10 2014/10/20 11:21:06 wiz Exp $ -SHA1 (cryptography-0.6.tar.gz) = 26e357a3d22a408212e704d86450b76583de32d6 -RMD160 (cryptography-0.6.tar.gz) = 2b4df476f309fff99cf84e57fe58c8e348ca3760 -Size (cryptography-0.6.tar.gz) = 236091 bytes +SHA1 (cryptography-0.6.1.tar.gz) = ebebd789e70a9106095a693a031fd3f2f1a44026 +RMD160 (cryptography-0.6.1.tar.gz) = f0bb192e7c3a90bb1a88dcbc1705b336b7071d30 +Size (cryptography-0.6.1.tar.gz) = 236721 bytes SHA1 (patch-cryptography_hazmat_bindings_utils.py) = 4f4f53262efac03ea2b93c1338fed00aef4dc9cc SHA1 (patch-cryptography_hazmat_primitives_constant__time.py) = 2af2bed42ba2d8a3eca3898abf17715066664f82 SHA1 (patch-cryptography_hazmat_primitives_padding.py) = f840dbde2109dee89632bf4bc5b893521971d640 |