Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | debian/changelog: fix wrong signature. | Mihai Moldovan | 2015-03-15 | 1 | -1/+1 | |
| | | ||||||
| * | debian/changelog: merge with 3.5.0.x release branch. | Mihai Moldovan | 2015-03-15 | 1 | -4/+43 | |
| | | ||||||
| * | Update changelog for the CVE-2015-0255 commit and its 3 prereq commits | Mike DePaulo | 2015-02-18 | 1 | -0/+8 | |
| | | ||||||
| * | fix 3.5.0.29 changelog entry | Mike Gabriel | 2015-02-16 | 1 | -12/+12 | |
| | | ||||||
| * | debian/changelog: fix too-long lines | Mike Gabriel | 2015-02-16 | 1 | -6/+6 | |
| | | ||||||
| * | Makefile.nx-libs: Fix uninstall-lite rule. The nxproxy and nxcomp ↵ | Mike Gabriel | 2015-02-16 | 1 | -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 Gabriel | 2015-02-16 | 1 | -0/+2 | |
| | | | | | | | | nxproxy/Makefile.in. | |||||
| * | Install "%{_libdir}/nx/bin" into nxproxy package. | Mike Gabriel | 2015-02-16 | 1 | -0/+1 | |
| | | ||||||
| * | Fix FTBFS due to the nxproxy executable already existing under ↵ | Mike DePaulo | 2015-02-16 | 1 | -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 Gabriel | 2015-02-14 | 1 | -1/+8 | |
| | | ||||||
| * | Use proper quoting on build flag vars (they may contain spaces). | Mike Gabriel | 2015-02-14 | 1 | -0/+1 | |
| | | ||||||
| * | update changelog | Mike Gabriel | 2015-02-13 | 1 | -0/+12 | |
| | | ||||||
| * | changelog: add 3.5.0.x entry for commit 4436e97 | Mike Gabriel | 2015-02-12 | 1 | -0/+4 | |
| | | ||||||
| * | Makefile.nx-libs: Run make install for nxproxy first, then create the ↵ | Mike Gabriel | 2015-02-12 | 1 | -0/+2 | |
| | | | | | | | | wrapper script. | |||||
| * | Remove upstream nx-libs ChangeLog during override_dh_clean. | Mike Gabriel | 2015-02-12 | 1 | -0/+1 | |
| | | ||||||
| * | fix long-line in changelog | Mike Gabriel | 2015-02-09 | 1 | -1/+2 | |
| | | ||||||
| * | Revert "Add patch ↵ | Mike Gabriel | 2015-02-09 | 1 | -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 Gabriel | 2015-02-03 | 1 | -0/+5 | |
| | | | | | | | | Initialize server_support array with correct size. Fix Mesa upstream bugzilla bug #7353. (Fixes: #776). | |||||
* | | debian/x2goagent.options: reenable XFIXES extension. | Mihai Moldovan | 2017-12-13 | 1 | -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 Moldovan | 2017-11-10 | 1 | -1/+4 | |
| | | | | | | | | Orion Poplawski. | |||||
* | | Continue development | X2Go Release Manager | 2017-11-08 | 1 | -0/+6 | |
| | | ||||||
* | | Mid-release fixup: split up ↵ | X2Go Release Manager | 2017-11-08 | 1 | -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 Manager | 2017-11-08 | 1 | -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.33 | X2Go Release Manager | 2017-11-08 | 1 | -2/+2 | |
| | | ||||||
* | | nxcomp: Hardcode X11 and (legacy/xfs) font UNIX paths. | Mihai Moldovan | 2017-11-04 | 1 | -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 Moldovan | 2017-11-04 | 1 | -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 Moldovan | 2017-11-02 | 1 | -0/+2 | |
| | | | | | | | | Needed for x2goagent.options file move. | |||||
* | | debian/control: change Breaks statement to pre-4.0.1.21 x2goserver and add a ↵ | Mihai Moldovan | 2017-11-02 | 1 | -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 Moldovan | 2017-10-16 | 1 | -0/+1 | |
| | | | | | | | | %build. | |||||
* | | nx-libs.spec: drop ugly sed hack to push optflags to build system. | Mihai Moldovan | 2017-10-16 | 1 | -0/+1 | |
| | | ||||||
* | | debian/changelog: fixup changelog. | Mihai Moldovan | 2017-10-16 | 1 | -1/+1 | |
| | | ||||||
* | | OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the ↵ | Mihai Moldovan | 2017-10-16 | 1 | -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 Moldovan | 2017-10-16 | 1 | -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 Moldovan | 2017-10-16 | 1 | -0/+1 | |
| | | ||||||
* | | nxcomp: Reduce control->TokenSize slightly again in order to fix ↵ | Simon Matter | 2017-10-10 | 1 | -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 Moldovan | 2017-08-03 | 1 | -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 Shneyder | 2017-08-03 | 1 | -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 Moldovan | 2017-08-03 | 1 | -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 Moldovan | 2017-04-19 | 1 | -0/+1 | |
| | | ||||||
* | | {debian/control,nx-libs.spec}: add proper dependencies upon xkbcomp for RPM ↵ | Mihai Moldovan | 2017-04-18 | 1 | -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 Gabriel | 2017-04-18 | 1 | -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 Moldovan | 2017-03-09 | 1 | -0/+3 | |
| | | | | | | | | | | Affects: - 1270_nx-X11_CVE-2017-2624-Use-timingsafe_memcmp-to-c.full.patch | |||||
* | | Refresh: | Mihai Moldovan | 2017-03-09 | 1 | -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 Sibiller | 2017-03-09 | 1 | -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 Moldovan | 2016-07-10 | 1 | -0/+1 | |
| | | | | | | | | package. | |||||
* | | debian/changelog: whitespace only. | Mihai Moldovan | 2016-07-10 | 1 | -1/+1 | |
| | | ||||||
* | | nx-libs.spec: let x2goagent package satisfy x2goagent-virtual. | Mihai Moldovan | 2016-06-30 | 1 | -0/+1 | |
| | | ||||||
* | | nx-libs.spec: add new x2goagent.options file to installed file list of ↵ | Mihai Moldovan | 2016-06-30 | 1 | -0/+2 | |
| | | | | | | | | x2goagent package. | |||||
* | | nx-libs.spec: copy new debian/x2goagent.options file into build environment, ↵ | Mihai Moldovan | 2016-06-30 | 1 | -0/+2 | |
| | | | | | | | | analogous to what debian/roll-tarballs.sh does. | |||||
* | | debian/x2goagent.install: add new x2goagent.options file. | Mihai Moldovan | 2016-06-30 | 1 | -0/+2 | |
| | |