pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-asyncssh
Module Name: pkgsrc
Committed By: adam
Date: Tue Sep 30 08:11:40 UTC 2025
Modified Files:
pkgsrc/security/py-asyncssh: Makefile distinfo
Log Message:
py-asyncssh: updated to 2.21.1
Release 2.21.1 (28 Sep 2025)
* Added the capability to defer invoking passphrase callback until
an encrypted private key is actually used in a signing operation,
rather than triggering the callback when keys are loaded. This
will only work when a public key is provided with an encrypted
private key either explicitly or as part of the key format (such
as in OpenSSH's private key format).
* Improved handling of KeyboardInterrupt and task cancellation in
SCP. Thanks go to Viktor Kertesz for reporting this issue and
helping to understand the behavior in various versions of Python.
* Fixed the env option to support mappings other than dict. Thanks
go to Boris Pavlovic for reporting this issue.
* Fixed a potential race condition in SSHForwarder cleanup. Thanks
go to GitHub user misa-hase for reporting this issue and helping
to test the fix.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/security/py-asyncssh/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/security/py-asyncssh/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-asyncssh/Makefile
diff -u pkgsrc/security/py-asyncssh/Makefile:1.53 pkgsrc/security/py-asyncssh/Makefile:1.54
--- pkgsrc/security/py-asyncssh/Makefile:1.53 Sat Jul 5 11:44:09 2025
+++ pkgsrc/security/py-asyncssh/Makefile Tue Sep 30 08:11:40 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2025/07/05 11:44:09 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2025/09/30 08:11:40 adam Exp $
-DISTNAME= asyncssh-2.21.0
+DISTNAME= asyncssh-2.21.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncssh/}
Index: pkgsrc/security/py-asyncssh/distinfo
diff -u pkgsrc/security/py-asyncssh/distinfo:1.46 pkgsrc/security/py-asyncssh/distinfo:1.47
--- pkgsrc/security/py-asyncssh/distinfo:1.46 Wed May 7 13:55:26 2025
+++ pkgsrc/security/py-asyncssh/distinfo Tue Sep 30 08:11:40 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2025/05/07 13:55:26 adam Exp $
+$NetBSD: distinfo,v 1.47 2025/09/30 08:11:40 adam Exp $
-BLAKE2s (asyncssh-2.21.0.tar.gz) = a9e2f5df64496a1e9ee2379f8acea10c922e078b89e070b710d741e2ecd03407
-SHA512 (asyncssh-2.21.0.tar.gz) = d634e0f731721a430d7b77cf07fc853edf78657bfbda9c49bb17379e0d57c65bec5ff116512c3b542dfdf8ec2aef44342eb4a8028d5513aab8cbe0c3921bda3e
-Size (asyncssh-2.21.0.tar.gz) = 539740 bytes
+BLAKE2s (asyncssh-2.21.1.tar.gz) = a645225fa2851fbc30a1cc3db5a4ba4eb8b244d1cc28a24558b0fb4cb610915c
+SHA512 (asyncssh-2.21.1.tar.gz) = 49714106c3f7c44aa0998aec6fbf4f7171e81446f78818271140452ca4c945c645289335992233e71233203c38f06831582ca48e593dd2655272747af1818b37
+Size (asyncssh-2.21.1.tar.gz) = 540515 bytes
Home |
Main Index |
Thread Index |
Old Index