pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-paramiko
Module Name: pkgsrc
Committed By: adam
Date: Tue Mar 13 18:35:29 UTC 2018
Modified Files:
pkgsrc/security/py-paramiko: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/py-paramiko/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/py-paramiko/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/py-paramiko/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-paramiko/Makefile
diff -u pkgsrc/security/py-paramiko/Makefile:1.31 pkgsrc/security/py-paramiko/Makefile:1.32
--- pkgsrc/security/py-paramiko/Makefile:1.31 Wed Nov 15 09:24:14 2017
+++ pkgsrc/security/py-paramiko/Makefile Tue Mar 13 18:35:29 2018
@@ -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/}
Index: pkgsrc/security/py-paramiko/PLIST
diff -u pkgsrc/security/py-paramiko/PLIST:1.14 pkgsrc/security/py-paramiko/PLIST:1.15
--- pkgsrc/security/py-paramiko/PLIST:1.14 Thu Oct 12 12:42:26 2017
+++ pkgsrc/security/py-paramiko/PLIST Tue Mar 13 18:35:29 2018
@@ -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/agent.pyo
${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
Index: pkgsrc/security/py-paramiko/distinfo
diff -u pkgsrc/security/py-paramiko/distinfo:1.18 pkgsrc/security/py-paramiko/distinfo:1.19
--- pkgsrc/security/py-paramiko/distinfo:1.18 Wed Nov 15 09:24:14 2017
+++ pkgsrc/security/py-paramiko/distinfo Tue Mar 13 18:35:29 2018
@@ -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