[76208] trunk/dports/net/openssh/files/patch-clientloop.c.diff

eborisch at macports.org eborisch at macports.org
Fri Feb 18 11:58:10 PST 2011


Revision: 76208
          http://trac.macports.org/changeset/76208
Author:   eborisch at macports.org
Date:     2011-02-18 11:58:10 -0800 (Fri, 18 Feb 2011)
Log Message:
-----------
openssh: Patchfile for disabling 'No xauth data' warnings. Not referenced in Portfile yet...

Added Paths:
-----------
    trunk/dports/net/openssh/files/patch-clientloop.c.diff

Added: trunk/dports/net/openssh/files/patch-clientloop.c.diff
===================================================================
--- trunk/dports/net/openssh/files/patch-clientloop.c.diff	                        (rev 0)
+++ trunk/dports/net/openssh/files/patch-clientloop.c.diff	2011-02-18 19:58:10 UTC (rev 76208)
@@ -0,0 +1,13 @@
+--- clientloop.c.orig	2011-02-18 13:18:36.000000000 -0600
++++ clientloop.c	2011-02-18 13:19:11.000000000 -0600
+@@ -391,8 +391,10 @@
+ 	if (!got_data) {
+ 		u_int32_t rnd = 0;
+ 
++    /*
+ 		logit("Warning: No xauth data; "
+ 		    "using fake authentication data for X11 forwarding.");
++    */
+ 		strlcpy(proto, SSH_X11_PROTO, sizeof proto);
+ 		for (i = 0; i < 16; i++) {
+ 			if (i % 4 == 0)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110218/86be1209/attachment.html>


More information about the macports-changes mailing list