Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-paramiko py-paramiko: updated to 2.7.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17a0c7996157
branches:  trunk
changeset: 438698:17a0c7996157
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 08 17:43:12 2020 +0000

description:
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.

diffstat:

 security/py-paramiko/Makefile |   4 ++--
 security/py-paramiko/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 5f307e5c22e0 -r 17a0c7996157 security/py-paramiko/Makefile
--- a/security/py-paramiko/Makefile     Tue Sep 08 17:38:42 2020 +0000
+++ b/security/py-paramiko/Makefile     Tue Sep 08 17:43:12 2020 +0000
@@ -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 -r 5f307e5c22e0 -r 17a0c7996157 security/py-paramiko/distinfo
--- a/security/py-paramiko/distinfo     Tue Sep 08 17:38:42 2020 +0000
+++ b/security/py-paramiko/distinfo     Tue Sep 08 17:43:12 2020 +0000
@@ -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


Home | Main Index | Thread Index | Old Index