py-asyncssh: update to 2.14.2.

Release 2.14.2 (18 Dec 2023)
----------------------------

* Implemented "strict kex" support and other countermeasures to
  protect against the Terrapin Attack described in `CVE-2023-48795
  <https://github.com/advisories/GHSA-hfmc-7525-mj55>`. Thanks once
  again go to Fabian Bäumer, Marcus Brinkmann, and Jörg Schwenk for
  identifying and reporting this vulnerability and providing detailed
  analysis and suggestions about proposed fixes.

* Fixed config parser to properly an optional equals delimiter in all
  config arguments. Thanks go to Fawaz Orabi for reporting this issue.

* Fixed TCP send error handling to avoid race condition when receiving
  incoming disconnect message.

* Improved type signature in SSHConnection async context manager. Thanks
  go to Pieter-Jan Briers for providing this.
This commit is contained in:
wiz 2023-12-18 16:11:17 +00:00
parent ae8e67f352
commit ae39069b94
2 changed files with 6 additions and 7 deletions

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.41 2023/12/18 15:52:20 wiz Exp $
# $NetBSD: Makefile,v 1.42 2023/12/18 16:11:17 wiz Exp $
DISTNAME= asyncssh-2.14.1
DISTNAME= asyncssh-2.14.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncssh/}

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.38 2023/11/17 20:45:34 adam Exp $
$NetBSD: distinfo,v 1.39 2023/12/18 16:11:17 wiz Exp $
BLAKE2s (asyncssh-2.14.1.tar.gz) = 2ceffa254c3a405d55423e0252c3793ce8fd821aa47801c8bae0fcf13135b502
SHA512 (asyncssh-2.14.1.tar.gz) = b3a96990c730a3cfda83b7f459675279a93d77c962b9765aa3b763a25a83a9fd143dfb3b25944fdbd4c5cded4b9258d82f2b06c1dc4f47445d0bdfa655d91f70
Size (asyncssh-2.14.1.tar.gz) = 497303 bytes
BLAKE2s (asyncssh-2.14.2.tar.gz) = 85b8e28bc7305fdf8c72d12ebee014659e9813a00aedda812a74a24b53efe6da
SHA512 (asyncssh-2.14.2.tar.gz) = 76952b8837832139274fbfc4ec4aa84841c66a4eb4c1bd09fd532727287574509fb2b94b684c14d6f76add80a1fe5c8236a3412ab6a71574c203706895b23f93
Size (asyncssh-2.14.2.tar.gz) = 498190 bytes