aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
Commit message (Collapse)AuthorAgeFilesLines
* Configurable keystrokes: Don't ignore first XML element in keystrokes.cfg ↵Mike Gabriel2014-05-071-2/+3
| | | | anymore. (Fixes: #488).
* Update 320_nxagent_configurable-keystrokes.full.patch: The keystrokes config ↵Mike Gabriel2014-05-071-9/+8
| | | | file's default name now is keystrokes.cfg (plural).
* Make sure, patch 056_nx-X11-Werror-format-security.full.patch gets included ↵Mike Gabriel2014-05-072-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-062-0/+15
| | | | if speed=ADSL.
* Add patch: 056_nx-X11-Werror-format-security.patch. Fix more ↵Mike Gabriel2014-03-292-0/+108
| | | | -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-282-0/+1091
| | | | imake on current Fedora rawhide (21) which uses the compiler option -Werror=format-security for all builds. (Fixes: #412).
* fix patch 054_nx-X11_ppc64-ftbfs.full.patchMike Gabriel2014-01-281-1/+1
|
* Add patch: 054_nx-X11_ppc64-ftbfs.full.patch. Fix FTBFS on ppc64 ↵Mike Gabriel2014-01-282-0/+15
| | | | architecture. (Fixes: #411).
* Improve patch: ↵Mike Gabriel2013-12-063-46/+43
| | | | 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-063-1/+41
| | | | | | | | | 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.
* Refresh patch: 600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch.Mike Gabriel2013-12-061-1/+1
|
* Add patch 605_nxcomp_Types.h-dont-use-STL-internals-on-libc++.full.patch. ↵Mike Gabriel2013-12-032-0/+53
| | | | 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-032-0/+16
| | | | recent (>= 2.5.0) libfreetype6 API.
* Add patch: 603_nx-X11_compilation_warnings.full.patch. Fix 3 evident bugs: ↵Mike Gabriel2013-09-302-0/+39
| | | | 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-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.