Path to this page:
Subject: CVS commit: pkgsrc/security/py-paramiko
From: Adam Ciarcinski
Date: 2022-07-13 22:06:24
Message id: 20220713200624.2393AFB1A@cvs.NetBSD.org
Log Message:
py-paramiko: updated to 2.11.0
2.11.0 2022-05-16
[Feature]: Add SSH config token expansion (eg %h, %p) when parsing ProxyJump \
directives. Patch courtesy of Bruno Inec.
[Support]: Apply unittest skipIf to tests currently using SHA1 in their critical \
path, to avoid failures on systems starting to disable SHA1 outright in their \
crypto backends (eg RHEL 9). Report & patch via Paul Howarth.
[Support]: Update camelCase method calls against the threading module to be \
snake_case; this and related tweaks should fix some deprecation warnings under \
Python 3.10. Thanks to Karthikeyan Singaravelan for the report, \
@Narendra-Neerukonda for the patch, and to Thomas Grainger and Jun Omae for \
patch workshopping.
[Support]: Recent versions of Cryptography have deprecated Blowfish algorithm \
support; in lieu of an easy method for users to remove it from the list of \
algorithms Paramiko tries to import and use, we’ve decided to remove it from \
our “preferred algorithms” list. This will both discourage use of a weak \
algorithm, and avoid warnings. Credit for report/patch goes to Mike Roest.
Files: