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: Thu Dec 26 13:57:48 UTC 2024
Modified Files:
pkgsrc/security/py-asyncssh: Makefile distinfo
Log Message:
py-asyncssh: updated to 2.19.0
Release 2.19.0 (12 Dec 2024)
* Added support for WebAuthN authentication with U2F security keys,
allowing non-admin Windows users to use these keys for authentication.
Previously, authentication with U2F keys worked on Windows, but only
for admin users.
* Added support for hostname canonicalization, compatible with the
configuration parameters used in OpenSSH, as well as support for the
"canonical" and "final" match keywords and negation support for
match. Thanks go to GitHub user commonism who suggested this and
provided a proposed implementation for negation.
* Added client and server support for SFTP copy-data extension and
a new SFTP remote_copy() function which allows data to be moved
between two remote files without downloading and re-uploading the
data. Thanks go to Ali Khosravi for suggesting this addition.
* Moved project metadata from setup.py to pyproject.toml. Thanks go to
Marc Mueller for contributing this.
* Updated SSH connection to keep strong references to outstanding
tasks, to avoid potential issues with the garbage collector while
the connection is active. Thanks go to GitHub user Birnendampf for
pointing out this potential issue and suggesting a simple fix.
* Fixed some issues with block_size argument in SFTP copy functions.
Thanks go to Krzysztof Kotlenga for finding and reporting these issues.
* Fixed an import error when fido2 package wasn't available. Thanks go
to GitHub user commonism for reporting this issue.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/security/py-asyncssh/Makefile
cvs rdiff -u -r1.43 -r1.44 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.47 pkgsrc/security/py-asyncssh/Makefile:1.48
--- pkgsrc/security/py-asyncssh/Makefile:1.47 Wed Nov 13 10:31:54 2024
+++ pkgsrc/security/py-asyncssh/Makefile Thu Dec 26 13:57:48 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2024/11/13 10:31:54 adam Exp $
+# $NetBSD: Makefile,v 1.48 2024/12/26 13:57:48 adam Exp $
-DISTNAME= asyncssh-2.18.0
+DISTNAME= asyncssh-2.19.0
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.43 pkgsrc/security/py-asyncssh/distinfo:1.44
--- pkgsrc/security/py-asyncssh/distinfo:1.43 Wed Nov 13 10:31:54 2024
+++ pkgsrc/security/py-asyncssh/distinfo Thu Dec 26 13:57:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.43 2024/11/13 10:31:54 adam Exp $
+$NetBSD: distinfo,v 1.44 2024/12/26 13:57:48 adam Exp $
-BLAKE2s (asyncssh-2.18.0.tar.gz) = 156e8bc0ea3749bf455da1f2e2ed142eed5943faf357db216c5caeb45f3cf84e
-SHA512 (asyncssh-2.18.0.tar.gz) = e708b7bd4fe7644b699b914557c9df2b47b718d2eca10a49edf0c7d6a740026e3c509040d7b5793db2a298001a815583db122975f111733b9d5921174e6f024f
-Size (asyncssh-2.18.0.tar.gz) = 526304 bytes
+BLAKE2s (asyncssh-2.19.0.tar.gz) = 4464afb92917427d608de6ad17010237d58a6ccc668eb128c5c19110e044d099
+SHA512 (asyncssh-2.19.0.tar.gz) = 0ebd963570ddf3c7dbdb6aea109cf1900e42e37a57d4e93f408d1220267ae5b27d3306ce287fbf068ad7cc62b51b548dabd931f7d0d00dbc9025fa7981ddc900
+Size (asyncssh-2.19.0.tar.gz) = 533702 bytes
Home |
Main Index |
Thread Index |
Old Index