diff options
author | Javier Marcet <javier@marcet.info> | 2022-03-29 15:05:35 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2022-03-30 09:05:07 +0300 |
commit | 539f9d07a1a5fc3772f15348b47f3198a2fe34b2 (patch) | |
tree | 7a524b54d1cd25d061a29654a38e71469be57bbf /lang/python/python-paramiko | |
parent | eb426b3322e36ed82265ac78e24f73bd1d1454eb (diff) |
python3-paramiko: update to version 2.10.3
2.10.2:
- [Bug] Fix Python 2 compatibility breakage introduced in 2.10.1.
Spotted by Christian Hammond.
2.10.3:
- [Bug] Switch from module-global to thread-local storage when
recording thread IDs for a logging helper; this should avoid one
flavor of memory leak for long-running processes. Catch & patch via
Richard Kojedzinszky.
- [Bug] Certificate-based pubkey auth was inadvertently broken when
adding SHA2 support; this has been fixed. Reported by Erik Forsberg
and fixed by Jun Omae.
Signed-off-by: Javier Marcet <javier@marcet.info>
Diffstat (limited to 'lang/python/python-paramiko')
-rw-r--r-- | lang/python/python-paramiko/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-paramiko/Makefile b/lang/python/python-paramiko/Makefile index 021fd85a6..be948efda 100644 --- a/lang/python/python-paramiko/Makefile +++ b/lang/python/python-paramiko/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-paramiko -PKG_VERSION:=2.10.1 +PKG_VERSION:=2.10.3 PKG_RELEASE:=1 PYPI_NAME:=paramiko -PKG_HASH:=443f4da23ec24e9a9c0ea54017829c282abdda1d57110bf229360775ccd27a31 +PKG_HASH:=ddb1977853aef82804b35d72a0e597b244fa326c404c350bd00c5b01dbfee71a PKG_MAINTAINER:=Javier Marcet <javier@marcet.info> PKG_LICENSE:=LGPL-2.1-or-later |