diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-30 11:17:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-30 11:17:39 +0000 |
commit | 10a90a68e915a100959a0644d067f46604369a94 (patch) | |
tree | 173fa4816d7abc69f9f5d005206e05daaabb6a6b /security/py-cryptography | |
parent | 2efe6c5b63a7830f029f07da2043a06108ce9fd3 (diff) | |
download | pkgsrc-10a90a68e915a100959a0644d067f46604369a94.tar.gz |
Updated py-cryptography to 1.5.1.
1.5.1 - 2016-09-22
~~~~~~~~~~~~~~~~~~
* Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2i.
* Resolved a ``UserWarning`` when used with cffi 1.8.3.
* Fixed a memory leak in name creation with X.509.
* Added a workaround for old versions of setuptools.
* Fixed an issue preventing ``cryptography`` from compiling against
OpenSSL 1.0.2i.
Diffstat (limited to 'security/py-cryptography')
-rw-r--r-- | security/py-cryptography/Makefile | 5 | ||||
-rw-r--r-- | security/py-cryptography/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index 1df7735bbc2..83b16b55829 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2016/09/12 18:34:31 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2016/09/30 11:17:39 wiz Exp $ -DISTNAME= cryptography-1.5 +DISTNAME= cryptography-1.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography/} diff --git a/security/py-cryptography/distinfo b/security/py-cryptography/distinfo index 30dc59f519b..8816e07e863 100644 --- a/security/py-cryptography/distinfo +++ b/security/py-cryptography/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.32 2016/08/31 06:47:09 wiz Exp $ +$NetBSD: distinfo,v 1.33 2016/09/30 11:17:39 wiz Exp $ -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 +SHA1 (cryptography-1.5.1.tar.gz) = 18e1b1ab0f6701e979d879cdf9d744ba6db8a66b +RMD160 (cryptography-1.5.1.tar.gz) = ee9b0aef462609f4dd997b0b172fe4a6d31b3440 +SHA512 (cryptography-1.5.1.tar.gz) = 9aa37d4abd095f719a2124719680872a907201ee152063b1757416487df1ee8423ba15dc40ff5b52c073b22f4d42b8aacd9d54d213511f14fc3b755e625eb449 +Size (cryptography-1.5.1.tar.gz) = 400682 bytes |