diff options
author | adam <adam@pkgsrc.org> | 2020-09-08 17:43:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-09-08 17:43:12 +0000 |
commit | cc6a2d8770d332ea229813c785dbf9f3d44bf57c (patch) | |
tree | 3e1d2ed4d0796ef288673b829ffbc9bacb848330 | |
parent | e3a254c3a6ac0b197431ab40392662788ff010b3 (diff) | |
download | pkgsrc-cc6a2d8770d332ea229813c785dbf9f3d44bf57c.tar.gz |
py-paramiko: updated to 2.7.2
2.7.2:
[Bug] Fix incorrectly swapped order of p and q numbers when loading OpenSSH-format RSA private keys. At minimum this should address a slowdown when using such keys, and it also means Paramiko works with Cryptography 3.1 and above (which complains strenuously when this problem appears). Thanks to Alex Gaynor for the patch.
[Bug]: Fix incorrect string formatting causing unhelpful error message annotation when using Kerberos/GSSAPI. (Thanks, newer version of flake8!)
[Support] Remove leading whitespace from OpenSSH RSA test suite static key fixture, to conform better to spec. Credit: Alex Gaynor.
[Support] Add missing test suite fixtures directory to MANIFEST.in, reinstating the ability to run Paramiko’s tests from an sdist tarball. Thanks to Sandro Tosi for reporting the issue and to Blazej Michalik for the PR.
[Support]: Update our CI to catch issues with sdist generation, installation and testing.
-rw-r--r-- | security/py-paramiko/Makefile | 4 | ||||
-rw-r--r-- | security/py-paramiko/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile index cfb618495d8..a2f9c7c1cc0 100644 --- a/security/py-paramiko/Makefile +++ b/security/py-paramiko/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2020/05/17 19:34:13 adam Exp $ +# $NetBSD: Makefile,v 1.40 2020/09/08 17:43:12 adam Exp $ -DISTNAME= paramiko-2.7.1 +DISTNAME= paramiko-2.7.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=p/paramiko/} diff --git a/security/py-paramiko/distinfo b/security/py-paramiko/distinfo index 6fde690c040..dbce49991ef 100644 --- a/security/py-paramiko/distinfo +++ b/security/py-paramiko/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2019/12/11 10:43:53 adam Exp $ +$NetBSD: distinfo,v 1.24 2020/09/08 17:43:12 adam Exp $ -SHA1 (paramiko-2.7.1.tar.gz) = a52fc133b817dc4d8b036bec71173c376e9dc38d -RMD160 (paramiko-2.7.1.tar.gz) = 04207a10ce1810a510af3a7dfc1b3b7581fa687e -SHA512 (paramiko-2.7.1.tar.gz) = 80068c8f72ab8c98d84188caa074deecead9fb459b1a71cedb3cfa627736730928a2b9c6eb2b5a8b60acb9bccb0f68aefbef9d0d55554001c835b5cf897751ab -Size (paramiko-2.7.1.tar.gz) = 1136432 bytes +SHA1 (paramiko-2.7.2.tar.gz) = d09ec309dc298ac52af1fd99c560ce68a0402903 +RMD160 (paramiko-2.7.2.tar.gz) = 7231323b3c46dc16da0a34490f7866caad54838b +SHA512 (paramiko-2.7.2.tar.gz) = 230522734379b9861da5e9fc4baf5b7386ea35990430ba320c6d55d04beebeaefdd7d000a2be23d1178d7fd96ba400702ffe0ab03e8856c604456108876545bd +Size (paramiko-2.7.2.tar.gz) = 1069537 bytes |