pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-paramiko/patches



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar 29 15:35:32 UTC 2018

Added Files:
        pkgsrc/security/py-paramiko/patches: patch-paramiko_ssh__gss.py

Log Message:
Added missing patch


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/security/py-paramiko/patches/patch-paramiko_ssh__gss.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/py-paramiko/patches/patch-paramiko_ssh__gss.py
diff -u /dev/null pkgsrc/security/py-paramiko/patches/patch-paramiko_ssh__gss.py:1.1
--- /dev/null   Thu Mar 29 15:35:32 2018
+++ pkgsrc/security/py-paramiko/patches/patch-paramiko_ssh__gss.py      Thu Mar 29 15:35:32 2018
@@ -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