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:           Sun Oct  1 16:11:32 UTC 2023

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

Log Message:
py-asyncssh: updated to 2.14.0

Release 2.14.0 (30 Sep 2023)
----------------------------

* Added support for a new accept_handler argument when setting up
  local port forwarding, allowing the client host and port to be
  validated and/or logged for each new forwarded connection. An
  accept handler can also be returned from the server_requested
  function to provide this functionality when acting as a server.
  Thanks go to GitHub user zgxkbtl for suggesting this feature.

* Added an option to disable expensive RSA private key checks when
  using OpenSSL 3.x. Functions that read private keys have been
  modified to include a new unsafe_skip_rsa_key_validation argument
  which can be used to avoid these additional checks, if you are
  loading keys from a trusted source.

* Added host information into AsyncSSH exceptions when host key
  validation fails, and a few other improvements related to X.509
  certificate validation errors. Thanks go to Peter Moore for
  suggesting this and providing an example.

* Fixed a regression which prevented keys loaded into an SSH agent
  with a certificate from working correctly beginning in AsyncSSH
  after version 2.5.0. Thanks go to GitHub user htol for reporting
  this issue and suggesting the commit which caused the problem.

* Fixed an issue which was triggering an internal exception when
  shutting down server sessions with the line editor enabled which
  could cause some output to be lost on exit, especially when running
  on Windows. Thanks go to GitHub user jerrbe for reporting this issue.

* Fixed an issue in a unit test seen in Python 3.12 beta. Thanks go
  to Georg Sauthoff for providing this fix.

* Fixed a documentation error in SSHClientConnectionOptions and
  SSHServerConnectionOptions. Thanks go to GitHub user bowenerchen
  for reporting this issue.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/security/py-asyncssh/Makefile
cvs rdiff -u -r1.36 -r1.37 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.37 pkgsrc/security/py-asyncssh/Makefile:1.38
--- pkgsrc/security/py-asyncssh/Makefile:1.37   Mon Jul 10 16:19:36 2023
+++ pkgsrc/security/py-asyncssh/Makefile        Sun Oct  1 16:11:32 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2023/07/10 16:19:36 adam Exp $
+# $NetBSD: Makefile,v 1.38 2023/10/01 16:11:32 adam Exp $
 
-DISTNAME=      asyncssh-2.13.2
+DISTNAME=      asyncssh-2.14.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.36 pkgsrc/security/py-asyncssh/distinfo:1.37
--- pkgsrc/security/py-asyncssh/distinfo:1.36   Mon Jul 10 16:19:36 2023
+++ pkgsrc/security/py-asyncssh/distinfo        Sun Oct  1 16:11:32 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2023/07/10 16:19:36 adam Exp $
+$NetBSD: distinfo,v 1.37 2023/10/01 16:11:32 adam Exp $
 
-BLAKE2s (asyncssh-2.13.2.tar.gz) = dbc314fb7b9841565d6ee05b838f260a6fdb9f25cf31859615daa93dac8f1ac7
-SHA512 (asyncssh-2.13.2.tar.gz) = 7d77b21cefda0d3275c2b422d1e5c4c57f691d60ab4c82feffdd1b45bbc1af3b485fd10e09a799bcae6834d53cbc249df44f1ff26e198240d10019785d97ecea
-Size (asyncssh-2.13.2.tar.gz) = 498674 bytes
+BLAKE2s (asyncssh-2.14.0.tar.gz) = 2723b495a4983e85b1c095db53c2d1d3182c289d7168f29f4d235b9877d39015
+SHA512 (asyncssh-2.14.0.tar.gz) = d8a9bbd71b9fdfe96012cd6513f086240ef93304f3166d3a7d801a066791f5830727e85c75dc0884501ba0a33e988f031bf6e8cac7faad953a0beb7369959cb5
+Size (asyncssh-2.14.0.tar.gz) = 501088 bytes



Home | Main Index | Thread Index | Old Index