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: Wed Apr 18 07:01:23 UTC 2018
Modified Files:
pkgsrc/security/py-asyncssh: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-asyncssh/Makefile \
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.4 pkgsrc/security/py-asyncssh/Makefile:1.5
--- pkgsrc/security/py-asyncssh/Makefile:1.4 Tue Mar 13 18:32:23 2018
+++ pkgsrc/security/py-asyncssh/Makefile Wed Apr 18 07:01:23 2018
@@ -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/}
Index: pkgsrc/security/py-asyncssh/distinfo
diff -u pkgsrc/security/py-asyncssh/distinfo:1.4 pkgsrc/security/py-asyncssh/distinfo:1.5
--- pkgsrc/security/py-asyncssh/distinfo:1.4 Tue Mar 13 18:32:23 2018
+++ pkgsrc/security/py-asyncssh/distinfo Wed Apr 18 07:01:23 2018
@@ -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