aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
Commit message (Collapse)AuthorAgeFilesLines
...
* FHS path fix for SecurityPolicy file ↵Marcelo Boveto Shima2015-02-102-20/+0
| | | | | | | (102_xserver-xext_set-securitypolicy-path.full.patch). This patch is needed for Tarball installation mode of NX (redistributed) only, not reporting this path change to upstream.
* FHS path fix for rgb fileMarcelo Boveto Shima2015-02-102-20/+0
| | | | | | | This patch is needed on Debian only, not reporting this path addition to upstream. Patch was modified by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* Create Windows and fix drawing issues on Big Endian 64bit systems ↵Mihai Moldovan2015-02-102-71/+0
| | | | | | | | | | | | | | | | | | | (057_nx-X11_sanitize-eventmasks.full.patch). Multiple endiannes issues were setting incorrect event masks when creating and drawing X11 windows. This time, a smaller integer has been casted to a bigger one and passed to some function actually setting its value. This meant, that garbage from stack was attached to the smaller integer value, putting unknown memory into the lower bytes of the bigger integer. Fix this by creating a big, initialized temporary variable, let the function do its magic on that one and pass the value back to the smaller variable--and cross your fingers the smaller variable can hold it without overrunning. (The last bit is a design issue we can't really fix and has been around even before this patch.)
* Fix -Werror=format-security errors ↵Orion Poplawski2015-02-092-108/+0
| | | | | | | | (056_nx-X11_Werror-format-security.full.patch). The below patch fixes more -Werror=format-security errors. Interestingly, most of the errors only showed up on our arm builds. No idea why.
* Fix FTBFS when compiled with -Werror=format-security ↵Orion Poplawski2015-02-092-1091/+0
| | | | (055_nx-X11_imake-Werror-format-security.full.patch).
* Fix FTBFS on ppc64 architecture (054_nx-X11_ppc64-ftbfs.full.patch).Orion Poplawski2015-02-092-15/+0
|
* Avoid building libXcomp.so.1 (which is identical to libXcomp.so.3), ↵Orion Poplawski2015-02-092-33/+0
| | | | (053_nx-X11_no-xcomp1-install-target.full.patch).
* Fix nxauth location on Mac OS X 10 ↵Mihai Moldovan2015-02-092-42/+0
| | | | (052_nxcomp_macos10-nxauth-location.full+lite.patch)
* workaround for Mac OS X 10.5 (051_nxcomp_macos105-fdisset.full+lite.patch(Mihai Moldovan2015-02-092-83/+0
| | | | | | | | | | | The Mac OS X 10.5 SDK requires the second argument of FD_ISSET to be writeable, although it does only access the data. Given that we have a const pointer for a const struct, copy and pass that. . Note that this is merely a workaround for OS X 10.5, as 10.6 and later define the second argument of FD_ISSET as const struct const *foo, too. . It is safe, as data is accessed read-only by FD_ISSET, even on 10.5.
* Description: Enable parallel make (031_nx-X11_parallel-make.full.patch).Jan Engelhardt2015-02-092-201/+0
| | | | | | Restore ability to build things in parallel. (${MAKE} must always appear in the rule directly, and not be hidden through expansions of other variables to get this to work.)
* Allow to pass in configure args (030_nx-X11_configure-args.full.patch).Jan Engelhardt2015-02-092-52/+0
|
* Fix BIGENDIAN issue in nxcomp (relevant on PPC64 arch) ↵Mihai Moldovan2015-02-092-18/+0
| | | | (029_nxcomp_ppc64.full+lite.patch)
* Support abstract local sockets for Linux systems ↵Mike Gabriel2015-02-092-322/+0
| | | | | | (028_nx-X11_abstract-kernel-sockets.full.patch). Relevant code taken from xtrans 1.2.7 on 2014-06-11.
* Add X11 abstract socket support to nxcomp/nxproxy ↵Mike Gabriel2015-02-092-60/+0
| | | | (027_nxcomp_abstract-X11-socket.full+lite.patch).
* Honour compiler/linker option flags.Orion Poplawski2015-02-094-68/+0
| | | | | | 026_nxcompext_honour-optflags.full.patch 026_nxcomp_honour-optflags.full+lite.patch 026_nxcompshad_honour-optflags.full.patch
* Fix FTBFS against libjpeg9a ↵Gabriel Marcano2015-02-092-41/+0
| | | | (025_nxcomp-fix-ftbfs-against-jpeg9a.full+lite.patch).
* nxcomp*, nxproxy: Fix clean-up of source tree via Makefile.in templates.Mike Gabriel2015-02-093-72/+0
| | | | | 024_fix-make-clean.full.patch 024_fix-make-clean.full+lite.patch
* FHS adaptation for Debian packaging (016_nx-X11_install-location.full.patch).Mike Gabriel2015-02-092-155/+0
| | | | | | | | | From tarball, NX libraries and binaries are installed to /usr/local/lib/nx. . FIXME: The paths in this patch get superceded by current build logic in nx-libs.spec and debian/rules. This should be merged into the NX build logic finally.
* nxcomp*,nxproxy: Add clean rules to Makefile.in templates.Mike Gabriel2015-02-095-254/+0
|
* Work on man pages.Mike Gabriel2015-02-094-198/+0
| | | | | | 009_nxproxy_add-man-page.full+lite.patch 009_nxagent_add-man-page.full.patch 010_nxauth_fix-binary-name-in-man-page.full.patch
* sa_restorer vs. memset (008_nxcomp_sa-restorer.full+lite.patch).Mike Gabriel2015-02-092-47/+0
| | | | | | Use memset instead of setting sa_restorer to NULL. Original-Author: Alexander Morozov
* Remove .gch files during cleanup (007_nxcompshad_clean-gch-files.full.patch).Mike Gabriel2015-02-092-18/+0
| | | | | When building nxcompshad .gch files get created. On cleanup these should be removed.
* Fix building against libpng 1.5 (006_nxcomp_libpng15.full+lite.patch).Mike Gabriel2015-02-092-44/+0
| | | | | | | | | | | | | | | From the libpng homepage... The libpng 1.5.x series continues the evolution of the libpng API, finally hiding the contents of the venerable and hoary png_struct and png_info data structures inside private (i.e., non-installed) header files. Instead of direct struct-access, applications should be using the various png_get_xxx() and png_set_xxx() accessor functions, which have existed for almost as long as libpng itself. (Apps that compiled against libpng 1.4 without warnings about deprecated features should happily compile against 1.5, too. Patch origin: Fedora packagers of libXcomp3.
* Description: gcc43 fix (005_nxcomp_gcc43.full+lite.patch)Marcelo Boveto Shima2015-02-092-78/+0
| | | | Use builtin includes to build with gcc43.
* Description: Fix build on Debian (004_nx-X11_fix-nxcompshad-build.full.patch)Mike Gabriel2015-02-092-19/+0
| | | | | | By an unknown reason this patch currently is needed to build nx-X11, nxcomp, nxcompshad and nxcompext with dpkg-buildpackage and debuild.
* gcc43 fix (003_nxcompshad_gcc43.full.patch)Marcelo Boveto Shima2015-02-092-34/+0
| | | | Use builtin includes to build with gcc43.
* Build nxcompshad against nx-X11 ↵Mike Gabriel2015-02-092-40/+0
| | | | | | | | | (002_nxcompshad_build-against-nx-x11-only.full.patch). Make sure nxcompshad get built against nx-X11. . Furthermore /usr/X11R6/lib is an outdated path on current Debian systems.
* Provide README.NX-development file. Drop README.NX-redistribution file.Mike Gabriel2015-02-092-49/+0
|
* Revert "Add patch ↵Mike Gabriel2015-02-092-50/+0
| | | | | | | | | 700_nx-X11_mesa-initialize-server-support-correctly.full.patch. Initialize server_support array with correct size. Fix Mesa upstream bugzilla bug #7353. (Fixes: #776)." This reverts commit 4db6f0fdba904d00c1cfc3909b9b2c09655abf87. Reason: the file nx-X11/extras/Mesa/src/glx/x11/glxextensions.c is not used at build time and has been removed from the code base in NX 3.6.
* Add patch 700_nx-X11_mesa-initialize-server-support-correctly.full.patch. ↵Mike Gabriel2015-02-032-0/+50
| | | | Initialize server_support array with correct size. Fix Mesa upstream bugzilla bug #7353. (Fixes: #776).
* Update 991_fix-hr-typos.full.patch. Don't patch files that get removed by ↵Mike Gabriel2015-02-021-40/+0
| | | | the NX code reduction effort.
* Drop 604_nx-X11_recent-freetype-API.full.patch. Not used in current build ↵Mike Gabriel2015-02-022-16/+0
| | | | process.
* Update 600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch. Don't ↵Mike Gabriel2015-02-021-24/+0
| | | | patch files matter to the NX code reduction efforts.
* Update 031_nx-X11_parallel-make.full.patch. Don't patch .original files in ↵Mike Gabriel2015-02-021-28/+0
| | | | NX code tree.
* Drop patches: 017_nx-X11_update-autotools-helper-files.full.patch, ↵Mike Gabriel2015-02-024-24562/+0
| | | | 018_nx-X11_update-libtool-ltmain-script.full.patch, 019_nx-X11_expat-build-against-system-libxmltok.full.patch. They patch files that are not used at build time.
* Add Description: and Author: fields to various patch headers.Mike Gabriel2015-01-2814-1/+39
|
* Add 991_fix-hr-typos.full+lite.patch and 991_fix-hr-typos.full.patch. Fix ↵Mike Gabriel2015-01-283-0/+169
| | | | several typos in upstream code detected by lintian.
* more code reduction and adaptation of patch 600_....patchMike Gabriel2015-01-281-358/+0
|
* Update 600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch. Don't ↵Mike Gabriel2015-01-281-335/+0
| | | | patch files that get removed during code reduction.
* Extend 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch. Allow ↵Mike Gabriel2015-01-281-0/+48
| | | | separate .keyboard files for x2goagent and nxagent.
* Extend 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch. Let rgb file ↵Mike Gabriel2015-01-281-0/+23
| | | | shipped with x2goagent supersede rgb file shipped with nxagent. FIXME: a better approach would be to decide at runtime if to use /etc/x2go/rgb or /etc/nxagent/rgb.
* Modify 101_nxagent_set-rgb-path.full.patch. Allow configurable rgb files.Mike Gabriel2015-01-281-1/+1
|
* Fully rework the way nx-libs gets packaged for Debian/Ubuntu.Mike Gabriel2015-01-285-409/+50
| | | | | | | | | | | | * Debian/Ubuntu packaging: + Fully rework the way nx-libs gets packaged for Debian/Ubuntu. + Split up libnx-x11 into individual packages. + Provide dbg:packages for each bin:package containing binaries. + Use Makefile logic to install files into DESTDIR. + Provide dev:packages for each lib:package individually. + Provide nx-x11proto-*-dev packages for all libnx-* libraries. + Install _all_ library files (*.so*) to /usr/lib/<triplet>/, so no extra settings of LD_LIBRARY_PATH is necessary.
* Update 320_nxagent_configurable-keystrokes.full.patch. Fix patch header ↵Mike Gabriel2015-01-191-1/+1
| | | | referring to keystrokes.cfg (plural), not keystroke.cfg.
* Add 321_nxagent_x2go-specific-keystroke-config.full.patch. If nxagent is ↵Horst Schirmeier2015-01-192-0/+23
| | | | launched as x2goagent, use X2Go-specific paths for the keystrokes.cfg file. (Fixes: #744).
* Update 320_nxagent_configurable-keystrokes.full.patch. Fix a typo that ↵Mike Gabriel2015-01-131-1/+1
| | | | prevented the /etc/nxagent/keystrokes.cfg file to be parsed. (Fixes: #741).
* common: change X2go -> X2Go.Mihai Moldovan2015-01-091-2/+2
|
* DISABLED:401_nxcomp_bigrequests-and-genericevent-extensions.full+lite.patch.Mike Gabriel2014-12-031-1/+1
|
* Add 401_nxcomp_bigrequests-and-genericevent-extensions.full+lite.patch. ↵Paul Szabo2014-11-132-0/+1871
| | | | Enable support for the X11 big requests extension and the generic events extension.
* Revert "Add 401_nxcomp_big-requests.full+lite.patch. Support usage of the ↵Mike Gabriel2014-11-132-454/+0
| | | | | | BIG-REQUESTS X11 extension on the server-side. (See Debian bug #766299)." This reverts commit c69c2e2ea177fd9e369a6342640bdedda9a500d8.