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 Jul 10 16:19:36 UTC 2023

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

Log Message:
py-asyncssh: updated to 2.13.2

Release 2.13.2 (21 Jun 2023)
----------------------------

* Fixed an issue with host-based authentication when using proxy_command,
  allowing it to be used if the caller explicitly specifies client_host.
  Thanks go to GitHub user yuqingm7 for reporting this issue.

* Improved handling of signature algorithms for OpenSSH certificates
  so that RSA SHA-2 signatures will work with both older and newer
  versions of OpenSSH.

* Worked around an issue with some Cisco SSH implementations generating
  invalid "ignore" packets. Thanks go to Jost Luebbe for reporting and
  helping to debug this issue.

* Fixed unit tests to avoid errors when cryptography's version of
  OpenSSL disables support for SHA-1 signatures.

* Fixed unit tests to avoid errors when the filesystem enforces that
  filenames be valid UTF-8 strings. Thanks go to Robert Schütz and
  Martin Weinelt for reporting this issue.

* Added documentation about which config options apply when passing
  a string as a tunnel argument.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/security/py-asyncssh/Makefile
cvs rdiff -u -r1.35 -r1.36 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.36 pkgsrc/security/py-asyncssh/Makefile:1.37
--- pkgsrc/security/py-asyncssh/Makefile:1.36   Fri Mar 17 17:18:31 2023
+++ pkgsrc/security/py-asyncssh/Makefile        Mon Jul 10 16:19:36 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2023/03/17 17:18:31 adam Exp $
+# $NetBSD: Makefile,v 1.37 2023/07/10 16:19:36 adam Exp $
 
-DISTNAME=      asyncssh-2.13.1
+DISTNAME=      asyncssh-2.13.2
 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.35 pkgsrc/security/py-asyncssh/distinfo:1.36
--- pkgsrc/security/py-asyncssh/distinfo:1.35   Fri Mar 17 17:18:31 2023
+++ pkgsrc/security/py-asyncssh/distinfo        Mon Jul 10 16:19:36 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2023/03/17 17:18:31 adam Exp $
+$NetBSD: distinfo,v 1.36 2023/07/10 16:19:36 adam Exp $
 
-BLAKE2s (asyncssh-2.13.1.tar.gz) = ad125329295c0c39934acc6706762306e4c3aedc39ccffdcc15ec7708dedde2c
-SHA512 (asyncssh-2.13.1.tar.gz) = 0c027283681a24058dbe18bad5289488d65d5ebecdda34f38ad63a6d84b54fd457475ada9ab7269925ced5eacbd22f27fea739ace99bd83ca9ce8f9b2d5f0714
-Size (asyncssh-2.13.1.tar.gz) = 497376 bytes
+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



Home | Main Index | Thread Index | Old Index