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:           Mon May 11 12:47:04 UTC 2026

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

Log Message:
py-asyncssh: updated to 2.23.0

Release 2.23.0 (8 Feb 2026)

* Added support for "Match localnetwork". Thanks go to Théophile Bastian
  for reporting this new match type, added in OpenSSH 9.4.

* Enabled support for RSA with SHA-2 signatures in ssh-agent and Pageant.
  Thanks go to GitHub user Netzvamp for reporting this.

* Changed MAC algorithm negotation to be skipped when using AEAD ciphers.
  Thanks go to GitHub user LilleCarl for reporting this issue and
  suggesting a potential fix.

* Improved graceful termination when using ProxyCommand, waiting for
  the ProxyCommand tunnel to close when cleaning up a connection. Thanks
  go to Simon Liétar for reporting this issue and helping to investigate
  possible solutions.

* Blocked unsafe user substitutions from being used in server config.
  Thanks go to GitHub user 0xHunSec for reporting this problem and
  providing reproduction code.

* Fixed an issue with config evaluation when "Match final" was combined
  with Hostname directives. Thanks go to GitHub user commonism for
  reporting this issue and coming up with a reproducible test case and a
  potential fix.

* Fixed a resource leak in xauth support. Thanks go to GitHub user
  taovinci0 for reporting this problem and providing an initial version
  of a fix.

* Fixed issue with multi-hop ProxyJump directives in a config file
  not working correctly. Thanks go to Rémi Benoit for reporting this
  problem and providing a detailed root cause analysis.

* Fixed string encoding in SFTPName objects returned by realpath().
  Thanks go to GitHub user vivodi for reporting this and providing
  reproduction code.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/security/py-asyncssh/Makefile
cvs rdiff -u -r1.48 -r1.49 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.56 pkgsrc/security/py-asyncssh/Makefile:1.57
--- pkgsrc/security/py-asyncssh/Makefile:1.56   Fri Dec 26 09:00:02 2025
+++ pkgsrc/security/py-asyncssh/Makefile        Mon May 11 12:47:04 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2025/12/26 09:00:02 adam Exp $
+# $NetBSD: Makefile,v 1.57 2026/05/11 12:47:04 adam Exp $
 
-DISTNAME=      asyncssh-2.22.0
+DISTNAME=      asyncssh-2.23.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asyncssh/}
@@ -11,8 +11,9 @@ COMMENT=      Asynchronous SSHv2 client and s
 LICENSE=       epl-v2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+=      ${PYPKGPREFIX}-gssapi>=1.2.0:../../security/py-gssapi
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.0:../../devel/py-typing-extensions
+# gssapi
+DEPENDS+=      ${PYPKGPREFIX}-gssapi>=1.2.0:../../security/py-gssapi
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/security/py-asyncssh/distinfo
diff -u pkgsrc/security/py-asyncssh/distinfo:1.48 pkgsrc/security/py-asyncssh/distinfo:1.49
--- pkgsrc/security/py-asyncssh/distinfo:1.48   Fri Dec 26 09:00:02 2025
+++ pkgsrc/security/py-asyncssh/distinfo        Mon May 11 12:47:04 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.48 2025/12/26 09:00:02 adam Exp $
+$NetBSD: distinfo,v 1.49 2026/05/11 12:47:04 adam Exp $
 
-BLAKE2s (asyncssh-2.22.0.tar.gz) = e26c6bf6c302f7a1b640dd96049c768bd7e79f18631428c44aa3e7e98c7db3bb
-SHA512 (asyncssh-2.22.0.tar.gz) = 30340dbfa0db60071458ce51f24d972760b3284ed7bc10613546eddb39cb191076e02c0f1405d9f2f74bed8d5102f182d5e7e8264ad0c46b10e536cd80819da6
-Size (asyncssh-2.22.0.tar.gz) = 540523 bytes
+BLAKE2s (asyncssh-2.23.0.tar.gz) = be5aabec82fa4c5c3f834d1faddd51fce7673f7f8cc8e8b85e2b36e23f10d814
+SHA512 (asyncssh-2.23.0.tar.gz) = 473404e08a4f77a35ce7cd5722d046f0e6b06f87a77a44050b1abfa0a971360c9775d9ec44493de1a4b4ad4bc729d59ffb2bdf6e17390620ad9e121317c2ca2a
+Size (asyncssh-2.23.0.tar.gz) = 542154 bytes



Home | Main Index | Thread Index | Old Index