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 Aug 20 13:03:12 UTC 2024
Modified Files:
pkgsrc/security/py-asyncssh: Makefile distinfo
Log Message:
py-asyncssh: updated to 2.16.0
Release 2.16.0 (17 Aug 2024)
----------------------------
* Added client and server support for the OpenSSH "hostkeys" extension.
When using known_hosts, clients can provide a handler which will be
called with the changes between the keys currently trusted in the
client's known hosts and those available on the server. On the server
side, an application can choose whether or not to enable the sending
of this host key information. Thanks go to Matthijs Kooijman for
getting me to take another look at how this might be supported.
* Related to the above, AsyncSSH now allows the configuration of multiple
server host keys of the same type when the send_server_host_keys option
is enabled. Only the first key of each type will be used in the SSH
handshake, but the others can appear in the list of supported host keys
for clients to begin trusting, allowing for smoother key rotation.
* Fixed logging and typing issues in SFTP high-level copy functions.
A mix of bytes, str, and PurePath entries are now supported in places
where a list of file paths is allowed, and the type signatures have
been updated to reflect that the functions accept either a single
path or a list of paths. Thanks go to GitHub user eyalgolan1337 for
reporting these issues.
* Improved typing on SFTP listdir() function. Thanks go to Tim Stumbaugh
for contributing this change.
* Reworked the config file parser to improve on a previous fix related
to handling key/value pairs with an equals delimiter.
* Improved handling of ciphers deprecated in cryptography 43.0.0.
Thanks go to Guillaume Mulocher for reporting this issue.
* Improved support for use of Windows pathnames in ProxyCommand.
Thanks go to GitHub user chipolux for reporting this issue and
investigating the existing OpenSSH parsing behavior.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/security/py-asyncssh/Makefile
cvs rdiff -u -r1.40 -r1.41 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.43 pkgsrc/security/py-asyncssh/Makefile:1.44
--- pkgsrc/security/py-asyncssh/Makefile:1.43 Thu Jul 4 10:06:35 2024
+++ pkgsrc/security/py-asyncssh/Makefile Tue Aug 20 13:03:12 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2024/07/04 10:06:35 adam Exp $
+# $NetBSD: Makefile,v 1.44 2024/08/20 13:03:12 adam Exp $
-DISTNAME= asyncssh-2.15.0
+DISTNAME= asyncssh-2.16.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncssh/}
@@ -18,8 +18,6 @@ DEPENDS+= ${PYPKGPREFIX}-typing-extensio
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
PYTHON_VERSIONED_DEPENDENCIES+= OpenSSL
PYTHON_VERSIONED_DEPENDENCIES+= cryptography
Index: pkgsrc/security/py-asyncssh/distinfo
diff -u pkgsrc/security/py-asyncssh/distinfo:1.40 pkgsrc/security/py-asyncssh/distinfo:1.41
--- pkgsrc/security/py-asyncssh/distinfo:1.40 Thu Jul 4 10:06:35 2024
+++ pkgsrc/security/py-asyncssh/distinfo Tue Aug 20 13:03:12 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2024/07/04 10:06:35 adam Exp $
+$NetBSD: distinfo,v 1.41 2024/08/20 13:03:12 adam Exp $
-BLAKE2s (asyncssh-2.15.0.tar.gz) = a28e4a06c6a0754b7ea7d30d490260faa10b9f573faf853be29f4aad5d0cd836
-SHA512 (asyncssh-2.15.0.tar.gz) = 51f43bfcf27dadd9e79d7b306b11f6dc196d2de65a60663aa6e59f1b1246a6467a6324209bfb0607a9d2902ef8dde51cd172f9e32e36168954c67b8fcd7e1dd6
-Size (asyncssh-2.15.0.tar.gz) = 516935 bytes
+BLAKE2s (asyncssh-2.16.0.tar.gz) = 97161beef90fd7319d0bf01f825f2f1d5a033cb625ecf5269874f7ed625959ad
+SHA512 (asyncssh-2.16.0.tar.gz) = d47a0450709e48cc781f03dc2fc1f153f4fd59bce59354085ff36ef3af37223071566136d5a48211024db41400e7b82b918921942d8f5df203b98275e6fd460a
+Size (asyncssh-2.16.0.tar.gz) = 520697 bytes
Home |
Main Index |
Thread Index |
Old Index