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:           Wed Jun 10 13:00:35 UTC 2026

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

Log Message:
py-asyncssh: updated to 2.23.1

2.23.1 (6 Jun 2026)

* Fixed an SCP path traversal issue. Thanks go to Jaden Furtado for
  reporting this issue.

* Expanded previous fix to block unsafe user substitutions in server
  config. Thanks go to GitHub user cesabici-bit for reporting this
  issue.

* Fixed default value for reuse_address and reuse_port, matching
  the behaavior of asyncio.create_server(). Thanks go to Alexander
  Shlemin for reporting the inconsistency.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/security/py-asyncssh/Makefile
cvs rdiff -u -r1.49 -r1.50 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.57 pkgsrc/security/py-asyncssh/Makefile:1.58
--- pkgsrc/security/py-asyncssh/Makefile:1.57   Mon May 11 12:47:04 2026
+++ pkgsrc/security/py-asyncssh/Makefile        Wed Jun 10 13:00:35 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2026/05/11 12:47:04 adam Exp $
+# $NetBSD: Makefile,v 1.58 2026/06/10 13:00:35 adam Exp $
 
-DISTNAME=      asyncssh-2.23.0
+DISTNAME=      asyncssh-2.23.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.49 pkgsrc/security/py-asyncssh/distinfo:1.50
--- pkgsrc/security/py-asyncssh/distinfo:1.49   Mon May 11 12:47:04 2026
+++ pkgsrc/security/py-asyncssh/distinfo        Wed Jun 10 13:00:35 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.49 2026/05/11 12:47:04 adam Exp $
+$NetBSD: distinfo,v 1.50 2026/06/10 13:00:35 adam Exp $
 
-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
+BLAKE2s (asyncssh-2.23.1.tar.gz) = bfced29bc85434f78129b3e8579f74c712c7f82628ffefc4a6a2a42cd91b3a02
+SHA512 (asyncssh-2.23.1.tar.gz) = 26e25ba1bc4cbed9ae11ed10e83cc3e10421f36dce4202d1e7f89bd23ba86d41c3dec7d9e15f2e6d733da84fa748e626eba4f43b5e1f17ec496bc9cbc879ee16
+Size (asyncssh-2.23.1.tar.gz) = 542883 bytes



Home | Main Index | Thread Index | Old Index