Commit eca0ee98 authored by Mike Gabriel's avatar Mike Gabriel

Update patches, to make them apply cleanly after above changes:

+ 056_nx-X11-Werror-format-security.full.patch + 108_nxagent_wine-close-delay.full.patch + 300_nxagent_set-wm-class.full.patch
parent 8be0a047
...@@ -23,9 +23,6 @@ nx-libs (2:3.5.0.25-0x2go1) UNRELEASED; urgency=low ...@@ -23,9 +23,6 @@ nx-libs (2:3.5.0.25-0x2go1) UNRELEASED; urgency=low
let NX proxy attempt connecting to the abstract X11 socket first, and only let 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.full+lite.patch.
* Make 016_nx-X11_install-location.debian.patch cleanly apply again.
* Add 028_nx-X11_abstract-kernel-sockets.full.patch. Provide abstract local * Add 028_nx-X11_abstract-kernel-sockets.full.patch. Provide abstract local
socket support for Linux based systems. This patch pulls in abstract socket support for Linux based systems. This patch pulls in abstract
socket relevant code from xtrans 1.2.7. (Fixes: #504). socket relevant code from xtrans 1.2.7. (Fixes: #504).
...@@ -33,6 +30,13 @@ nx-libs (2:3.5.0.25-0x2go1) UNRELEASED; urgency=low ...@@ -33,6 +30,13 @@ nx-libs (2:3.5.0.25-0x2go1) UNRELEASED; urgency=low
test for xkb/rules/base instead of testing for deprecated file test for xkb/rules/base instead of testing for deprecated file
xkb/keymap.dir. (Fixes: #40). xkb/keymap.dir. (Fixes: #40).
* Update patches, to make them apply cleanly after above changes:
+ 220_nxproxy-bind-loopback-only.full+lite.patch
+ 016_nx-X11_install-location.debian.patch
+ 056_nx-X11-Werror-format-security.full.patch
+ 108_nxagent_wine-close-delay.full.patch
+ 300_nxagent_set-wm-class.full.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
nx-libs (2:3.5.0.24-0x2go1) unstable; urgency=low nx-libs (2:3.5.0.24-0x2go1) unstable; urgency=low
......
...@@ -6,7 +6,7 @@ Abstract: ...@@ -6,7 +6,7 @@ Abstract:
idea why. idea why.
--- a/nx-X11/lib/xtrans/Xtransint.h --- a/nx-X11/lib/xtrans/Xtransint.h
+++ b/nx-X11/lib/xtrans/Xtransint.h +++ b/nx-X11/lib/xtrans/Xtransint.h
@@ -443,7 +443,7 @@ @@ -444,7 +444,7 @@
int hack= 0, saveerrno=errno; \ int hack= 0, saveerrno=errno; \
struct timeval tp;\ struct timeval tp;\
gettimeofday(&tp,0); \ gettimeofday(&tp,0); \
...@@ -15,7 +15,7 @@ Abstract: ...@@ -15,7 +15,7 @@ Abstract:
ErrorF(x+hack,a,b,c); \ ErrorF(x+hack,a,b,c); \
ErrorF("timestamp (ms): %d\n",tp.tv_sec*1000+tp.tv_usec/1000); \ ErrorF("timestamp (ms): %d\n",tp.tv_sec*1000+tp.tv_usec/1000); \
errno=saveerrno; \ errno=saveerrno; \
@@ -453,7 +453,7 @@ @@ -454,7 +454,7 @@
int hack= 0, saveerrno=errno; \ int hack= 0, saveerrno=errno; \
struct timeval tp;\ struct timeval tp;\
gettimeofday(&tp,0); \ gettimeofday(&tp,0); \
...@@ -24,7 +24,7 @@ Abstract: ...@@ -24,7 +24,7 @@ Abstract:
fprintf(stderr, x+hack,a,b,c); fflush(stderr); \ fprintf(stderr, x+hack,a,b,c); fflush(stderr); \
fprintf(stderr, "timestamp (ms): %d\n",tp.tv_sec*1000+tp.tv_usec/1000); \ fprintf(stderr, "timestamp (ms): %d\n",tp.tv_sec*1000+tp.tv_usec/1000); \
fflush(stderr); \ fflush(stderr); \
@@ -465,14 +465,14 @@ @@ -466,14 +466,14 @@
/* Use ErrorF() for the X server */ /* Use ErrorF() for the X server */
#define PRMSG(lvl,x,a,b,c) if (lvl <= XTRANSDEBUG){ \ #define PRMSG(lvl,x,a,b,c) if (lvl <= XTRANSDEBUG){ \
int hack= 0, saveerrno=errno; \ int hack= 0, saveerrno=errno; \
......
...@@ -22,7 +22,7 @@ Last-Update: 2011-12-31 ...@@ -22,7 +22,7 @@ Last-Update: 2011-12-31
/* /*
* This is currently unused. * This is currently unused.
*/ */
@@ -1858,6 +1866,17 @@ @@ -1861,6 +1869,17 @@
nxagentAddConfiguredWindow(pWin, CWStackingOrder); nxagentAddConfiguredWindow(pWin, CWStackingOrder);
nxagentAddConfiguredWindow(pWin, CW_Shape); nxagentAddConfiguredWindow(pWin, CW_Shape);
...@@ -40,7 +40,7 @@ Last-Update: 2011-12-31 ...@@ -40,7 +40,7 @@ Last-Update: 2011-12-31
#ifdef SHAPE #ifdef SHAPE
/* /*
@@ -1904,6 +1923,17 @@ @@ -1907,6 +1926,17 @@
return True; return True;
} }
......
...@@ -15,7 +15,7 @@ Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> ...@@ -15,7 +15,7 @@ Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>
Last-Update: 2012-01-11 Last-Update: 2012-01-11
--- a/nx-X11/programs/Xserver/hw/nxagent/Screen.c --- a/nx-X11/programs/Xserver/hw/nxagent/Screen.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Screen.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Screen.c
@@ -1759,6 +1759,42 @@ @@ -1762,6 +1762,42 @@
nxagentDefaultWindows[pScreen->myNum]); nxagentDefaultWindows[pScreen->myNum]);
#endif #endif
......
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