aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/series
Commit message (Collapse)AuthorAgeFilesLines
* Add 212_nxcomp_build-on-Android.patch. Fix FTBFS of nxproxy/nxcomp when ↵Mike Gabriel2014-06-291-0/+1
| | | | build against the Android system. (Fixes: #339).
* Rename Patches 210 and 211. Update series file.Oleksandr Shneyder2014-06-271-2/+2
|
* Add 206_nxagent_clipboard-as-nxoption.full.patch. Make the clipboard option ↵Mike Gabriel2014-06-271-0/+1
| | | | configurable in nxagent via NX options as addition to the command line parameter -clipboard. Note that the command line parameter overrides the clipboard NX option. Possible values are both or 1, client, server, none or 0.
* Add 211_nxcomp_set_default_options.patch. Set default arguments for options ↵Oleksandr Shneyder2014-06-251-0/+1
| | | | 'link' and 'pack' to avoid session damage by resuming with incorrect options file.
* Add 210_nxagent_nxcomp_save_session_state.patch. Save session state in path ↵Oleksandr Shneyder2014-06-251-0/+1
| | | | 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.
* Revert "Add 210_nxagent_nxcomp_save_session_state.patch. Save session state ↵Oleksandr Shneyder2014-06-251-1/+0
| | | | | | in path 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." This reverts commit fcd9b71bc912fa0d56b935fe0f3c06bec25d1124.
* Add 210_nxagent_nxcomp_save_session_state.patch. Save session state in path ↵Oleksandr Shneyder2014-06-251-0/+1
| | | | 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.
* Rename patches to match our naming scheme:Mike Gabriel2014-06-221-6/+6
| | | | | | | | | + 008_nxcomp_sa-restorer.full+lite.patch + 009_nxagent_add-man-page.full.patch + 009_nxproxy_add-man-page.full+lite.patch + 056_nx-X11_Werror-format-security.full.patch + 209_x2goagent_add-man-page.full.patch + 220_nxproxy_bind-loopback-only.full+lite.patch
* renmae patch 057Mike Gabriel2014-06-221-1/+1
|
* Add 990_fix-DEBUG-and-TEST-builds.full.patch. Fix debug builds (e.g. when ↵Mihai Moldovan2014-06-211-0/+1
| | | | globally setting -DDEBUG and -DTEST at build time).
* Add 057_nx-X11-bigendian-ppc64-no-session-window.patch. Fix failures in ↵Mihai Moldovan2014-06-211-0/+1
| | | | session windows coming up on Big Endian systems like PPC64. (Fixes: #516).
* Add 029_nxcomp_ppc64.full+lite.patch. Fix sockaddr handling on Big Endian ↵Mike Gabriel2014-06-151-0/+1
| | | | systems (like PPC64). (Fixes: #515).
* Add 302_nx-X11_xkbbasedir-detection.patch. For detecting XkbBaseDir test for ↵Mike Gabriel2014-06-131-0/+1
| | | | xkb/rules/base instead of testing for deprecated file xkb/keymap.dir. (Fixes: #40).
* Add 028_nx-X11_abstract-kernel-sockets.full.patch. Provide abstract local ↵Mike Gabriel2014-06-111-0/+1
| | | | socket support for Linux based systems. This patch pulls in abstract socket relevant code from xtrans 1.2.7.
* fix patch nameMike Gabriel2014-06-111-1/+1
|
* Add 027_nxcomp_abstract-X11-socket.patch. In proxy mode server let NX proxy ↵Mike Gabriel2014-06-111-0/+1
| | | | attempt connecting to the abstract X11 socket first, and only fallback to the file system socket, if the abstract socket is not available. (Fixes: #505).
* Add 606_nx-X11_build-on-aarch64.full.patch. Build on aarch64 architectures. ↵Mike Gabriel2014-05-091-0/+1
| | | | (Fixes: #490).
* Make sure, patch 056_nx-X11-Werror-format-security.full.patch gets included ↵Mike Gabriel2014-05-071-1/+1
| | | | into rolled tarball (by renaming *.patch to *.full.patch).
* Clean debian/patches/series: Remove commented out patches.Mike Gabriel2014-05-071-1/+0
|
* nxagent: add patch to fix refresh error on RDP connections to Windows 2012 ↵Oleksandr Shneyder2014-05-061-0/+1
| | | | if speed=ADSL.
* Add patch: 056_nx-X11-Werror-format-security.patch. Fix more ↵Mike Gabriel2014-03-291-0/+1
| | | | -Werror=format-security errors that only show up on ARM builds. (Fixes: #423).
* Add patch: 055_nx-X11_imake-Werror-format-security.full.patch. Fix FTBFS of ↵Mike Gabriel2014-01-281-0/+1
| | | | imake on current Fedora rawhide (21) which uses the compiler option -Werror=format-security for all builds. (Fixes: #412).
* Add patch: 054_nx-X11_ppc64-ftbfs.full.patch. Fix FTBFS on ppc64 ↵Mike Gabriel2014-01-281-0/+1
| | | | architecture. (Fixes: #411).
* Improve patch: ↵Mike Gabriel2013-12-061-1/+1
| | | | 601_nx-X11_build-option-changes-to-not-use-bundled-libraries.full.patch. Improvements taken from the current Fedora package. Thanks to Orion Paplowski!!! Also adapt roll-tarball.sh do dropping more bundled libraries.
* Add patch: 302_nx-X11_do-not-build-bundled-libs.full.patch. Rename patch: ↵Mike Gabriel2013-12-061-1/+2
| | | | | | | | | 302_nxagent_configurable-keystrokes.full.patch. * Add patch: 302_nx-X11_do-not-build-bundled-libs.full.patch. Taken from Fedora. Do not build bundled libraries, rather use system libraries instead. * Rename patch: 302_nxagent_configurable-keystrokes.full.patch to 320_nxagent_configurable-keystrokes.full.patch.
* Add patch 605_nxcomp_Types.h-dont-use-STL-internals-on-libc++.full.patch. ↵Mike Gabriel2013-12-031-0/+1
| | | | Fix FTBFS of nx-libs-lite on Mac OS X Mavericks. (Fixes: #337).
* Add patch 604_nx-X11_recent-freetype-API.full.patch. Fix FTBFS against ↵Mike Gabriel2013-12-031-0/+1
| | | | recent (>= 2.5.0) libfreetype6 API.
* Add patch: 603_nx-X11_compilation_warnings.full.patch. Fix 3 evident bugs: ↵Mike Gabriel2013-09-301-0/+1
| | | | one implicit function declaration issue and two array index out of bounds issues. (Fixes: #314).
* Add patch: 602_nx-X11_initgroups.full.patch. Fix calling setuid and setgid ↵Mike Gabriel2013-08-291-0/+1
| | | | without setgroups or initgroups. There is a high probability this means it didn't relinquish all groups, and this would be a potential security issue to be fixed. Seek POS36-C on the web for details about the problem. (Fixes: #293).
* fix underscore in name of patch 601_...Mike Gabriel2013-08-291-1/+1
|
* Change build options so that bundled libraries are not used anymore at build ↵Orion Poplawski2013-07-191-0/+1
| | | | time. Remove bundled libraries from rolled tarballs, as well. (Fixes: #116, #238).
* Avoid building of libxcomp1 (which actually is identical to libxcomp3, just ↵Orion Poplawski2013-02-121-0/+1
| | | | with a wrong name). (Fixes: #104).
* integrate nx*/x2go* shell wrappers into debian/wrappersReinhard Tartler2012-12-161-4/+0
| | | | | No longer add them as quilt patch, as they are much easier to edit this way. This, of course, requires adjustments to the roll-tarballs.sh script
* drop debian/patches/025_nxproxy_no-configure-file.full+lite.patchReinhard Tartler2012-12-121-1/+0
| | | | | instead, clean stale configure files programatically from the clean rule in debian/rules.
* drop debian/patches/001_add-main-makefile.full+lite.patchReinhard Tartler2012-12-121-1/+0
| | | | | Instead, place the makefile into debian/Makefile.nx-libs. This makes the makefile easier to edit.
* Add patches: 026_nxcomp*_honour-optflags.full*.patch. (Closes upstream issue ↵Orion Poplawski2012-12-121-0/+3
| | | | #84).
* Add patch: 302_nxagent_configurable-keystrokes.full.patch, replaces the... ↵Mike Gabriel2012-12-041-1/+1
| | | | | | (fixing patch application, fixing up follow-up patches, cleaning up patch-system).
* Add patch: 210_nxagent_configurable-keystrokes.full.patch, replaces the ↵Alexander Wuerstlein2012-12-041-0/+1
| | | | hardcoded nxagent keybindings by a configurable table of keybindings.
* Add patch: 025_nxproxy_no-configure-file.full+lite.patch. Remove unneeded ↵Mike Gabriel2012-10-201-0/+1
| | | | build file from NoMachine's nxproxy sources.
* Add patches: 024_fix-make-clean.full.patch, ↵Mike Gabriel2012-10-201-0/+2
| | | | 024_fix-make-clean.full+lite.patch. Fix clean-up of build tree after make build has run.
* Drop patch 032, fix other patches so that installation via make install ↵Mike Gabriel2012-10-191-2/+0
| | | | installs NX components to /usr/local/lib/nx and /usr/local/include/nx.
* Modify patch: 032_no-x11r6.full.patch. Install nx-X11 to /usr/local/lib/nx. ↵Mike Gabriel2012-10-051-0/+1
| | | | Add patch: 032_no-x11r6.debian.patch. Use /usr/lib/nx for nx-X11 on Debian.
* Fix patch file names concerning component nx-X11.Mike Gabriel2012-10-051-6/+6
|
* fix patch nameMike Gabriel2012-09-201-1/+1
|
* Add patch: 204-nxagent_repaint-solidpict.full.patch. Fixes repainting of ↵Oleksandr Shneyder2012-09-201-0/+1
| | | | SolidFill pictures by nxagent/x2goagent on reconnects.
* Add patch: 220_nxproxy-bind-loopback-only.full+lite.patch, adds loopback ↵Mike Gabriel2012-09-171-1/+1
| | | | option to nxproxy options and forces nxproxy to bind to loopback devices only.
* Add patch: 220_nxproxy-bind-loopback-only.patch, adds loopback option to ↵Mike Gabriel2012-09-171-0/+1
| | | | nxproxy options and forces nxproxy to bind to loopback devices only.
* Drop patch: 109_nxagent_locale-utf8-compound-text.patch, the patch causes Qt ↵Mike Gabriel2012-06-281-1/+0
| | | | applications to be rendered without window decorations when running in rootless window mode.
* Add patch: 052_nxcomp_macos10-nxauth-location.full+lite.patch, change nxauth ↵Mike Gabriel2012-06-041-0/+1
| | | | search location on Mac OS X to $NX_SYSTEM/nxauth to facilitate application bundle building.
* New upstream release of nxagent (3.5.0-9).Mike Gabriel2012-05-221-1/+0
| | | | | | | * New upstream release of nxagent (3.5.0-9). * Adapt patch series (all hunks succeeded automatically). * Drop patch: 120_nxagent_libcairo-null-source-drawables.full.patch, the issue has been fixed by NoMachine (TR05J02703).