pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-paramiko



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep  8 17:43:12 UTC 2020

Modified Files:
        pkgsrc/security/py-paramiko: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/security/py-paramiko/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/py-paramiko/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-paramiko/Makefile
diff -u pkgsrc/security/py-paramiko/Makefile:1.39 pkgsrc/security/py-paramiko/Makefile:1.40
--- pkgsrc/security/py-paramiko/Makefile:1.39   Sun May 17 19:34:13 2020
+++ pkgsrc/security/py-paramiko/Makefile        Tue Sep  8 17:43:12 2020
@@ -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/}

Index: pkgsrc/security/py-paramiko/distinfo
diff -u pkgsrc/security/py-paramiko/distinfo:1.23 pkgsrc/security/py-paramiko/distinfo:1.24
--- pkgsrc/security/py-paramiko/distinfo:1.23   Wed Dec 11 10:43:53 2019
+++ pkgsrc/security/py-paramiko/distinfo        Tue Sep  8 17:43:12 2020
@@ -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