Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debian/changelog: merge with master branch. | Mihai Moldovan | 2015-05-12 | 1 | -0/+2 |
| | |||||
* | debian/changelog: add entry for last change. | Mihai Moldovan | 2015-05-12 | 1 | -0/+1 |
| | |||||
* | debian/libnx-xinerama1.*: fix faulty logic when creating symlinks. | Mihai Moldovan | 2015-05-12 | 1 | -3/+3 |
| | |||||
* | library clean-up: Don't build libNX_Xdamage anymore. Use system's libXdamage ↵ | Mike Gabriel | 2015-05-01 | 6 | -49/+21 |
| | | | | shared library. (Fixes ArcticaProject/nx-libs#6, X2GoBTS#826). | ||||
* | debian/changelog: sync with 3.5.0.x branch. | Mihai Moldovan | 2015-04-30 | 1 | -0/+2 |
| | |||||
* | debian/changelog: correctly sync with 3.5.0.x branch. Add latest entries. | Mihai Moldovan | 2015-04-30 | 1 | -50/+57 |
| | |||||
* | debian/libnx-xinerama1.*: move Xinerama dir back to nx-x11-common. Only ↵ | Mihai Moldovan | 2015-04-30 | 2 | -7/+13 |
| | | | | delete known files. Fixes RPM build failures. | ||||
* | libnx-xinerama1: also create libXinerama symlink in postinst (and remove in ↵ | Mihai Moldovan | 2015-04-29 | 2 | -24/+30 |
| | | | | | | | | | | | | | | | | | | | | | 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... | ||||
* | debian/changelog: merge with 3.5.0.x branch. | Mihai Moldovan | 2015-04-27 | 1 | -0/+134 |
| | |||||
* | 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.) | ||||
* | xbitmaps cleanup: The <X11/bitmaps/*> headers are not required at build time ↵ | Mike Gabriel | 2015-04-23 | 1 | -1/+0 |
| | | | | for NX. | ||||
* | library clean-up: Don't build libNX_Xdmcp anymore. Use system's libXdmcp ↵ | Mike Gabriel | 2015-04-22 | 6 | -78/+19 |
| | | | | shared library. | ||||
* | debian/control: Typo fix (Meas -> Mesa). | Mike Gabriel | 2015-04-22 | 1 | -1/+1 |
| | |||||
* | library clean-up: Don't build and link libXfont.a anymore. Use system's ↵pr/libxfont-cleanup | Mike Gabriel | 2015-04-22 | 2 | -4/+1 |
| | | | | libXfont shared library and link dynamically. | ||||
* | fix for libXpm4-cleanup | Mike Gabriel | 2015-04-11 | 1 | -1/+0 |
| | |||||
* | imake cleanup: Drop all references to XprtServer and BuildXprint*. | Mike Gabriel | 2015-04-04 | 1 | -1/+0 |
| | |||||
* | imake cleanup: Drop all references to XdmxServer and BuildXdmx*. | Mike Gabriel | 2015-04-04 | 1 | -2/+0 |
| | |||||
* | nx-X11: add more NULL guards to TEST and DEBUG sections of Render.c. | Mihai Moldovan | 2015-03-29 | 1 | -0/+3 |
| | | | | Cherry-picked from branch 3.5.0.x. | ||||
* | debian/changelog: sync with 3.5.0.x branch. | Mihai Moldovan | 2015-03-29 | 1 | -0/+7 |
| | |||||
* | debian/changelog: sync with 3.5.0.x branch. | Mihai Moldovan | 2015-03-26 | 1 | -3/+47 |
| | |||||
* | nx-libs.spec: add overlooked Obsolete: statement to libNX_Xfixes3. | Mihai Moldovan | 2015-03-17 | 1 | -0/+1 |
| | | | | Cherry-picked from branch 3.5.0.x. | ||||
* | nx-libs.spec: Versioned libXcomp* should obsolete unversioned libXcomp*, not ↵ | Mihai Moldovan | 2015-03-17 | 1 | -0/+7 |
| | | | | | | | | | libNX_Xcomp*. Cherry-picked from branch 3.5.0.x. Conflicts: debian/changelog | ||||
* | nxcomp{,ext,shad}: use the correct library naming scheme on OS X. It differs ↵ | Clemens Lang | 2015-03-15 | 1 | -0/+2 |
| | | | | from other UNIX-based systems. | ||||
* | nxcomp{,shad}: fix dynamic library linking on OS X. Use -dynamiclib instead ↵ | Clemens Lang | 2015-03-15 | 1 | -0/+1 |
| | | | | of -bundle. | ||||
* | nx{comp{,ext,shad},proxy}: use path discovery for finding makedepend. Remove ↵ | Clemens Lang | 2015-03-15 | 1 | -2/+2 |
| | | | | old cruft. | ||||
* | 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 |
| | |||||
* | library clean-up: Don't build libNX_Xpm anymore. Use system's libXpm shared ↵ | Mike Gabriel | 2015-03-03 | 4 | -93/+16 |
| | | | | library. | ||||
* | 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 | ||||
* | Move COPYING.full+lite as COPYING to / | Mike Gabriel | 2015-02-14 | 2 | -56/+0 |
| | | | | | | | Adapted packaging scripts: debian/roll-tarballs.sh nx-libs.spec | ||||
* | Move all config files from $(srcbase)/debian/ into $(srcbase)/etc/ folder. | Mike Gabriel | 2015-02-14 | 6 | -794/+0 |
| | | | | | | | | Affected packagings scripts: debian/roll-tarballs.sh debian/rules nx-libs.spec | ||||
* | Provide wrapper scripts for launch NX components in $(src)/bin/. | Mike Gabriel | 2015-02-14 | 24 | -145/+2 |
| | | | | | | | | | | | | | | | The installation process copies NX wrapper scripts into $(srcbase)/bin/ before build time. Those wrapper scripts are now in place natively and need not to be copied prior to building NX. Packaging scripts with adaptation: debian/roll-tarballs.sh debian/rules debian/*.docs nx-libs.spec | ||||
* | Prepare for maintaing upstream changes in upstream ChangeLog. | Mike Gabriel | 2015-02-14 | 2 | -21/+0 |
| | | | | | | | | | | | | | | | | This makes it obsolete to add changes to debian/changelog. We document our changes in Git (3.6.x branch and other related branches). On release, we generate an upstream ChangeLog from Git history. Only on the 3.5.0.x, we continue maintaining our changes in debian/changelog (to be compliant with current nx-libs release workflow in X2Go). The following packaging scripts needed adaptations to this change: debian/roll-tarballs.sh debian/rules nx-libs.spec | ||||
* | VERSION file: master VERSION file is in base folder, symlinked from ↵ | Mike Gabriel | 2015-02-14 | 3 | -8/+1 |
| | | | | | | | | | | | | | | | | | | nx*/VERSION and hw/nxagent/VERSION. This commit removes the debian/VERSION file at makes it now unnecessary to copy/symlink the VERSION file at build time. These build scripts got adapted: debian/roll-tarballs.sh debian/rules nx-libs.spec Furthermore, all NX component now use the main VERSION file as reference. typechange: nxcomp/VERSION typechange: nxcompext/VERSION typechange: nxcompshad/VERSION typechange: nxproxy/VERSION | ||||
* | Move Makefile (and auxiliary file replace.sh) into base folder. Adapt ↵ | Mike Gabriel | 2015-02-14 | 4 | -244/+1 |
| | | | | | | | | packaging these scripts: debian/roll-tarballs.sh debian/rules nx-libs.spec | ||||
* | Version bump, continuing NX 3.x development.. Targetting NX 3.6.x some time. | Mike Gabriel | 2015-02-14 | 2 | -2/+9 |
| | |||||
* | Use proper quoting on build flag vars (they may contain spaces). | Mike Gabriel | 2015-02-14 | 2 | -1/+2 |
| | |||||
* | Revert "Fix build when LDFLAGS (etc) contains spaces." | Mike Gabriel | 2015-02-14 | 1 | -4/+4 |
| | | | | This reverts commit 4436e97903aa6e2a7732fb98dcb46758a73fe130. | ||||
* | Unbrand NX Agent Startup Screen / Brand X2Go Agent Startup Screen ↵ | Oleksandr Shneyder | 2015-02-13 | 2 | -368/+0 |
| | | | | | | | | | | (999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch). When launched with NX Agent flavour, the startup screen gets unbranded by this patch (the !M logo does not get shown). When launched with X2Go Agent flavour, the startup screen gets branded with the X2GO logo. | ||||
* | Fix several typos in nxcomp. | Mike Gabriel | 2015-02-13 | 3 | -135/+0 |
| | | | | | | Former patch file names: 991_fix-hr-typos.full+lite.patch 991_fix-hr-typos.full.patch | ||||
* | Several fixes for building debug versions of NX ↵ | Mihai Moldovan | 2015-02-13 | 2 | -70/+0 |
| | | | | | | | | | | | | | | | | | | (990_fix-DEBUG-and-TEST-builds.full.patch). (1) In nx-X11/programs/Xserver/dix: Fix several compile errors when specifying -DDEBUG globally. Previous GCC versions were more liberal and the code thus compiled. Also initialize/reset a count variable correctly. (2) In nx-X11/programs/Xserver/hw/nxagent/Render.c: Check for pSrc->pDrawable to exist instead of having nxagent segfault when it does not. This enables the possibility of compiling all nxagent modules in TEST mode. |