Commit 5a07d00e authored by Mike Gabriel's avatar Mike Gabriel

Make 220_nxproxy-bind-loopback-only.full+lite.patch cleanly apply after having…

Make 220_nxproxy-bind-loopback-only.full+lite.patch cleanly apply after having added 027_nxcomp_abstract-X11-socket.patch.
parent 57fb5bb5
...@@ -6,6 +6,8 @@ nx-libs (2:3.5.0.25-0x2go1) UNRELEASED; urgency=low ...@@ -6,6 +6,8 @@ nx-libs (2:3.5.0.25-0x2go1) UNRELEASED; urgency=low
NX proxy attempt connecting to the abstract X11 socket first, and only NX proxy attempt connecting to the abstract X11 socket first, and only
fallback to the file system socket, if the abstract socket is not fallback to the file system socket, if the abstract socket is not
available. (Fixes: #505). available. (Fixes: #505).
* Make 220_nxproxy-bind-loopback-only.full+lite.patch cleanly apply after
having added 027_nxcomp_abstract-X11-socket.patch.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 07 May 2014 09:58:10 +0200 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 07 May 2014 09:58:10 +0200
......
...@@ -26,7 +26,7 @@ Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> ...@@ -26,7 +26,7 @@ Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
if (bind(tcpFD, (sockaddr *) &tcpAddr, sizeof(tcpAddr)) == -1) if (bind(tcpFD, (sockaddr *) &tcpAddr, sizeof(tcpAddr)) == -1)
{ {
@@ -4512,7 +4520,14 @@ @@ -4550,7 +4558,14 @@
tcpAddr.sin_family = AF_INET; tcpAddr.sin_family = AF_INET;
tcpAddr.sin_port = htons(portTCP); tcpAddr.sin_port = htons(portTCP);
...@@ -42,7 +42,7 @@ Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> ...@@ -42,7 +42,7 @@ Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
if (bind(newFD, (sockaddr *) &tcpAddr, sizeof(tcpAddr)) == -1) if (bind(newFD, (sockaddr *) &tcpAddr, sizeof(tcpAddr)) == -1)
{ {
@@ -6680,7 +6695,14 @@ @@ -6718,7 +6733,14 @@
#ifdef __APPLE__ #ifdef __APPLE__
...@@ -58,7 +58,7 @@ Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> ...@@ -58,7 +58,7 @@ Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
#else #else
@@ -8359,6 +8381,10 @@ @@ -8397,6 +8419,10 @@
listenPort = ValidateArg("local", name, value); listenPort = ValidateArg("local", name, value);
} }
...@@ -69,7 +69,7 @@ Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> ...@@ -69,7 +69,7 @@ Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
else if (strcasecmp(name, "accept") == 0) else if (strcasecmp(name, "accept") == 0)
{ {
if (*connectHost != '\0') if (*connectHost != '\0')
@@ -13735,7 +13761,14 @@ @@ -13773,7 +13799,14 @@
} }
else else
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment