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.
This commit is contained in:
parent
b63f8f7334
commit
03080bec94
3 changed files with 10 additions and 7 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue