Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | drop ap_keysym.h | Ulrich Sibiller | 2016-11-02 | 1 | -1/+0 | |
| | | | | | | | | was unused | |||||
| * | nxcompext: Drop (nowadays) no-op file NXlibint.h. | Mike Gabriel | 2016-10-30 | 1 | -2/+1 | |
| | | | | | | | | Fixes ArcticaProject/nx-libs#255. | |||||
| * | debian/patches: Rebase 102_xserver-xext_set-securitypolicy-path.debian.patch. | Mike Gabriel | 2016-10-28 | 1 | -1/+1 | |
| | | ||||||
| * | debian/rules: Re-enable (+pie) hardening flags again when building .deb ↵ | Mike Gabriel | 2016-10-20 | 1 | -1/+1 | |
| | | | | | | | | packages. | |||||
| * | debian/libnx-x11-6.symbols: Update symbols list. | Mike Gabriel | 2016-10-20 | 1 | -4/+4 | |
| | | ||||||
| * | XKeysymDB: ... got removed. | Mike Gabriel | 2016-10-20 | 1 | -1/+0 | |
| | | ||||||
| * | rename xf86bigfstr.h to xf86bigfproto.h | Ulrich Sibiller | 2016-10-19 | 2 | -2/+2 | |
| | | ||||||
| * | debian/rules: Don't use -pie -fPIE at build time for 3.5.99.2 as it causes ↵ | Mike Gabriel | 2016-10-14 | 1 | -1/+1 | |
| | | | | | | | | nxagent to segfault. Investigating the reasons behind it is in process... | |||||
| * | release 3.5.99.23.5.99.2 | Mike Gabriel | 2016-10-13 | 1 | -0/+7 | |
| | | ||||||
| * | debian/*.triggers: Call ldconfig via a trigger for all shared libraries. | Mike Gabriel | 2016-10-13 | 4 | -0/+4 | |
| | | ||||||
| * | debian/rules: Don't modify/create post{inst,rm} scripts during ↵ | Mike Gabriel | 2016-10-13 | 1 | -0/+3 | |
| | | | | | | | | dh_makeshlibs. This avoids adding ldconfig calls to such scripts. | |||||
| * | debian/libnx-x11-6.symbols: Update symbols for new backports in libNX_X11 API. | Mike Gabriel | 2016-10-13 | 1 | -0/+20 | |
| | | ||||||
| * | release 3.5.99.13.5.99.1 | Mike Gabriel | 2016-09-13 | 1 | -0/+7 | |
| | | ||||||
| * | release 3.5.99.03.5.99.0 | Mike Gabriel | 2016-07-06 | 1 | -9/+4 | |
| | | ||||||
| * | debian/*.doc-base: Add .doc-base files for bin:packages containing ↵ | Mike Gabriel | 2016-07-06 | 3 | -0/+21 | |
| | | | | | | | | documentation. | |||||
| * | debian/rules: Enable -fPIE / -pie hardening support for nxagent and nxproxy. | Mike Gabriel | 2016-07-05 | 1 | -2/+2 | |
| | | ||||||
| * | debian/nxagent.docs: whitespace only | Mike Gabriel | 2016-07-05 | 1 | -1/+1 | |
| | | ||||||
| * | README.keystrokes: Move from base folder to doc/nxagent/. | Mike Gabriel | 2016-07-05 | 1 | -1/+1 | |
| | | ||||||
| * | debian/libxcomp3.docs: Install libxcomp3 documentation files into bin:package. | Mike Gabriel | 2016-07-05 | 1 | -0/+2 | |
| | | ||||||
| * | debian/nxproxy.docs: Fix FTBFS due to missing documentation files (moved out ↵ | Mike Gabriel | 2016-07-05 | 1 | -3/+1 | |
| | | | | | | | | of the way with recent commits). | |||||
| * | debian/control: Add some hard and exact-versioned dependencies for our ↵ | Mike Gabriel | 2016-07-05 | 1 | -0/+8 | |
| | | | | | | | | bin:packages. Assure that no old share lib packages with the same set of symbols remain on the system when upgrading. | |||||
| * | libNX_X11 data files: Install libNX_X11 related data files. | Mike Gabriel | 2016-07-04 | 2 | -0/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | - Update XErrorDB to latest X.org version. - Install XErrorDB, XKeysymDB and Xcms.txt to /usr/{local/}share/nx/. - Assure that libNX_X11 finds those files at the named location. - Update debian/ packaging files. - Update nx-libs.spec packaging file. Fixes ArcticaProject/nx-libs#153 | |||||
| * | debian/patches: Refresh patches after changes in upstream code. | Mike Gabriel | 2016-07-02 | 2 | -2/+2 | |
| | | ||||||
| * | Rework nxagent and nxproxy wrapper scripts. | Mike Gabriel | 2016-07-01 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o Install nxagent/nxproxy executables into multi-arch path. o Fake libNX_X11.so* as $LIBDIR/nx-X11/libX11.so*. o Allow injecting different $NXAPP containing the executable name. o For e.g. x2goagent this requires the following changes: - Move x2goagent symlink from /usr/lib/x2go/bin/x2goagent to $LIBDIR/nx/bin/x2goagent - Replace /usr/bin/x2goagent by a two-liner... ``` #!/bin/sh export NXAPP=x2goagent nxagent ``` | |||||
| * | finally drop libNX_Xext | Ulrich Sibiller | 2016-07-01 | 6 | -210/+23 | |
| | | ||||||
| * | remove XShape code from libNX_Xext | Ulrich Sibiller | 2016-07-01 | 3 | -4/+0 | |
| | | | | | | | | use system libXext instead | |||||
| * | library-cleanup: Don't build libNX_Xau anymore. Use system's libXau shared ↵ | Mike Gabriel | 2016-07-01 | 6 | -71/+7 | |
| | | | | | | | | library. | |||||
| * | nxauth: Drop nxauth tool completely, xauth can be successfully used with ↵ | Mike Gabriel | 2016-07-01 | 5 | -41/+11 | |
| | | | | | | | | nxagent / nxproxy instead. | |||||
| * | debian/*.dirs: Don't create directories in the Debian package. All handled ↵ | Mike Gabriel | 2016-07-01 | 2 | -5/+0 | |
| | | | | | | | | well by the upstream Makefile. | |||||
| * | roll-tarball.sh: Move out of debian/ folder into project's base folder. | Mike Gabriel | 2016-07-01 | 1 | -157/+0 | |
| | | ||||||
| * | debian/libxcompext3.symbols: Add symbols file for libXcompext3. | Mike Gabriel | 2016-07-01 | 1 | -0/+103 | |
| | | ||||||
| * | debian/rules: Use buildflags.mk from dpkg-dev. Enable bindnow hardening flag. | Mike Gabriel | 2016-07-01 | 1 | -4/+3 | |
| | | ||||||
| * | debian/control: Versioned B-D: dpkg-dev (>= 1.16.1.1). | Mike Gabriel | 2016-07-01 | 1 | -0/+1 | |
| | | ||||||
| * | debian/control: Remove all Pre-Depends: fields from all bin:pkgs. | Mike Gabriel | 2016-07-01 | 1 | -24/+0 | |
| | | ||||||
| * | debian/control: Bump Standards: to 3.9.8. (Various changes were needed). | Mike Gabriel | 2016-07-01 | 1 | -1/+1 | |
| | | ||||||
| * | debian/{control,compat}: Bump to DH compat level 9. | Mike Gabriel | 2016-07-01 | 2 | -2/+2 | |
| | | ||||||
| * | debian/control: Use my DD address in Uploaders: field. | Mike Gabriel | 2016-07-01 | 1 | -1/+1 | |
| | | ||||||
| * | debian/changelog: Suppress warnings from lintian about -0 revision in ↵ | Mike Gabriel | 2016-07-01 | 1 | -1/+1 | |
| | | | | | | | | version string. | |||||
| * | debian/control: Drop various not-used-anymore libNX_* related packages. Add ↵ | Mike Gabriel | 2016-07-01 | 1 | -506/+54 | |
| | | | | | | | | B:/R: to libnx-x11-{6,dev,6-dbg) to uninstall those package when upgrading to nx-libs 3.6.x. | |||||
| * | roll-tarball.sh: Don't ship doc/X11-symbols/ in the lite (proxy-only) ↵ | Mike Gabriel | 2016-07-01 | 1 | -0/+1 | |
| | | | | | | | | tarball derived from the nx-libs code tree. | |||||
| * | debian/rules: Don't attempt at removing $(CURDIR)/.preserve/. Not needed ↵ | Mike Gabriel | 2016-07-01 | 1 | -1/+0 | |
| | | | | | | | | anymore since we removed the CODE-REDUCTION_* hacks from debian/rules. | |||||
| * | debian/*: Drop non-multi-arch support (i.e. Debian squeeze, Ubuntu 10.04 and ↵ | Mike Gabriel | 2016-07-01 | 21 | -12/+0 | |
| | | | | | | | | earlier). | |||||
| * | debian/*: Drop not-use-anymore CODE-REDUCTION_* files. | Mike Gabriel | 2016-07-01 | 6 | -0/+0 | |
| | | ||||||
| * | nx-X11/lib/X10: Drop really ancient X10 API code. Not used within nxagent. | Mike Gabriel | 2016-07-01 | 1 | -1/+0 | |
| | | ||||||
| * | OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the ↵ | Mike Gabriel | 2016-07-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nx-X11 build scripts. Note: - The "normal" way to inject CFLAGS (and CPPFLAGS) into nx-X11 builds is copying those options over into the variable CDEBUGFLAGS. - LDFLAGS have to be handed to nx-X11 via LOCAL_LDFLAGS. This change also includes a slight change in the nx-X11 build order. Old build order: Main Makefile: - [...] - libNX_X11 + implicitly building nxcomp + implicitly building nxcompext - [...] - nxagent + implicitly building nxcompshad - [...] New build ordner: Main Makefile: - [...] - nxcomp - setup nx-X11 build env + cd nx-X11 && make BuildEnv - nx-X11/lib/* - nxcompext - nxcompshad - [...] - nxagent - [...] Fixes ArcticaProject/nx-libs#141 Fixes X2GoBTS#84 | |||||
| * | debian/libnx-x11-6.symbols: Update symbols (added: _XEatDataWords@Base ↵ | Mike Gabriel | 2016-06-30 | 1 | -0/+2 | |
| | | | | | | | | 3.5.99.0, _XGetRequest@Base 3.5.99.0). | |||||
| * | nx-X11/config/{imake,makedepend}: Use system-wide available imake and ↵ | Mike Gabriel | 2016-06-30 | 1 | -0/+1 | |
| | | | | | | | | makedepend tools. | |||||
| * | Makefile,debian/*,nx-libs.spec,<misc>: Drop references to X2Go Project, esp. ↵ | Mike Gabriel | 2016-06-29 | 15 | -111/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | drop x2goagent. The x2goagent package is being replaced by an x2goserver bin:package named x2goserver-x2goagent. This x2goserver-x2goagent bin:package will be maintained in the X2Go Project's namespace and basically wraps around nxagent. Furthermore, declare Arctica Project as upstream source for nx-libs. | |||||
| * | libNX_Xext: Drop unused extensions: DPMS, XTestExt1, XSync, XSecurity. | Mike Gabriel | 2016-06-28 | 3 | -95/+95 | |
| | | ||||||
| * | fix wrong bin:package for Xext proto headers: Move dpmsstr.h and securstr.h ↵ | Mike Gabriel | 2016-06-28 | 3 | -2/+3 | |
| | | | | | | | | from Xext devel package into proto header package. |