Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libnx-xinerama1: also create libXinerama symlink in postinst (and remove in ↵ | Mihai Moldovan | 2015-04-29 | 3 | -29/+36 |
| | | | | | | | | | | | | | | | | | | | | | prerm.) Due to the nx-x11-common package being a noarch/allarch package, creating the symlink in nx-libs' Makefile will lead to the symlink referencing the "default" architecture dpkg uses for building noarch/allarch packages. Incidentally, this worked fine for Debian, as amd64 seems to be the default architecture. On Ubuntu, however, the default architecture up to Vivid (15.04) was i386. For those builds, the symlink pointed to the 32 bit library of libNX_Xinerama.so.1 -- essentially breaking this feature. Move the symlink creation to the arch-sensitive libnx-xinerama1 package. The postinst and prerm scriptlets will work fine, unless someone installs the i386 package version *after* the amd64 version. Given that we already create symlinks to libNX_X11 and friends using that method, no new regression is introduced. Strictly speaking that's a bug, but we'll hopefully clean that up later... | ||||
* | Merge branch 'sunweaver-pr/imake-cleanup-nonpresent-buildlogic' into ↵ | Mihai Moldovan | 2015-04-28 | 24 | -2685/+122 |
|\ | | | | | | | | | | | arctica-3.6.x Attributes GH PR #17: https://github.com/ArcticaProject/nx-libs/pull/17 | ||||
| * | imake cleanup: Drop references to X11 build-logic that is not present in nx-X11. | Mike Gabriel | 2015-04-28 | 20 | -2679/+24 |
| | | |||||
| * | imake cleanup: Break up multiple vars into invidual lines to ease further ↵ | Mike Gabriel | 2015-04-28 | 7 | -36/+128 |
|/ | | | | work on patches / pull requests. | ||||
* | COPYING: Add Arctica Project to copyright holders. | Mike Gabriel | 2015-04-27 | 1 | -0/+1 |
| | |||||
* | debian/changelog: merge with 3.5.0.x branch. | Mihai Moldovan | 2015-04-27 | 1 | -0/+134 |
| | |||||
* | README.keystrokes: remove accidentally copied Dokuwiki syntax. | Mihai Moldovan | 2015-04-27 | 1 | -1/+1 |
| | |||||
* | etc/keystrokes.cfg: fix whitespace errors. | Mihai Moldovan | 2015-04-27 | 1 | -16/+16 |
| | |||||
* | README.keystrokes: add documentation for branding behavior. | Mihai Moldovan | 2015-04-27 | 1 | -2/+10 |
| | |||||
* | README.keystrokes: copy actions documentation from the wiki. | Mihai Moldovan | 2015-04-27 | 1 | -0/+11 |
| | |||||
* | debian/roll-tarballs.sh: don't escape last newline of a multiline command. | Mihai Moldovan | 2015-04-26 | 1 | -1/+1 |
| | | | | | Worked out fine so far, because the next line was empty, but this can easily change... | ||||
* | debian/roll-tarballs.sh: use more curly braces. | Mihai Moldovan | 2015-04-26 | 1 | -3/+3 |
| | | | | Prevents random characters as being treated as part of a variable name. | ||||
* | debian/roll-tarballs.sh: convert tabs to spaces. | Mihai Moldovan | 2015-04-26 | 1 | -9/+9 |
| | |||||
* | debian/roll-tarballs.sh: use more quotes. | Mihai Moldovan | 2015-04-26 | 1 | -15/+15 |
| | | | | | | Fixes potential bugs, including one triggered by an unquoted hash within the command line. BASH accepts this. Other shells do not (i.e., treat everything following the hash character as a comment.) | ||||
* | libXcompshad underlinking problem: Fix undefined reference to ↵ | Mike Gabriel | 2015-04-26 | 1 | -1/+1 |
| | | | | 'XShmQueryVersion', 'XShmDetach', 'XShmCreateImage', 'XShmAttach', and 'XShmGetImage'. | ||||
* | Fix underlinking issues for libNX_X{composite,damage,fixes}. | Mike Gabriel | 2015-04-26 | 1 | -0/+3 |
| | |||||
* | libX11 underlinking problem: Fix undefined reference to 'XdmcpWrap' (by ↵ | Mike Gabriel | 2015-04-26 | 1 | -1/+1 |
| | | | | linking against X.Org'x libXdmcp). | ||||
* | libX11 underlinking problem: Fix undefined reference to 'dlopen' and ↵ | Mike Gabriel | 2015-04-26 | 1 | -1/+1 |
| | | | | 'dlsym'. (Fixes: X2GoBTS#853). | ||||
* | Merge branch 'sunweaver-pr/xbitmaps-cleanup' into arctica-3.6.x | Mihai Moldovan | 2015-04-23 | 74 | -2687/+2 |
|\ | | | | | | | Attributes GH PR #16: https://github.com/ArcticaProject/nx-libs/pull/16 | ||||
| * | xbitmaps cleanup: The <X11/bitmaps/*> headers are not required at build time ↵ | Mike Gabriel | 2015-04-23 | 74 | -2687/+2 |
|/ | | | | for NX. | ||||
* | Merge branch 'sunweaver-pr/libxdmcp-cleanup' into arctica-3.6.x | Mihai Moldovan | 2015-04-22 | 57 | -3435/+28 |
|\ | | | | | | | Attributes GH PR #15: https://github.com/ArcticaProject/nx-libs/pull/15 | ||||
| * | library clean-up: Don't build libNX_Xdmcp anymore. Use system's libXdmcp ↵ | Mike Gabriel | 2015-04-22 | 57 | -3435/+28 |
|/ | | | | shared library. | ||||
* | nx-libs.spec: Drop packaging of libNX_Xpm*, in RPM packages there is no such ↵ | Mike Gabriel | 2015-04-22 | 1 | -29/+0 |
| | | | | concept for transitional/dummy packages as know from Debian/Ubuntu. | ||||
* | debian/control: Typo fix (Meas -> Mesa). | Mike Gabriel | 2015-04-22 | 1 | -1/+1 |
| | |||||
* | Merge branch 'sunweaver-pr/libxfont-cleanup' into arctica-3.6.x | Mihai Moldovan | 2015-04-22 | 233 | -67022/+50 |
|\ | | | | | | | Attributes GH PR #14: https://github.com/ArcticaProject/nx-libs/pull/14 | ||||
| * | library clean-up: Don't build and link libXfont.a anymore. Use system's ↵pr/libxfont-cleanup | Mike Gabriel | 2015-04-22 | 233 | -67022/+50 |
|/ | | | | libXfont shared library and link dynamically. | ||||
* | fix for Xcursor clean-up (422fe90) | Mike Gabriel | 2015-04-21 | 3 | -3/+3 |
| | |||||
* | imake cleanup (nx-X11/programs/Xserver/Imakefile): Drop build rules for ↵ | Mike Gabriel | 2015-04-17 | 1 | -286/+2 |
| | | | | XF86Server and XorgServer. | ||||
* | Merge pull request #12 from sunweaver/pr/arch-cleanup.CRAY | Mike DePaulo | 2015-04-16 | 53 | -1033/+43 |
|\ | | | | | arch cleanup (CRAY/WORD64) + X.Org CVE-2013-7439 | ||||
| * | MakeBigReq: don't move the last word, already handled by Data32 (X.Org ↵ | Karl Tomlinson | 2015-04-16 | 1 | -2/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVE-2013-7439). MakeBigReq inserts a length field after the first 4 bytes of the request (after req->length), pushing everything else back by 4 bytes. The current memmove moves everything but the first 4 bytes back. If a request aligns to the end of the buffer pointer when MakeBigReq is invoked for that request, this runs over the buffer. Instead, we need to memmove minus the first 4 bytes (which aren't moved), minus the last 4 bytes (so we still align to the previous tail). The 4 bytes that fell out are already handled with Data32, which will handle the buffermax correctly. The case where req->length = 1 was already not functional. Reported by Abhishek Arya <inferno@chromium.org> (against X.Org BTS). https://bugzilla.mozilla.org/show_bug.cgi?id=803762 Reviewed-by: Jeff Muizelaar <jmuizelaar@mozilla.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Rebased-for-NX: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | ||||
| * | old-arch cleanup: Drop CRAY support (i.e., drop code related to CRAY, _CRAY, ↵ | Mike Gabriel | 2015-04-16 | 53 | -1031/+26 |
| | | | | | | | | WORD64, WORD64ALIGN, MUSTCOPY, UNSIGNEDBITFIELDS definitions). | ||||
* | | Merge branch 'sunweaver-pr/xcursor-cleanup' into arctica-3.6.x | Mihai Moldovan | 2015-04-16 | 23 | -4847/+1 |
|\ \ | | | | | | | | | | Attributes GH PR #13: https://github.com/ArcticaProject/nx-libs/pull/13 | ||||
| * | | library clean-up: Drop nx-X11/lib/Xcursor. Not used at build time. | Mike Gabriel | 2015-04-16 | 23 | -4847/+1 |
|/ / | |||||
* | | Merge branch 'sunweaver-pr/nxupgradeagent-cleanup' into arctica-3.6.x | Mihai Moldovan | 2015-04-16 | 52 | -38864/+6098 |
|\ \ | |||||
| * | | NXAGENT_UPGRADE code cleanup: | Mike Gabriel | 2015-04-16 | 52 | -38864/+6098 |
|/ / | | | | | | | | | | | | | | | | | | | | | NX agent contains/ed two build trees. An old one (probably pre-3.x.y) and a "newer" one. The "newer" code tree used to become enabled by setting NXUpgradeAgentServer in nx-X11/config/cf/host.def to YES. As building the NXUpgradeAgentServer has been the default for years now, we drop all code that does not get used at build time for NXUpgradeAgentServer == YES (i.e., the code that belongs to the pre-3.x.y phase of NX agent). | ||||
* / | test script: doc/examples/run-nxproxy2nxproxy-test | Mike Gabriel | 2015-04-15 | 1 | -0/+140 |
|/ | | | | | | | | | | | | | | | | | | | | Launch this script (after nxproxy has been installed into $PATH) and you will be able to evoke any local command through a nxproxy -C <-> nxproxy -S connection on DISPLAY=:8. This eases testing NX compression without using NX agent on the server side. How to use: # install nxproxy into $PATH, then... $ cd doc/examples/ $ ./run-nxproxy2nxproxy-test $ export DISPLAY=:8 $ xterm | ||||
* | drop: nx-X11/config/util/ (not needed at build time). | Mike Gabriel | 2015-04-14 | 49 | -6480/+1 |
| | |||||
* | imake clean-up: nx-X11/config/Imakefile (drop BuildDPSLibrary related ↵ | Mike Gabriel | 2015-04-14 | 1 | -4/+1 |
| | | | | build-logic). | ||||
* | fix for libXpm4-cleanup | Mike Gabriel | 2015-04-11 | 1 | -1/+0 |
| | |||||
* | fix for ebe00df38f264ef71dac3c73d416a74685c8cbd2 (removal of DmxLibrary) | Mike Gabriel | 2015-04-08 | 1 | -4/+0 |
| | |||||
* | Merge branch 'feature/other-Xserver-cleanup' into arctica-3.6.x | Mihai Moldovan | 2015-04-05 | 29 | -7058/+23 |
|\ | | | | | | | Attributes GH PR #8: https://github.com/ArcticaProject/nx-libs/pull/8 | ||||
| * | imake clean: Remove (probably incomplete) support for NXZaurusXServer, ↵ | Mike Gabriel | 2015-04-05 | 1 | -54/+0 |
| | | | | | | | | NXiPAQXServer. | ||||
| * | imake cleanup: nx-X11/programs/Xserver/Imakefile (drop non-provided Xserver ↵ | Mike Gabriel | 2015-04-05 | 1 | -286/+1 |
| | | | | | | | | variants) | ||||
| * | imake cleanup: nx-X11/programs/Imakefile (reduce to minimal). | Mike Gabriel | 2015-04-04 | 1 | -136/+0 |
| | | |||||
| * | imake cleanup: Drop all references to BuildFontServer. | Mike Gabriel | 2015-04-04 | 8 | -44/+2 |
| | | |||||
| * | imake cleanup: Drop all references to XprtServer and BuildXprint*. | Mike Gabriel | 2015-04-04 | 23 | -4368/+12 |
| | | |||||
| * | imake cleanup: Drop all references to XdmxServer and BuildXdmx*. | Mike Gabriel | 2015-04-04 | 15 | -1934/+8 |
| | | |||||
| * | imake cleanup: Drop all references to XVirtualFramebufferServer. | Mike Gabriel | 2015-04-04 | 9 | -74/+3 |
| | | |||||
| * | imake cleanup: Drop all references to XNestServer. | Mike Gabriel | 2015-04-04 | 10 | -76/+7 |
| | | |||||
| * | imake cleanup: Drop all references to XWinServer. | Mike Gabriel | 2015-04-04 | 3 | -99/+3 |
|/ |