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:           Fri May 20 12:09:48 UTC 2022

Modified Files:
        pkgsrc/security/py-asyncssh: Makefile distinfo

Log Message:
py-asyncssh: updated to 2.10.1

Release 2.10.1 (16 Apr 2022)
----------------------------

* Added support for "Match Exec" in config files and updated AsyncSSH
  API calls to do config parsing in an executor to avoid blocking the
  event loop if a "Match Exec" command doesn't return immediately.

* Fixed an issue where settings associated with server channels set
  when creating a listener rather than at the time a new channel is
  opened were not always being applied correctly.

* Fixed config file handling to be more consistent with OpenSSH, making
  all relative paths be evaluated relative to ~/.ssh and allowing
  references to config file patterns which don't match anything to only
  trigger a debug message rather than an error. Thanks go to Caleb Ho
  for reporting this issue!

* Update minimum required version of cryprography package to 3.1, to
  allow calls to it to be made without passing in a "backend" argument.
  This was missed back in the 2.9 release. Thanks go to Github users
  sebby97 and JavaScriptDude for reporting this issue!

Release 2.10.0 (26 Mar 2022)
----------------------------

* Added new get_server_auth_methods() function which returns the set
  of auth methods available for a given user and SSH server.

* Added support for new line_echo argument when creating a server
  channel which controls whether input in the line editor is echoed
  to the output immediately or under the control of the application,
  allowing more control over the ordering of input and output.

* Added explicit support for RSA SHA-2 certificate algorithms.
  Previously, SHA-2 signatures were supported using the original
  ssh-rsa-cert-v01%openssh.com@localhost algorithm name, but recent versions
  of SSH now disable this algorithm by default, so the new SHA-2
  algorithm names need to be advertised for SHA-2 signatures to
  work when using OpenSSH certificates.

* Improved handling of config file loading when options argument is
  used, allowing config loading to be overridden at connect() time
  even if the options passed in referenced a config file.

* Improved speed of unit tests by avoiding some network timeouts
  when connecting to invalid addresses.

* Merged GitHub workflows contributed by GitHub user hexchain to
  run unit tests and collect code coverage information on multiple
  platforms and Python versions. Thanks so much for this work!

* Fixed issue with GSS auth unit tests hanging on Windows.

* Fixed issue with known_hosts matching when ProxyJump is being used.
  Thanks go to GitHub user velavokr for reporting this and helping
  to debug it.

* Fixed type annotations for SFTP client and server open methods.
  Thanks go to Marat Sharafutdinov for reporting this!


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/security/py-asyncssh/Makefile
cvs rdiff -u -r1.30 -r1.31 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.29 pkgsrc/security/py-asyncssh/Makefile:1.30
--- pkgsrc/security/py-asyncssh/Makefile:1.29   Mon Jan 24 12:50:27 2022
+++ pkgsrc/security/py-asyncssh/Makefile        Fri May 20 12:09:48 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2022/01/24 12:50:27 adam Exp $
+# $NetBSD: Makefile,v 1.30 2022/05/20 12:09:48 adam Exp $
 
-DISTNAME=      asyncssh-2.9.0
+DISTNAME=      asyncssh-2.10.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.30 pkgsrc/security/py-asyncssh/distinfo:1.31
--- pkgsrc/security/py-asyncssh/distinfo:1.30   Mon Jan 24 12:50:27 2022
+++ pkgsrc/security/py-asyncssh/distinfo        Fri May 20 12:09:48 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2022/01/24 12:50:27 adam Exp $
+$NetBSD: distinfo,v 1.31 2022/05/20 12:09:48 adam Exp $
 
-BLAKE2s (asyncssh-2.9.0.tar.gz) = 0b663bb4ccec394c47929f3405502762750114fb7601056c09c1ad53ecca3751
-SHA512 (asyncssh-2.9.0.tar.gz) = 5369575da6b12c6adbdc6f0c8492098b089f773761c9a78f854bf5e99b09a3b3256a014dba60d6ff7ae23cca3a25176e34e803fa4dde74cc0fe704389a7d0c08
-Size (asyncssh-2.9.0.tar.gz) = 477142 bytes
+BLAKE2s (asyncssh-2.10.1.tar.gz) = 7ae87abb54330c769c57cb834337650bc46289671a1cfe284f545efb0058df26
+SHA512 (asyncssh-2.10.1.tar.gz) = adaf68f2e4209e9bf91c2018298a281dab490d723bda9d6f7db892aa43e796e38ff904cf39f56c8b545439ca71c89b419e53521f323cb753cf7a2290beb04e12
+Size (asyncssh-2.10.1.tar.gz) = 483000 bytes



Home | Main Index | Thread Index | Old Index