aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
Commit message (Collapse)AuthorAgeFilesLines
* Add patch: 602_nx-X11_initgroups.full.patch. Fix calling setuid and setgid ↵Mike Gabriel2013-08-292-0/+68
| | | | 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-292-1/+1
|
* Change build options so that bundled libraries are not used anymore at build ↵Orion Poplawski2013-07-192-0/+64
| | | | time. Remove bundled libraries from rolled tarballs, as well. (Fixes: #116, #238).
* For vanilla nxagent move keystrokes.cfg from /etc/nx to /etc/nxagent.Mike Gabriel2013-05-071-4/+4
|
* Avoid building of libxcomp1 (which actually is identical to libxcomp3, just ↵Orion Poplawski2013-02-122-0/+30
| | | | with a wrong name). (Fixes: #104).
* Continue Reinhard's work on top-level install/uninstall. Esp. integrate ↵Mike Gabriel2013-01-021-2/+2
| | | | debian/post-nx-build.sh into main Makefile. Make value of CONFIGURE variable traversable through the Makefile tree.
* integrate nx*/x2go* shell wrappers into debian/wrappersReinhard Tartler2012-12-165-147/+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
* update 031_nx-X11_parallel-make.full.patch.Reinhard Tartler2012-12-151-16/+24
| | | | | Add an explicit dependency from the NX libX11.so to the nxcomp libraries. Unbreaks parallel builds.
* fix installation of libxcompextReinhard Tartler2012-12-131-1/+1
| | | | | | the symlink libXcompext.so.3 was not installed correctly. Spotted by Orion Poplawski orion@cora.nwra.com
* drop debian/patches/025_nxproxy_no-configure-file.full+lite.patchReinhard Tartler2012-12-122-5638/+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-122-94/+0
| | | | | Instead, place the makefile into debian/Makefile.nx-libs. This makes the makefile easier to edit.
* add (forgotten) files belong to last commitMike Gabriel2012-12-123-0/+65
|
* Add patches: 026_nxcomp*_honour-optflags.full*.patch. (Closes upstream issue ↵Orion Poplawski2012-12-121-0/+3
| | | | #84).
* Follow-up commit for 302_nxagent_configurable-keystrokes.full.patch, fixes ↵Alexander Wuerstlein2012-12-061-0/+42
| | | | FTBFS problem with the first version of that patch.
* whitespace fixMike Gabriel2012-12-041-2/+1
|
* re-add renamed patch fileMike Gabriel2012-12-041-0/+989
|
* Add patch: 302_nxagent_configurable-keystrokes.full.patch, replaces the... ↵Mike Gabriel2012-12-043-1338/+171
| | | | | | (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-042-0/+964
| | | | hardcoded nxagent keybindings by a configurable table of keybindings.
* Fix /bin/Makefile. Add $(DESTDIR) to every install path.Mike Gabriel2012-11-121-9/+11
|
* Modify patch: 001_add-main-makefile.full+lite.patch. Add uninstall routine.Mike Gabriel2012-10-201-2/+21
|
* Fix wrapper scripts: make sure all NX executables can be launched if NX gets ↵Mike Gabriel2012-10-205-17/+39
| | | | installed via the tarball installation method.
* Modify patch: 001_add-main-makefile.full+lite.patch. Install nx* and ↵Mike Gabriel2012-10-201-1/+20
| | | | x2goagent wrapper scripts during make install.
* Add patch: 025_nxproxy_no-configure-file.full+lite.patch. Remove unneeded ↵Mike Gabriel2012-10-202-0/+5638
| | | | build file from NoMachine's nxproxy sources.
* Add patches: 024_fix-make-clean.full.patch, ↵Mike Gabriel2012-10-204-6/+80
| | | | 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-198-41/+126
| | | | 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-053-1/+13
| | | | 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-057-6/+6
|
* fix patch nameMike Gabriel2012-09-202-1/+1
|
* Add patch: 204-nxagent_repaint-solidpict.full.patch. Fixes repainting of ↵Oleksandr Shneyder2012-09-202-0/+54
| | | | SolidFill pictures by nxagent/x2goagent on reconnects.
* Add patch: 220_nxproxy-bind-loopback-only.full+lite.patch, adds loopback ↵Mike Gabriel2012-09-172-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-172-0/+131
| | | | nxproxy options and forces nxproxy to bind to loopback devices only.
* Make sure the NX_TEMP envvar gets set in all wrapper script for all nx* ↵Mike Gabriel2012-09-044-4/+12
| | | | executables
* Refresh patch 200_nxagent_check-binary-x2go-flavour.full.patchMike Gabriel2012-09-041-2/+2
|
* Improve 020_add-nxagent-wrapper.full.patch: Properly set NX_TEMP, make sure ↵Mike Gabriel2012-06-281-2/+7
| | | | nxagent launches even with pam_tmpdir.so being in use.
* debian/changelogMike Gabriel2012-06-281-2/+7
| | | | Improve 023_add-x2goagent-wrapper.full.patch: Properly set NX_TEMP, make sure x2goagent launches even with pam_tmpdir.so being in use.
* Drop patch: 109_nxagent_locale-utf8-compound-text.patch, the patch causes Qt ↵Mike Gabriel2012-06-282-117/+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-042-0/+39
| | | | 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-228-215/+20
| | | | | | | * 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).
* add patch header for 120_nxagent_libcairo-null-source-drawables.full.patchMike Gabriel2012-05-111-0/+63
|
* Add patch: 120_nxagent_libcairo-null-source-drawables.full.patch, solves ↵Mike Gabriel2012-05-112-0/+131
| | | | crashes of GTK applications based on libcairo 1.12.1+.
* Update patch: 005_nxcomp_gcc43.full+lite.patch, fix faulty path to ↵Mihai Moldovan2012-03-011-10/+10
| | | | nxcomp/Split.cpp.
* Pass address of fd_set structs on the stack to the FD_ISSET macro/function, ↵Mike Gabriel2012-03-011-6/+6
| | | | instead of the struct itself.
* Add patch: 051_nxcomp_macos105-fdisset.full+lite.patch, work around issue in ↵Mihai Moldovan2012-02-292-0/+83
| | | | Mac OS X 10.5 SDK.
* Create patch: 203_nxagent_disable-rootless-exit.full.patchOleksandr Shneyder2012-02-282-0/+61
|
* Update patch: 001_add-main-makefile.full+lite.patch, adapt patch from ↵Mike Gabriel2012-02-221-5/+5
| | | | packaging. Test for Makefiles in subfolders before calling them. Fixes build failure during ,,make distclean'' calls.
* another last patch with .diff suffixMike Gabriel2012-02-162-1/+1
|
* Fix faulty patch name suffix (has to be .patch, not .diff).Mike Gabriel2012-02-163-2/+2
|
* Apply patches for the Debian package as the last patches in the series.Mike Gabriel2012-02-161-3/+2
|
* Update patches: 012_nxcomp..., 013_nxcompext_..., 014_nxcompshad_.... Also ↵Mike Gabriel2012-02-153-7/+9
| | | | make use of $(LIBFULL) in Makefile.in's install and uninstall stanzas. Inspired by Jan Engelhardt's so-version.diff patch. However, the version name change requested in that patch has been rejected for NX (redistributed).
* Add patch 600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch, use ↵Jan Engelhardt2012-02-152-0/+2385
| | | | unique library names for nx-X11 based X11 libraries.