diff options
author | adam <adam@pkgsrc.org> | 2017-07-27 18:39:26 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-07-27 18:39:26 +0000 |
commit | f45c118875a0baa163cc55c8c0de6410f53ca59e (patch) | |
tree | 3013e1a8cff9535719eb86e394f8d4490ca4b132 /security/py-cryptography | |
parent | c6c788ea26c7e8423e82f91cbba82ce98fb7b449 (diff) | |
download | pkgsrc-f45c118875a0baa163cc55c8c0de6410f53ca59e.tar.gz |
2.0.2:
Marked all symbols as hidden in the manylinux1 wheel to avoid a bug with symbol resolution in certain scenarios.
2.0.1:
Fixed a compilation bug affecting OpenBSD.
Altered the manylinux1 wheels to statically link OpenSSL instead of dynamically linking and bundling the shared object. This should resolve crashes seen when using uwsgi or other binaries that link against OpenSSL independently.
Fixed the stack level for the signer and verifier warnings.
Diffstat (limited to 'security/py-cryptography')
-rw-r--r-- | security/py-cryptography/Makefile | 4 | ||||
-rw-r--r-- | security/py-cryptography/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index 331ea6afa21..bd7099d5dfa 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2017/07/18 13:58:25 adam Exp $ +# $NetBSD: Makefile,v 1.58 2017/07/27 18:39:26 adam Exp $ -DISTNAME= cryptography-2.0 +DISTNAME= cryptography-2.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography/} diff --git a/security/py-cryptography/distinfo b/security/py-cryptography/distinfo index 1815bdd4fd2..7988bff6b3b 100644 --- a/security/py-cryptography/distinfo +++ b/security/py-cryptography/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.43 2017/07/18 13:58:25 adam Exp $ +$NetBSD: distinfo,v 1.44 2017/07/27 18:39:26 adam Exp $ -SHA1 (cryptography-2.0.tar.gz) = 898bd0aa266b15fcce2f7e837afe910aaaaac489 -RMD160 (cryptography-2.0.tar.gz) = 8d1440e85e611c31e175e0546acd7d7eb4b16231 -SHA512 (cryptography-2.0.tar.gz) = a5a0a687e6d31adbf25510da085fa34790ca76668c2b12dbadc0eae0ef8c035bc6269982b7704ea770bcc569c1e55fb06bc8a81975f3456fb2d1a70c3589a303 -Size (cryptography-2.0.tar.gz) = 432215 bytes +SHA1 (cryptography-2.0.2.tar.gz) = 37862fb0f2e885a2154ea06dfa8ddc96866ed91f +RMD160 (cryptography-2.0.2.tar.gz) = f83f734703076dcc46af28b0e32ebe831e80cf8c +SHA512 (cryptography-2.0.2.tar.gz) = a71219ff52006a7c8bf1553d0f132c747566c630281ef89aac40c65b193b1f0074fc9cda1de7057c76b452113dfb6188c83baef3ed9c05ff18adbc8b7bba646b +Size (cryptography-2.0.2.tar.gz) = 427303 bytes |