pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-paramiko/patches Added missing patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be5be8723ee6
branches:  trunk
changeset: 378075:be5be8723ee6
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Mar 29 15:35:32 2018 +0000

description:
Added missing patch

diffstat:

 security/py-paramiko/patches/patch-paramiko_ssh__gss.py |  16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diffs (20 lines):

diff -r 244f242970e2 -r be5be8723ee6 security/py-paramiko/patches/patch-paramiko_ssh__gss.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-paramiko/patches/patch-paramiko_ssh__gss.py   Thu Mar 29 15:35:32 2018 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-paramiko_ssh__gss.py,v 1.1 2018/03/29 15:35:32 adam Exp $
+
+Paramiko does not work with current py-gssapi.
+https://github.com/paramiko/paramiko/issues/1069
+
+--- paramiko/ssh_gss.py.orig   2017-10-30 11:10:54.000000000 +0000
++++ paramiko/ssh_gss.py
+@@ -50,7 +50,7 @@ from pyasn1.codec.der import encoder, de
+ _API = "MIT"
+ 
+ try:
+-    import gssapi
++    import gssapi_fails
+     GSS_EXCEPTIONS = (gssapi.GSSException,)
+ except (ImportError, OSError):
+     try:



Home | Main Index | Thread Index | Old Index