diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-25 18:37:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-25 18:37:18 +0000 |
commit | 931e72413505c92f1e90e0ade6ae2f55a5aa84a5 (patch) | |
tree | bcbff6359502112364cdc295fe188d5c0fbc5601 /security | |
parent | 799e74c59c644f9d0ea7180304a2ad59f30cf7db (diff) | |
download | pkgsrc-931e72413505c92f1e90e0ade6ae2f55a5aa84a5.tar.gz |
Update to 0.5.4:
0.5.4 - 2014-08-20
~~~~~~~~~~~~~~~~~~
* Added several functions to the OpenSSL bindings to support new
functionality in pyOpenSSL.
* Fixed a redefined constant causing compilation failure with Solaris 11.2.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-cryptography/Makefile | 4 | ||||
-rw-r--r-- | security/py-cryptography/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index fc2afc85131..0961c8191aa 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2014/08/10 14:42:25 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/08/25 18:37:18 wiz Exp $ -DISTNAME= cryptography-0.5.3 +DISTNAME= cryptography-0.5.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= https://pypi.python.org/packages/source/c/cryptography/ diff --git a/security/py-cryptography/distinfo b/security/py-cryptography/distinfo index 765adeeaeeb..06158145bc5 100644 --- a/security/py-cryptography/distinfo +++ b/security/py-cryptography/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2014/08/10 14:42:25 wiz Exp $ +$NetBSD: distinfo,v 1.8 2014/08/25 18:37:18 wiz Exp $ -SHA1 (cryptography-0.5.3.tar.gz) = 3f098f4d5e2913fc3be3cfe43951b76d544f489c -RMD160 (cryptography-0.5.3.tar.gz) = a72ed9f27596d792d6b81fa27849427ce3842eba -Size (cryptography-0.5.3.tar.gz) = 319789 bytes +SHA1 (cryptography-0.5.4.tar.gz) = 98a8d292738f8597d15e300bebd4dec59f5b9480 +RMD160 (cryptography-0.5.4.tar.gz) = 11f0ad679d0ad749665fececb3215b37e6a6d08d +Size (cryptography-0.5.4.tar.gz) = 320104 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 |