Package: paramiko / 4.0.0-2

Metadata

Package Version Patches format
paramiko 4.0.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1071675.patch | (download)

paramiko/ed25519key.py | 4 4 + 0 - 0 !
tests/pkey.py | 5 4 + 1 - 0 !
2 files changed, 8 insertions(+), 1 deletion(-)

 add identifier for ed25519 certificates

0002 Ignore host keys with markers.patch | (download)

paramiko/hostkeys.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 ignore host keys with markers

Hotfix to prevent paramiko from choking on @cert-authority entries

openssh 10.patch | (download)

paramiko/auth_handler.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixed version parsing issue with openssh 10.0

Regex matches now for Version 1..7 but not for 10.

sftp server fixture cleanup threads.patch | (download)

tests/conftest.py | 10 7 + 3 - 0 !
1 file changed, 7 insertions(+), 3 deletions(-)

 clean up threads in sftp_server fixture

The `sftp_server` fixture never cleaned up the server thread; this was
easily visible by watching `htop` while running the test suite.

On some underpowered architectures this could eventually result in
`RuntimeError: can't start new thread`.  This was the root cause of
https://bugs.debian.org/1127663.