pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-paramiko py-paramiko: updated to 2.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbd9e33b86ef
branches:  trunk
changeset: 377182:dbd9e33b86ef
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Mar 13 18:35:29 2018 +0000

description:
py-paramiko: updated to 2.4.1

2.4.1:
[Bug] Ed25519 auth key decryption raised an unexpected exception when given a unicode password string (typical in python 3). Report by Theodor van Nahl and fix by Pierce Lopez.
[Bug] Add newer key classes for Ed25519 and ECDSA to paramiko.__all__ so that code introspecting that attribute, or using from paramiko import * (such as some IDEs) sees them. Thanks to 
@patriksevallius for the patch.
[Bug] Fix a security flaw (CVE-2018-7750) in Paramiko?s server mode (emphasis on server mode; this does not impact client use!) where authentication status was not checked before processing 
channel-open and other requests typically only sent after authenticating. Big thanks to Matthijs Kooijman for the report.

diffstat:

 security/py-paramiko/Makefile |   4 ++--
 security/py-paramiko/PLIST    |   5 ++++-
 security/py-paramiko/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r ecdfac78a680 -r dbd9e33b86ef security/py-paramiko/Makefile
--- a/security/py-paramiko/Makefile     Tue Mar 13 18:32:23 2018 +0000
+++ b/security/py-paramiko/Makefile     Tue Mar 13 18:35:29 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2017/11/15 09:24:14 adam Exp $
+# $NetBSD: Makefile,v 1.32 2018/03/13 18:35:29 adam Exp $
 
-DISTNAME=      paramiko-2.4.0
+DISTNAME=      paramiko-2.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/paramiko/}
diff -r ecdfac78a680 -r dbd9e33b86ef security/py-paramiko/PLIST
--- a/security/py-paramiko/PLIST        Tue Mar 13 18:32:23 2018 +0000
+++ b/security/py-paramiko/PLIST        Tue Mar 13 18:35:29 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2017/10/12 12:42:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2018/03/13 18:35:29 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -19,6 +19,9 @@
 ${PYSITELIB}/paramiko/auth_handler.py
 ${PYSITELIB}/paramiko/auth_handler.pyc
 ${PYSITELIB}/paramiko/auth_handler.pyo
+${PYSITELIB}/paramiko/authenticator.py
+${PYSITELIB}/paramiko/authenticator.pyc
+${PYSITELIB}/paramiko/authenticator.pyo
 ${PYSITELIB}/paramiko/ber.py
 ${PYSITELIB}/paramiko/ber.pyc
 ${PYSITELIB}/paramiko/ber.pyo
diff -r ecdfac78a680 -r dbd9e33b86ef security/py-paramiko/distinfo
--- a/security/py-paramiko/distinfo     Tue Mar 13 18:32:23 2018 +0000
+++ b/security/py-paramiko/distinfo     Tue Mar 13 18:35:29 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2017/11/15 09:24:14 adam Exp $
+$NetBSD: distinfo,v 1.19 2018/03/13 18:35:29 adam Exp $
 
-SHA1 (paramiko-2.4.0.tar.gz) = 3456f941117c72f08609b52264877573394ef687
-RMD160 (paramiko-2.4.0.tar.gz) = 9e01fd112f25fc4d5c7f36a0866bbaa0ce7d1732
-SHA512 (paramiko-2.4.0.tar.gz) = 70395df3c5729e7665521451b8f48a0e04c514d109c982e33a64ac7b40a1f89d730104dcc9608cb02df46d1bdd92499ec785941bd09eb0ecfa866f2d2fd898f5
-Size (paramiko-2.4.0.tar.gz) = 1324783 bytes
+SHA1 (paramiko-2.4.1.tar.gz) = 2b35a8016e45ae96f949ba7a8c2d67fa41aa673e
+RMD160 (paramiko-2.4.1.tar.gz) = bb44b3ed135910faf5980b6421a4e3e2fae0d571
+SHA512 (paramiko-2.4.1.tar.gz) = c9ff6e3bd6d779e73e04158efa360d8d7e1dabe7f63fcda47765010d6fa501db6309879a9825bedb3968ea618fccfba8f4284c897713f5c9a22ebaa4170c1839
+Size (paramiko-2.4.1.tar.gz) = 1490565 bytes
 SHA1 (patch-paramiko_ssh__gss.py) = 836bfbd753d7543811f9d0319c6d61054dfefd5e



Home | Main Index | Thread Index | Old Index