aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAgeFilesLines
...
| * update changelogMike Gabriel2015-02-131-0/+12
| |
| * changelog: add 3.5.0.x entry for commit 4436e97Mike Gabriel2015-02-121-0/+4
| |
| * Makefile.nx-libs: Run make install for nxproxy first, then create the ↵Mike Gabriel2015-02-121-0/+2
| | | | | | | | wrapper script.
| * Remove upstream nx-libs ChangeLog during override_dh_clean.Mike Gabriel2015-02-121-0/+1
| |
| * fix long-line in changelogMike Gabriel2015-02-091-1/+2
| |
| * Revert "Add patch ↵Mike Gabriel2015-02-091-5/+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-031-0/+5
| | | | | | | | Initialize server_support array with correct size. Fix Mesa upstream bugzilla bug #7353. (Fixes: #776).
* | debian/x2goagent.options: reenable XFIXES extension.Mihai Moldovan2017-12-131-0/+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-081-0/+6
| |
* | Mid-release fixup: split up ↵X2Go Release Manager2017-11-081-0/+6
| | | | | | | | | | | | | | | | | | 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-081-0/+5
| | | | | | | | 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-041-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-041-0/+6
| | | | | | | | | | | | | | | | | | | | | | 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-021-0/+4
| | | | | | | | | | | | | | 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-161-0/+7
| | | | | | | | | | | | | | | | | | | | | | 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-161-0/+1
| |
* | nxcomp: Reduce control->TokenSize slightly again in order to fix ↵Simon Matter2017-10-101-0/+9
| | | | | | | | | | | | | | | | | | | | | | 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-031-0/+5
| | | | | | | | | | | | | | | | | | 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-031-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | 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-031-0/+3
| | | | | | | | | | 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-181-0/+4
| | | | | | | | | | | | | | | | 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-181-0/+5
| | | | | | | | | | | | | | | | 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-091-0/+3
| | | | | | | | | | Affects: - 1270_nx-X11_CVE-2017-2624-Use-timingsafe_memcmp-to-c.full.patch
* | Refresh:Mihai Moldovan2017-03-091-0/+3
| | | | | | | | | | - 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-091-0/+8
| | | | | | | | | | | | | | 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-101-0/+1
| | | | | | | | 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-301-0/+2
| |
* | debian/rules: symlink and remove new debian/x2goagent.options file into/from ↵Mihai Moldovan2016-06-301-0/+3
| | | | | | | | build environment.
* | debian/Makefile.nx-libs: install/destroot new x2goagent.options file.Mihai Moldovan2016-06-301-0/+2
| |
* | debian/roll-tarballs.sh: copy new debian/x2goagent.options file into real ↵Mihai Moldovan2016-06-301-0/+2
| | | | | | | | tarball environment.
* | debian/: add x2goagent.options file for compatibility with x2goserver nightly.Mihai Moldovan2016-06-301-0/+2
| |
* | debian/changelog: add entry for last change.Mihai Moldovan2016-06-281-0/+2
| |
* | debian/changelog: Add closures for #757, #758, #760. The issue occurred ↵Mike Gabriel2016-02-201-0/+1
| | | | | | | | earlier (#410) and was resolved by properly setting up Xinerama symlinks
* | Xinerama symlinking: Attach Xinerama symlinking to nxagent bin:package (and ↵3.5.0.xMike Gabriel2015-09-281-0/+3
| | | | | | | | | | | | not libnx-xinerama1). Backported from Arctica GH 3.6.x branch.
* | Enforce symlink creation for Xinerama et al. library symlinks.Mike Gabriel2015-09-231-0/+1
| |
* | Revert "debian/libnx-xinerama1.*: fix faulty logic when creating symlinks."Mike Gabriel2015-09-221-0/+5
| | | | | | | | | | | | | | This reverts commit 5a9f8294ce2f9c4265c5359323d7ad157974d016. Conflicts (resolved by Mike Gabriel): debian/changelog
* | nx-libs.spec: add xkeyboard-config to nxagent's Requires.Mihai Moldovan2015-07-171-0/+3
| | | | | | | | Should be a weak dependency, but RPM doesn't support that too well yet.
* | debian/control: add xkb-data to nxagent's Recommends.Mihai Moldovan2015-07-171-1/+3
| |