Path to this page:
Subject: CVS commit: pkgsrc/security/py-paramiko
From: Adam Ciarcinski
Date: 2022-05-05 19:59:35
Message id: 20220505175935.F31ADFB1A@cvs.NetBSD.org
Log Message:
py-paramiko: updated to 2.10.4
2.10.4 2022-04-25
[Bug]: Servers offering certificate variants of hostkey algorithms (eg \
ssh-rsa-cert-v01@openssh.com) could not have their host keys verified by \
Paramiko clients, as it only ever considered non-cert key types for that part of \
connection handshaking. This has been fixed.
[Bug]: PKey instances’ __eq__ did not have the usual safety guard in place to \
ensure they were being compared to another PKey object, causing occasional \
spurious BadHostKeyException (among other things). This has been fixed. Thanks \
to Shengdun Hua for the original report/patch and to Christopher Papke for the \
final version of the fix.
[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.
Files: