aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAgeFilesLines
...
| * nx{comp{,ext,shad},proxy}: use path discovery for finding makedepend. Remove ↵Clemens Lang2015-03-151-2/+2
| | | | | | | | old cruft.
| * debian/changelog: fix wrong signature.Mihai Moldovan2015-03-151-1/+1
| |
| * debian/changelog: merge with 3.5.0.x release branch.Mihai Moldovan2015-03-151-4/+43
| |
| * Update changelog for the CVE-2015-0255 commit and its 3 prereq commitsMike DePaulo2015-02-181-0/+8
| |
| * fix 3.5.0.29 changelog entryMike Gabriel2015-02-161-12/+12
| |
| * debian/changelog: fix too-long linesMike Gabriel2015-02-161-6/+6
| |
| * Makefile.nx-libs: Fix uninstall-lite rule. The nxproxy and nxcomp ↵Mike Gabriel2015-02-161-0/+2
| | | | | | | | uninstallation has to be in uninstall-lite, not in uninstall-full.
| * Make install-lite rule in Makefile.nx-libs more predictable and not rely on ↵Mike Gabriel2015-02-161-0/+2
| | | | | | | | nxproxy/Makefile.in.
| * Install "%{_libdir}/nx/bin" into nxproxy package.Mike Gabriel2015-02-161-0/+1
| |
| * Fix FTBFS due to the nxproxy executable already existing under ↵Mike DePaulo2015-02-161-2/+67
| | | | | | | | | | | | | | /usr/lib/nx/bin/nx Conflicts (resolved by Mike Gabriel): debian/changelog
| * Version bump, continuing NX 3.x development.. Targetting NX 3.6.x some time.Mike Gabriel2015-02-141-1/+8
| |
| * Use proper quoting on build flag vars (they may contain spaces).Mike Gabriel2015-02-141-0/+1
| |
| * 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.