Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | debian/patches: Update 102_xserver-xext_set-securitypolicy-path.debian.patch. | Mike Gabriel | 2016-06-21 | 1 | -1/+1 |
| | |||||
* | nx-libs.spec, debian/control: versioned B-R / B-D: pixman-1 (>= 0.13.2). | Mike Gabriel | 2016-06-21 | 1 | -1/+1 |
| | |||||
* | debian/patches-pending-evaluation: Adapt fix-icon-and-clipboard.patch to ↵ | Mike Gabriel | 2016-06-21 | 1 | -1/+1 |
| | | | | removal of the WindowTable array. | ||||
* | nxcomp/Makefile.in: Only install MD5.h, NX.h, NXalert.h, NXpack.h, NXproto.h ↵ | Mike Gabriel | 2016-06-13 | 1 | -2/+0 |
| | | | | | | | and NXvars.h as publicly available header files. * Also adapt debian/libxcomp-dev.install.in accordingly. * Also adapt nx-libs.spec accordingly. | ||||
* | nxcomshad/Makefile.in: Only install Shadow.h as publicly available header file. | Mike Gabriel | 2016-06-13 | 1 | -10/+0 |
| | | | | | * Also adapt debian/libxcompshad-dev.install.in accordingly. * Also adapt nx-libs.spec accordingly. | ||||
* | Drop X11 extensions not shipped with recent X.Org server versions anymore: | Mike Gabriel | 2016-06-01 | 5 | -74/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | include/extensions: Xag.h, Xagsrv.h, Xagstr.h Xserver/Xext: appgroup.c, appgroup.h lib/Xext: XAppgroup.c include/extensions: Xcup.h, Xcupstr.h, Xserver/Xext: cup.c lib/Xext: cup.c include/extensions: Xdbe.h Xserver/Xext: Xdbe.c Xserver/Xext: dgaproc.h, xf86dga.c, xf86dga2.c, xf86dgaext.h include/extensions: Xevie.h, Xeviestr.h include/extensions: XEVI.h, XEVIstr.h Xserver/Xext: EVI.c, EVIstruct.h, sampleEVI.c lib/Xext: XEVI.c include/extensions: fontcache.h, fontcacheP.h, fontcachstr.h Xserver/Xext: fontcache.c include/extensions: lbxbuf.h, lbxbufstr.h, lbxdeltastr.h, lbximage.h, lbxopts.h, lbxstr.h, lbxzlib.h lib/Xext: XLbx.c include/extensions: multibuf.h, multibufst.h lib/Xext: XMultibuf.c Xserver/Xext: mbuf.c, mbufbf.c, mbufpx.c include/extensions: xf86vmode.h, xf86vmstr.h Xserver/Xext: vidmodeproc.h, xf86vmode.c lib/Xext: MITMisc.c Xserver/Xext: mitmisc.c Xserver/Xext: xf86misc.c, xf86miscproc.h Xserver/XTrap: xf86XTrapModule.c, xtrapddmi.c, xtrapdi.c, xtrapdiswp.c, xtrapditbl.c include/extensions: xtrapbits.h xtrapddmi.h xtrapdi.h xtrapemacros.h xtraplib.h xtraplibp.h xtrapproto.h Fixes: ArcticaProject/nx-libs#116 X.org: https://cgit.freedesktop.org/xorg/xserver/commit/?id=cbc20d92de92aad5ca240310a9156ccf97c24a01 Plus: Drop various Imake'ish defines where not needed anymore. | ||||
* | pixman-devel: Build against shared library pkg-config(pixman-1). | Mike Gabriel | 2016-05-02 | 1 | -0/+1 |
| | |||||
* | library-cleanup: Don't build libNX_Xrender anymore. Use system's libXrender ↵ | Mike Gabriel | 2016-04-20 | 5 | -91/+22 |
| | | | | shared library. | ||||
* | Remove TextCompressor class and files from nxcomp | Fernando Carvajal | 2016-04-15 | 1 | -2/+0 |
| | | | | | | | | | | | | This commit removes TextCompressor class references from ClientCache and ServerCache as it's no longer used after removing old protocol's compatibility code from nxcomp. It also removes the attribute textCache from both classes as it's no longer used either. Finally the header and source files associated with the TextCompressor class are also deleted and removed from the compilation process. Refs: ArcticaProject/nx-libs#108 |