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 Sep  9 07:04:00 UTC 2024

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

Log Message:
py-asyncssh: updated to 2.17.0

Release 2.17.0 (2 Sep 2024)

* Add support for specifying a per-connection credential store for GSSAPI
  authentication. Thanks go to GitHub user zarganum for suggesting this
  feature and proposing a detailed design.

* Fixed a regression introduced in AsyncSSH 2.15.0 which could cause
  connections to be closed with an uncaught exception when a session
  on the connection was closed. Thanks go to Wilson Conley for being
  the first to help reproduce this issue, and others who also helped
  to confirm the fix.

* Added a workaround where getaddrinfo() on some systems may return duplicate
  entries, causing bind() to fail when opening a listener. Thanks go to
  Colin Watson for reporting this issue and suggesting a fix.

* Relaxed padding length check on OpenSSH private keys to provide better
  compatibility with keys generated by PuTTYgen.

* Improved documentation on SSHClient and SSHServer classes to explain
  when they are created and their relationship to the SSHClientConnection
  and SSHServerConnection classes.

* Updated examples to use Python 3.7 and made some minor improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/security/py-asyncssh/Makefile
cvs rdiff -u -r1.41 -r1.42 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.44 pkgsrc/security/py-asyncssh/Makefile:1.45
--- pkgsrc/security/py-asyncssh/Makefile:1.44   Tue Aug 20 13:03:12 2024
+++ pkgsrc/security/py-asyncssh/Makefile        Mon Sep  9 07:04:00 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2024/08/20 13:03:12 adam Exp $
+# $NetBSD: Makefile,v 1.45 2024/09/09 07:04:00 adam Exp $
 
-DISTNAME=      asyncssh-2.16.0
+DISTNAME=      asyncssh-2.17.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.41 pkgsrc/security/py-asyncssh/distinfo:1.42
--- pkgsrc/security/py-asyncssh/distinfo:1.41   Tue Aug 20 13:03:12 2024
+++ pkgsrc/security/py-asyncssh/distinfo        Mon Sep  9 07:04:00 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2024/08/20 13:03:12 adam Exp $
+$NetBSD: distinfo,v 1.42 2024/09/09 07:04:00 adam Exp $
 
-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
+BLAKE2s (asyncssh-2.17.0.tar.gz) = 825765a649d06d30cd81552cd0dba5b02e9de3c4da41fc5f26fcece7d4a5ba34
+SHA512 (asyncssh-2.17.0.tar.gz) = be4d25185008dacde8369249ae8321c403590423dd6f088ca6568333be9e96a93509f9663e5292d5bbe27ea20064bc530f0867dd05aef2a453bc1f8eeff1ed40
+Size (asyncssh-2.17.0.tar.gz) = 515658 bytes



Home | Main Index | Thread Index | Old Index