pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkgsrc: py-asyncssh: updated to 1.12.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3e7240a50ce
branches:  trunk
changeset: 306531:e3e7240a50ce
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 18 07:01:23 2018 +0000
description:
py-asyncssh: updated to 1.12.2

Release 1.12.2:
Added support for using pathlib objects as paths in calls to SFTP methods, in addition to Unicode and byte strings. This is mainly intended for use in constructing local paths, but it can also be 
used for remote paths as long as POSIX-style pathlib objects are used and an appropriate path encoding is set to handle the conversion from Unicode to bytes.
Changed server EXT_INFO message to only be sent after the first SSH key exchange, to match the specification recently published in RFC 8308.
Fixed edge case in TCP connection forwarding where data received on a forward TCP connection was not delivered if the connection was closed or half-closed before the corresponding SSH tunnel was 
fully established.
Made note about OpenSSH not properly handling send_signal more visible.

diffstat:

 security/py-asyncssh/Makefile |   4 ++--
 security/py-asyncssh/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r f574d0aa393c -r e3e7240a50ce security/py-asyncssh/Makefile
--- a/security/py-asyncssh/Makefile     Wed Apr 18 06:58:16 2018 +0000
+++ b/security/py-asyncssh/Makefile     Wed Apr 18 07:01:23 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/03/13 18:32:23 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/04/18 07:01:23 adam Exp $
 
-DISTNAME=      asyncssh-1.12.1
+DISTNAME=      asyncssh-1.12.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asyncssh/}
diff -r f574d0aa393c -r e3e7240a50ce security/py-asyncssh/distinfo
--- a/security/py-asyncssh/distinfo     Wed Apr 18 06:58:16 2018 +0000
+++ b/security/py-asyncssh/distinfo     Wed Apr 18 07:01:23 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/03/13 18:32:23 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/04/18 07:01:23 adam Exp $
 
-SHA1 (asyncssh-1.12.1.tar.gz) = d693575695bd93956372fbead16b9d0cbf903da5
-RMD160 (asyncssh-1.12.1.tar.gz) = 5b61aae068b36abb974b18cccc6b2754535a22aa
-SHA512 (asyncssh-1.12.1.tar.gz) = 078e425772fdfe29427ebce0b2e46138644a377ae9c64e1672c260d93f8750b4fa23fe924b457b39e6f4425920e7df9034e5ef8b4eb328ad138ca9f9f53da5b4
-Size (asyncssh-1.12.1.tar.gz) = 289421 bytes
+SHA1 (asyncssh-1.12.2.tar.gz) = 3332063cfb2dc9d40988e8429f644acd2408ef02
+RMD160 (asyncssh-1.12.2.tar.gz) = 3f71b314995eae40ae08e5494ac3fef6445167fc
+SHA512 (asyncssh-1.12.2.tar.gz) = 598f9761fa66c237af6e2025d864a99b4b8cb2114b33c4a89fda3d03d1412c10e71f0d567f9ab1a0b74dcbcf63f7ec485b97d914b4930a8eb23d967989ead1cc
+Size (asyncssh-1.12.2.tar.gz) = 289905 bytes



Home | Main Index | Thread Index | Old Index