Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
e474a3f3
Commit
e474a3f3
authored
Jun 27, 2014
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update changelog, update patches
parent
92a0f58e
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
13 deletions
+13
-13
changelog
debian/changelog
+4
-4
210_nxagent+nxcomp_save_session_state.full+lite.patch
...hes/210_nxagent+nxcomp_save_session_state.full+lite.patch
+3
-3
211_nxcomp_set_default_options.full+lite.patch
...an/patches/211_nxcomp_set_default_options.full+lite.patch
+2
-2
220_nxproxy_bind-loopback-only.full+lite.patch
...an/patches/220_nxproxy_bind-loopback-only.full+lite.patch
+1
-1
320_nxagent_configurable-keystrokes.full.patch
...an/patches/320_nxagent_configurable-keystrokes.full.patch
+2
-2
990_fix-DEBUG-and-TEST-builds.full.patch
debian/patches/990_fix-DEBUG-and-TEST-builds.full.patch
+1
-1
No files found.
debian/changelog
View file @
e474a3f3
...
...
@@ -41,6 +41,7 @@ nx-libs (2:3.5.0.25-0x2go1) UNRELEASED; urgency=low
+ 056_nx-X11-Werror-format-security.full.patch
+ 108_nxagent_wine-close-delay.full.patch
+ 300_nxagent_set-wm-class.full.patch
+ 320_nxagent_configurable-keystrokes.full.patch
* Rename patches to match our naming scheme:
+ 008_nxcomp_sa-restorer.full+lite.patch
...
...
@@ -55,10 +56,9 @@ nx-libs (2:3.5.0.25-0x2go1) UNRELEASED; urgency=low
specified by "state" option in agent options file. If option is omitted,
session state will not be saved. Session states are: STARTING, RUNNING,
SUSPENDING, SUSPENDED, RESUMING, TERMINATING, TERMINATED.
* Add 211_nxcomp_set_default_options.patch. Set default arguments for options
'link' and 'pack' to avoid session damage by resuming with incorrect options
file.
* Rename Patches 210 and 211. Update series file.
* Add 211_nxcomp_set_default_options.full+lite.patch. Set default arguments
for options 'link' and 'pack' to avoid session damage by resuming with
incorrect options file.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 07 May 2014 09:58:10 +0200
...
...
debian/patches/210_nxagent+nxcomp_save_session_state.full+lite.patch
View file @
e474a3f3
...
...
@@ -11,7 +11,7 @@ Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>
/*
* NX includes and definitions.
@@ -1
106,6 +1107
,11 @@
@@ -1
090,6 +1091
,11 @@
return;
}
...
...
@@ -23,7 +23,7 @@ Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>
else if (!strcmp(name, "fullscreen"))
{
if (nxagentReconnectTrap == True)
@@ -13
85,6 +1391
,11 @@
@@ -13
69,6 +1375
,11 @@
validateString(nxagentOptionFile));
#endif
...
...
@@ -176,7 +176,7 @@ Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>
DEALLOCATE_LOCAL(clientReady);
--- a/nxcomp/Loop.cpp
+++ b/nxcomp/Loop.cpp
@@ -88
98,7 +8898
,8 @@
@@ -88
72,7 +8872
,8 @@
}
else if (strcasecmp(name, "defer") == 0 ||
strcasecmp(name, "tile") == 0 ||
...
...
debian/patches/211_nxcomp_set_default_options.full+lite.patch
View file @
e474a3f3
...
...
@@ -3,7 +3,7 @@ Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>
--- a/nxcomp/Loop.cpp
+++ b/nxcomp/Loop.cpp
@@ -83
50,8 +8350
,8 @@
@@ -83
28,8 +8328
,8 @@
cerr << "Error" << ": Can't identify 'link' option in string '"
<< value << "'.\n";
...
...
@@ -14,7 +14,7 @@ Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>
}
}
else if (strcasecmp(name, "limit") == 0)
@@ -8
809,8 +8809
,8 @@
@@ -8
783,8 +8783
,8 @@
cerr << "Error" << ": Can't identify pack method for string '"
<< value << "'.\n";
...
...
debian/patches/220_nxproxy_bind-loopback-only.full+lite.patch
View file @
e474a3f3
...
...
@@ -69,7 +69,7 @@ Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
else if (strcasecmp(name, "accept") == 0)
{
if (*connectHost != '\0')
@@ -1377
3,7 +13799
,14 @@
@@ -1377
4,7 +13800
,14 @@
}
else
{
...
...
debian/patches/320_nxagent_configurable-keystrokes.full.patch
View file @
e474a3f3
...
...
@@ -990,7 +990,7 @@ Description: Make nxagent-specific keyboard bindings configurable
+deactivate_input_devices_grab
--- a/nx-X11/programs/Xserver/hw/nxagent/Args.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Args.c
@@ -14
8,6 +148
,8 @@
@@ -14
9,6 +149
,8 @@
char nxagentVerbose = 0;
...
...
@@ -999,7 +999,7 @@ Description: Make nxagent-specific keyboard bindings configurable
int ddxProcessArgument(int argc, char *argv[], int i)
{
/*
@@ -102
1,6 +1023
,20 @@
@@ -102
2,6 +1024
,20 @@
return 1;
}
...
...
debian/patches/990_fix-DEBUG-and-TEST-builds.full.patch
View file @
e474a3f3
...
...
@@ -47,7 +47,7 @@ Abstract:
fprintf(stderr, "nxagentTrapezoids: Destination is a [%s] of geometry [%d,%d].\n",
--- a/nx-X11/programs/Xserver/hw/nxagent/X/NXdispatch.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/X/NXdispatch.c
@@ -73
4,7 +734
,7 @@
@@ -73
5,7 +735
,7 @@
client->sequence++;
#ifdef DEBUG
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment