Path to this page:
Subject: CVS commit: pkgsrc/security/py-paramiko
From: Adam Ciarcinski
Date: 2020-09-08 19:43:12
Message id: 20200908174312.8D0FCFB28@cvs.NetBSD.org
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.
Files: