aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * fix long-line in changelogMike Gabriel2015-02-091-1/+2
| |
| * Drop not-used-anymore NX source tree clean-up code. Source tree has been ↵Mike Gabriel2015-02-092-55/+0
| | | | | | | | cleaned up natively.
| * Revert "Add patch ↵Mike Gabriel2015-02-093-55/+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-033-0/+55
| | | | | | | | 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.
| * empty CODE-REDUCTION_* files (maybe usable later for futher code reduction ↵Mike Gabriel2015-02-026-1004/+0
| | | | | | | | efforts
* | debian/x2goagent.options: reenable XFIXES extension.Mihai Moldovan2017-12-132-5/+3
| | | | | | | | | | The initial problem that required this workaround has been fixed a long time ago.
* | nx-libs.spec: fix SHLIBSGLOBALSFLAGS => SHLIBGLOBALSFLAGS typo spotted by ↵Mihai Moldovan2017-11-101-1/+4
| | | | | | | | Orion Poplawski.
* | Continue developmentX2Go Release Manager2017-11-082-1/+7
| |
* | Mid-release fixup: split up ↵X2Go Release Manager2017-11-084-58/+113
| | | | | | | | | | | | | | | | | | debian/patches/1500_all_propagate-optflags-to-subcompone.full+lite.patch. Put server changes into debian/patches/1500_all_propagate-optflags-to-subcompone.full.patch and keep client changes local to debian/patches/1510_all_propagate-optflags-to-subcompone.full+lite.patch.
* | Mid-release fixup: rename ↵X2Go Release Manager2017-11-083-1/+6
| | | | | | | | debian/patches/1400_nx-X11_Render.c-Improve-situation-fo.full+lite.patch to debian/patches/1400_nx-X11_Render.c-Improve-situation-fo.full.patch.
* | release 3.5.0.33X2Go Release Manager2017-11-081-2/+2
| |
* | nxcomp: Hardcode X11 and (legacy/xfs) font UNIX paths.Mihai Moldovan2017-11-043-0/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: ArcticaProject/nx-libs#536 Allowing overrides via NX_TEMP and TEMP breaks system using pam_tmpdir.so and most server infrastructure expects the location to be fixed anyway. Backported from Arctica GH 3.6.x branch. v2: backport to nx-libs 3.5.0.x (Mihai Moldovan) Adds: - debian/patches/1610_nxcomp-harcode-some-UNIX-socket-path.full+lite.patch
* | nxcomp: Handle launchd sockets in DISPLAY variable correctly when fetching X ↵Mihai Moldovan2017-11-043-0/+67
| | | | | | | | | | | | | | | | | | | | | | cookie. Backported from Arctica GH 3.6.x branch. v2: backport to nx-libs 3.5.0.x (Mihai Moldovan) Adds: - debian/patches/1600_nxcomp-handle-launchd-socket-in-Auth.full+lite.patch
* | nx-libs.spec: let x2goagent conflict with pre-4.0.1.21 x2goserver versions.Mihai Moldovan2017-11-021-0/+2
| | | | | | | | Needed for x2goagent.options file move.
* | debian/control: change Breaks statement to pre-4.0.1.21 x2goserver and add a ↵Mihai Moldovan2017-11-022-1/+7
| | | | | | | | | | | | | | Replaces: x2goserver << 4.0.1.21 section to x2goagent package. We'll do the /etc/x2go/x2goagent.options file move for x2goserver 4.0.1.21 and nx-libs 3.5.0.33 already.
* | nx-libs.spec: pass CDEBUGSFLAGS and friends directly to the make command in ↵Mihai Moldovan2017-10-161-0/+1
| | | | | | | | %build.
* | nx-libs.spec: drop ugly sed hack to push optflags to build system.Mihai Moldovan2017-10-161-0/+1
| |
* | debian/changelog: fixup changelog.Mihai Moldovan2017-10-161-1/+1
| |
* | OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the ↵Mihai Moldovan2017-10-165-4/+332
| | | | | | | | | | | | | | | | | | | | | | nx-X11 build scripts. Backported from Arctica GH 3.6.x branch. v2: backport to nx-libs 3.5.0.x (Mihai Moldovan) Adds: - debian/patches/1500_all_propagate-optflags-to-subcompone.full+lite.patch
* | nx-libs.spec: add -mno-vxs to general C(XX)FLAGS on ppc64le.Mihai Moldovan2017-10-161-0/+6
| | | | | | | | | | | | | | | | | | | | Hopefully just a temporary workaround until https://bugzilla.redhat.com/show_bug.cgi?id=1489712 / https://bugs.centos.org/view.php?id=13779 are resolved. Backported from Arctica GH 3.6.x branch. v2: backport to nx-libs 3.5.0.x (Mihai Moldovan)
* | debian/patches: fixup series file to include previous patch.Mihai Moldovan2017-10-162-0/+2
| |
* | nxcomp: Reduce control->TokenSize slightly again in order to fix ↵Simon Matter2017-10-102-0/+43
| | | | | | | | | | | | | | | | | | | | | | fragmentation of packages when on VPN (or otherwise encapsulated) connections. Backported from Arctica GH 3.6.x branch. v2: backport to nx-libs 3.5.0.x (Mihai Moldovan) Adds: - debian/patches/1301_nxcomp_Reduce-TokenSize-slightly-for.full+lite.patch
* | nx-X11: Render.c: Improve situation for multiple trapezoid requests.Mihai Moldovan2017-08-033-0/+74
| | | | | | | | | | | | | | | | | | Backported from Arctica GH 3.6.x branch. v2: backport to nx-libs 3.5.0.x (Mihai Moldovan) Adds: - debian/patches/1400_nx-X11_Render.c-Improve-situation-fo.full+lite.patch
* | nxcomp: Set TokenSize to 1536 for link type ADSL and WAN.Oleksandr Shneyder2017-08-033-0/+71
| | | | | | | | | | | | | | | | | | | | | | | | Improving non-xrender based browser scrolling behaviour when link type is set to ADSL or WAN. Backported from Arctica GH 3.6.x branch. v2: backport to nx-libs 3.5.0.x (Mihai Moldovan) Adds: - debian/patches/1300_nxcomp_Set-TokenSize-to-1536-for-lin.full+lite.patch
* | debian/patches: refresh all patches.Mihai Moldovan2017-08-03130-889/+593
| | | | | | | | | | Removes some fuzziness and adds the -p diff option to show the C function name in hunk headers.
* | debian/changelog: add missing bug closure.Mihai Moldovan2017-04-191-0/+1
| |
* | {debian/control,nx-libs.spec}: add proper dependencies upon xkbcomp for RPM ↵Mihai Moldovan2017-04-182-0/+6
| | | | | | | | | | | | | | | | and DEB packages. Backported from Arctica GH 3.6.x branch. v2: backport to nx-libs 3.5.0.x (Mihai Moldovan)
* | debian/Makefile.nx-libs: make sure that 'make all' only calls 'make build' ↵Mike Gabriel2017-04-182-1/+7
| | | | | | | | | | | | | | | | and _not_ the global '%:' ruleset afterwards. Backported from Arctica GH 3.6.x branch. v2: backport to nx-libs 3.5.0.x (Mihai Moldovan)
* | nx-X11: use the "old", non-NX header location.Mihai Moldovan2017-03-092-1/+4
| | | | | | | | | | Affects: - 1270_nx-X11_CVE-2017-2624-Use-timingsafe_memcmp-to-c.full.patch
* | Refresh:Mihai Moldovan2017-03-093-20/+10
| | | | | | | | | | - 0016_nx-X11_install-location.debian.patch - 9900-dxpc-license-history.full+lite.patch
* | nx-X11: Backport CVE-2017-2624 (timingsafe_memcmp)Ulrich Sibiller2017-03-093-0/+171
| | | | | | | | | | | | | | Backported from Arctica GH 3.6.x branch. v2: backport to nx-libs 3.6.x (Ulrich Sibiller) v3: backport to nx-libs 3.5.0.x (Mihai Moldovan)
* | debian/control: add Breaks statement on pre-4.1.0.0 x2goserver to x2goagent ↵Mihai Moldovan2016-07-102-0/+3
| | | | | | | | package.
* | debian/changelog: whitespace only.Mihai Moldovan2016-07-101-1/+1
| |
* | nx-libs.spec: let x2goagent package satisfy x2goagent-virtual.Mihai Moldovan2016-06-301-0/+1
| |
* | nx-libs.spec: add new x2goagent.options file to installed file list of ↵Mihai Moldovan2016-06-301-0/+2
| | | | | | | | x2goagent package.
* | nx-libs.spec: copy new debian/x2goagent.options file into build environment, ↵Mihai Moldovan2016-06-301-0/+2
| | | | | | | | analogous to what debian/roll-tarballs.sh does.
* | debian/x2goagent.install: add new x2goagent.options file.Mihai Moldovan2016-06-302-0/+3
| |
* | debian/rules: symlink and remove new debian/x2goagent.options file into/from ↵Mihai Moldovan2016-06-302-1/+5
| | | | | | | | build environment.
* | debian/Makefile.nx-libs: install/destroot new x2goagent.options file.Mihai Moldovan2016-06-302-0/+3
| |