Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Raise CMake requirement to 3.10 | Pierre Ossman | 2021-11-05 | 2 | -11/+3 |
| | | | | | | It's difficult to support both old and new versions, so raise the requirement to the oldest that is commonly used, which is CMake 3.10.2 on Ubuntu 18.04. | ||||
* | Drop Ubuntu 16.04 from builds | Pierre Ossman | 2021-11-05 | 14 | -727/+0 |
| | | | | | This version of Ubuntu is no longer fully supported so let's stop caring about builds there. | ||||
* | Remove Ubuntu rethrow signals patch | Pierre Ossman | 2021-07-13 | 6 | -69/+0 |
| | | | | | This was removed from Ubunut's X.org packages years ago, so drop it from our packing as well. | ||||
* | Update RHEL package spec files | Jan Grulich | 2021-05-18 | 2 | -27/+43 |
| | |||||
* | Specify HOWTO.md in spec files | Pierre Ossman | 2021-03-02 | 2 | -0/+2 |
| | | | | Or rpmbuild gets grumpy. | ||||
* | Add packages for CentOS 8 | Brian P. Hinz | 2020-12-19 | 2 | -0/+779 |
| | |||||
* | Initial support for ubuntu focal | Brian P. Hinz | 2020-12-19 | 14 | -0/+695 |
| | |||||
* | EL 7 tigervnc.spec updates | Mark Mielke | 2020-07-27 | 1 | -3/+8 |
| | | | | | | | | | | | Add missing build requirements: libpng-devel, zlib-devel Remove obsolete build requirements: libXfont-devel Fix unexpected rpm macro expansion `%{VERSION}` which is supposed to be passed through as literal to `rpm -q --qf`. This hasn't caused problems before, but it was found to cause problems when built from EL 8 when it expanded to "1.10.1". | ||||
* | Automatically pick the correct X.org patch | Mark Mielke | 2020-05-31 | 1 | -2/+6 |
| | | | | | Update RPM package build process to automatically detect and apply the correct X.org patch. | ||||
* | Update Ubuntu patches for current code | Pierre Ossman | 2020-04-02 | 2 | -24/+16 |
| | |||||
* | Remove support for old Xorg versions | Pierre Ossman | 2020-03-12 | 4 | -644/+0 |
| | | | | No current distribution ship anything this ancient anyway. | ||||
* | Use standard install dir variable names | Pierre Ossman | 2020-03-12 | 3 | -22/+18 |
| | | | | | This makes our builds directly compatible with most distributions without packagers/users having to specify extra flags. | ||||
* | Add SELinux policy file for vncsession | Pierre Ossman | 2020-03-12 | 1 | -1/+42 |
| | | | | | | Running as a service on a SELinux system requires rules so we can transition to our own context. We also need the proper permissions to start new user sessions. | ||||
* | Start sessions via PAM | Pierre Ossman | 2020-03-12 | 10 | -90/+109 |
| | | | | | | | | | This sets up a more correct session as there are key tasks that need to be performed by PAM. E.g. systemd will allocate cgroups and start base services. In order to easily handle this as a system service the mapping of displays is now done via a configuration file. | ||||
* | Always install systemd services | Pierre Ossman | 2020-03-12 | 10 | -334/+4 |
| | | | | | | | It is the most common init system these days so it should not be hidden in the contrib/ directory. This also removes all old SysV files from the contrib packages. | ||||
* | Add default configuration files | Pierre Ossman | 2020-03-12 | 3 | -3/+8 |
| | | | | Install some example files to make things more easily discoverable. | ||||
* | Remove old distribution packaging | Pierre Ossman | 2020-03-11 | 21 | -6773/+0 |
| | | | | | These are EOL (or soon to be) and we want to start relying on things present in current distributions. | ||||
* | el6 build improvements. dependency updates, link order fixes | Brian P. Hinz | 2019-12-28 | 1 | -29/+23 |
| | |||||
* | Update source URLs in el6 spec file | Brian P. Hinz | 2019-12-22 | 1 | -4/+4 |
| | |||||
* | Remove support for ubuntu trusty since it's been EoL for 6 months | Brian P. Hinz | 2019-12-15 | 16 | -807/+0 |
| | |||||
* | Use openjdk-8 to build java viewer for bionic | Brian P. Hinz | 2019-11-30 | 1 | -1/+1 |
| | |||||
* | Update build deps for Ubuntu Bionic packages | Brian P. Hinz | 2019-11-30 | 1 | -3/+3 |
| | |||||
* | Add build scripts for ubunto 18.04 (bionic) | Brian P. Hinz | 2019-10-29 | 16 | -0/+803 |
| | |||||
* | Do parallel builds for Ubuntu packages | Pierre Ossman | 2019-01-21 | 2 | -5/+9 |
| | | | | Make the builds faster as we now run them often via Travis. | ||||
* | Build RHEL 6 packages in Travis | Pierre Ossman | 2019-01-21 | 1 | -1/+1 |
| | |||||
* | Clean up RPM spec files | Pierre Ossman | 2019-01-21 | 2 | -4/+1 |
| | | | | | Remove the unused Java self sign variable, and make sure we don't hard code a version as it needs to be adjusted before a build. | ||||
* | Add missing FLTK dependency | Pierre Ossman | 2019-01-21 | 1 | -1/+1 |
| | | | | libXft is needed to build FLTK for the RHEL 6 RPM. | ||||
* | Clean up Ubuntu 14.04 FLTK build | Pierre Ossman | 2019-01-21 | 3 | -91/+13 |
| | | | | | | The supporting scripts weren't really up to date, so remove them and just require the packager to include FLTK in the source tarball. | ||||
* | Make sure libXrandr is available in package builds | Pierre Ossman | 2019-01-21 | 4 | -5/+9 |
| | | | | It is needed by x0vncserver. | ||||
* | Use Xorg source from distribution | Pierre Ossman | 2019-01-21 | 8 | -25/+19 |
| | |||||
* | Add libXfont as a Debian package dependency | Pierre Ossman | 2019-01-21 | 1 | -1/+1 |
| | | | | It is needed to build Xvnc. | ||||
* | Stop building FLTK for modern distributions | Pierre Ossman | 2019-01-21 | 1 | -82/+8 |
| | | | | They include a new enough version, so stop doing our own build. | ||||
* | Remove obsolete packages | Pierre Ossman | 2019-01-14 | 74 | -8498/+0 |
| | | | | | Packages for RHEL 5 and Ubuntu 12.04 are no longer maintained, so remove those files. | ||||
* | Remove obsolete FLTK patches | Pierre Ossman | 2019-01-14 | 18 | -5231/+0 |
| | | | | | These are for ancient versions of FLTK and are not needed in the versions required by us. | ||||
* | dead links and bitrot | Ben Hildred | 2019-01-11 | 1 | -2/+2 |
| | | | | | | | Two minor issues: This script is written in python two which is depreciated, and should be rewritten in python three, but I have so far been successful in not learning python. :-) to simplify debugging I have clarified that it needs a python two interpreter. This script downloads an old version of mesa (an update may be appropriate), unfortunately the release candidate previously specified is no longer available, so an update to the next released version was made. | ||||
* | Update RPM package dependencies to require version alignment between packages. | Mark Mielke | 2018-12-12 | 2 | -14/+20 |
| | |||||
* | EL7 with Xorg 1.2.0 needs --disable-dri3 | Brian P. Hinz | 2018-11-26 | 2 | -4/+7 |
| | |||||
* | el7 bumped version of xorg to 1.20 | Brian P. Hinz | 2018-11-25 | 1 | -1/+1 |
| | |||||
* | Remove Java viewer from debian packages (4a4453f broke nightly builds) | Brian P. Hinz | 2018-11-25 | 2 | -8/+8 |
| | |||||
* | Merge branch 'nojava' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2018-10-26 | 3 | -116/+0 |
|\ | |||||
| * | Remove Java web server | Pierre Ossman | 2018-10-09 | 3 | -116/+0 |
| | | | | | | | | | | Applets don't work anymore so remove everything that has to do with serving them. | ||||
* | | Change to https for tigervnc URL | Pierre Ossman | 2018-10-19 | 4 | -4/+4 |
|/ | | | | Our main web site now supports https, so update all references. | ||||
* | Update static library dependencies for rpm/deb packages | Brian P. Hinz | 2018-07-24 | 4 | -17/+19 |
| | |||||
* | Rename README.txt to README.rst and convert to reStructuredText | Peter Åstrand (astrand) | 2018-01-31 | 3 | -3/+3 |
| | |||||
* | Update package dependencies for Ubuntu Trusty | Brian P. Hinz | 2017-11-26 | 1 | -3/+3 |
| | |||||
* | Fix build Java errors caused by UTF-8 characters in source comments | Brian P. Hinz | 2017-11-13 | 5 | -5/+5 |
| | | | | See issue #534 | ||||
* | Update distro package requirements | Brian P. Hinz | 2017-10-29 | 2 | -2/+2 |
| | |||||
* | Patch the el7 xorg source appropriately | Brian P. Hinz | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | Add missing package dependency | Brian P. Hinz | 2017-02-10 | 1 | -1/+1 |
| | | | | Fixes issue #408 | ||||
* | Update Ubuntu package dependencies. | Brian P. Hinz | 2016-11-06 | 3 | -3/+3 |
| | | | | Fixes #360 |