python3-paramiko: update to version 2.10.4
authorJavier Marcet <javier@marcet.info>
Sun, 1 May 2022 14:40:38 +0000 (16:40 +0200)
committerRosen Penev <rosenp@gmail.com>
Mon, 2 May 2022 19:48:21 +0000 (12:48 -0700)
commitb1159e876456f72798a107138dc4299c4fe578b1
tree687a311173860ce8822732f552c6ce183a201529
parentac02159f6370cdb70677b91d4bc9da49d7323d3a
python3-paramiko: update to version 2.10.4

 - [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.

Signed-off-by: Javier Marcet <javier@marcet.info>
lang/python/python-paramiko/Makefile