diff options
author | adam <adam@pkgsrc.org> | 2018-03-13 18:35:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-03-13 18:35:29 +0000 |
commit | 5dcde8730f4c310bc01cbf982c65f85942f9f8b4 (patch) | |
tree | 92baa3786c081d43120432de73aeaecd1901eb4d /security | |
parent | 51a4460c0037eaaa83602db79b761a7fbbb34ba3 (diff) | |
download | pkgsrc-5dcde8730f4c310bc01cbf982c65f85942f9f8b4.tar.gz |
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 (limited to 'security')
-rw-r--r-- | security/py-paramiko/Makefile | 4 | ||||
-rw-r--r-- | security/py-paramiko/PLIST | 5 | ||||
-rw-r--r-- | security/py-paramiko/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile index 0c7b610391e..44218431e46 100644 --- a/security/py-paramiko/Makefile +++ b/security/py-paramiko/Makefile @@ -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 --git a/security/py-paramiko/PLIST b/security/py-paramiko/PLIST index dec50d61236..d23497421cf 100644 --- a/security/py-paramiko/PLIST +++ b/security/py-paramiko/PLIST @@ -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 diff --git a/security/py-paramiko/distinfo b/security/py-paramiko/distinfo index 9e5b8840cf5..d1e6106dbef 100644 --- a/security/py-paramiko/distinfo +++ b/security/py-paramiko/distinfo @@ -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 |