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:   wiz
Date:           Mon Dec 18 16:11:17 UTC 2023

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/security/py-asyncssh/Makefile
cvs rdiff -u -r1.38 -r1.39 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.41 pkgsrc/security/py-asyncssh/Makefile:1.42
--- pkgsrc/security/py-asyncssh/Makefile:1.41   Mon Dec 18 15:52:20 2023
+++ pkgsrc/security/py-asyncssh/Makefile        Mon Dec 18 16:11:17 2023
@@ -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/}
 

Index: pkgsrc/security/py-asyncssh/distinfo
diff -u pkgsrc/security/py-asyncssh/distinfo:1.38 pkgsrc/security/py-asyncssh/distinfo:1.39
--- pkgsrc/security/py-asyncssh/distinfo:1.38   Fri Nov 17 20:45:34 2023
+++ pkgsrc/security/py-asyncssh/distinfo        Mon Dec 18 16:11:17 2023
@@ -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



Home | Main Index | Thread Index | Old Index