summaryrefslogtreecommitdiff
path: root/security/py-paramiko/PLIST
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-09-21 11:04:16 +0000
committeradam <adam@pkgsrc.org>2018-09-21 11:04:16 +0000
commit0a9f66af27d07e002e826431b33b275f74fec6de (patch)
treed9ebba771af4cdd92372d879546d0abd661049c5 /security/py-paramiko/PLIST
parent3f496ae2d981a6e23127cdec525af20fd8ccac55 (diff)
downloadpkgsrc-0a9f66af27d07e002e826431b33b275f74fec6de.tar.gz
py-paramiko: updated to 2.4.2
2.4.2: Fix exploit (CVE pending) in Paramiko’s server mode (not client mode) where hostile clients could trick the server into thinking they were authenticated without actually submitting valid authentication. Specifically, steps have been taken to start separating client and server related message types in the message handling tables within Transport and AuthHandler; this work is not complete but enough has been performed to close off this particular exploit (which was the only obvious such exploit for this particular channel). Modify protocol message handling such that Transport does not respond to MSG_UNIMPLEMENTED with its own MSG_UNIMPLEMENTED. This behavior probably didn’t cause any outright errors, but it doesn’t seem to conform to the RFCs and could cause (non-infinite) feedback loops in some scenarios (usually those involving Paramiko on both ends). Add *.pub files to the MANIFEST so distributed source packages contain some necessary test assets. Credit: Alexander Kapshuna. Backport pytest support and application of the black code formatter (both of which previously only existed in the 2.4 branch and above) to everything 2.0 and newer. This makes back/forward porting bugfixes significantly easier. Backport changes from 979 (added in Paramiko 2.3) to Paramiko 2.0-2.2, using duck-typing to preserve backwards compatibility. This allows these older versions to use newer Cryptography sign/verify APIs when available, without requiring them (as is the case with Paramiko 2.3+).
Diffstat (limited to 'security/py-paramiko/PLIST')
-rw-r--r--security/py-paramiko/PLIST5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/py-paramiko/PLIST b/security/py-paramiko/PLIST
index d23497421cf..21d98afb7b0 100644
--- a/security/py-paramiko/PLIST
+++ b/security/py-paramiko/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2018/03/13 18:35:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2018/09/21 11:04:16 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -19,9 +19,6 @@ ${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