Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Make sure libXrandr is available in package builds | Pierre Ossman | 2019-01-21 | 2 | -3/+7 |
| | | | | It is needed by x0vncserver. | ||||
* | 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 | 55 | -7620/+0 |
| | | | | | Packages for RHEL 5 and Ubuntu 12.04 are no longer maintained, so remove those files. | ||||
* | 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 | 1 | -3/+6 |
| | |||||
* | el7 bumped version of xorg to 1.20 | Brian P. Hinz | 2018-11-25 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -1/+1 |
|/ | | | | 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 | 2 | -13/+15 |
| | |||||
* | Rename README.txt to README.rst and convert to reStructuredText | Peter Åstrand (astrand) | 2018-01-31 | 3 | -3/+3 |
| | |||||
* | Fix build Java errors caused by UTF-8 characters in source comments | Brian P. Hinz | 2017-11-13 | 2 | -2/+2 |
| | | | | See issue #534 | ||||
* | Update distro package requirements | Brian P. Hinz | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | Patch the el7 xorg source appropriately | Brian P. Hinz | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | Update URL for java timestamp authority | Brian P. Hinz | 2016-08-21 | 2 | -2/+2 |
| | | | | | OpenJDK 7u111 on el6 now throws an exception if the TSA URL scheme is https. | ||||
* | Bump version of Xorg source patch to match distro update | Brian P. Hinz | 2016-06-20 | 1 | -2/+5 |
| | |||||
* | Apply nettle CVE patches to el6 build | Brian P. Hinz | 2016-04-02 | 2 | -1/+283 |
| | | | | Patch taken directly from f22 nettle package | ||||
* | Add missing BuildPrereq to el5 spec file | Brian P. Hinz | 2016-03-19 | 1 | -0/+1 |
| | | | | NASM 2.01 can be rebuilt from el6 spec file | ||||
* | Add '-g' to CFLAGS in el5 builds to get debug info | Brian P. Hinz | 2016-03-19 | 1 | -1/+1 |
| | |||||
* | Fixes for static linking of fltk for generic binaries | Brian P. Hinz | 2016-03-02 | 1 | -3/+3 |
| | |||||
* | More fixes for libX11 linkage problems | Brian P. Hinz | 2016-02-29 | 1 | -2/+2 |
| | |||||
* | Missed change in 57b11d46 | Brian P. Hinz | 2016-02-29 | 1 | -1/+1 |
| | | | | Additional change need for dynamic build of libX11 | ||||
* | Link libX11 dynamically | Brian P. Hinz | 2016-02-29 | 1 | -3/+2 |
| | | | | | | | | | Building libX11 statically causes problems with libpthread, however the version of libX11 that ships with el5 is too old to build libXext. So we have to build a dynamic version of libX11 and link against that while building. The resulting binary will actually be linked against the system libX11, which should be ABI compatible as far as Xvnc is concerned. | ||||
* | Install viewer .desktop file and icons on all Unix systems | Pierre Ossman | 2016-01-11 | 6 | -82/+3 |
| | | | | | These files are not Red Hat or Ubuntu specific, so install them on all Unix systems where the viewer is installed. | ||||
* | Delete unnecessary patch files | Brian P. Hinz | 2016-01-03 | 3 | -111/+0 |
| | |||||
* | Remove uncessary Xauth cookie patch from deb & rpm packages | Brian P. Hinz | 2016-01-03 | 3 | -7/+0 |
| | | | | Obsoleted by 7461517 | ||||
* | Add snap tag to el7 packages | Brian P. Hinz | 2015-12-24 | 1 | -1/+1 |
| | |||||
* | Add support for building RPM packages for RHEL 7 derivatives | Brian P. Hinz | 2015-12-24 | 7 | -0/+969 |
| | |||||
* | Use --host and --build to prevent buildhost-specific optimizations | Brian P. Hinz | 2015-12-12 | 2 | -21/+41 |
| | |||||
* | Modularized el5 & el6 RPM specs | Brian P. Hinz | 2015-11-29 | 2 | -17/+128 |
| | | | | | | Split the static library pre-reqs into a static-devel package so that they don't need to be rebuilt everytime tigervnc's sources change. | ||||
* | Update RPM dependency sources to latest versions | Brian P. Hinz | 2015-11-26 | 2 | -9/+17 |
| | | | | Several of the pre-requisites have outstanding CVEs. | ||||
* | Compile legacy Xvnc with relative rpath for portability | Brian P. Hinz | 2015-09-12 | 3 | -14/+171 |
| | | | | | | Build with rpath link so that Xvnc finds our libGL even if it's not installed in "/". Also applied dridir and xkbcompdir patches so that the correct DRI driver gets loaded. | ||||
* | Apply recent Xorg CVE patches, update dependencies | Brian P. Hinz | 2015-08-09 | 6 | -5/+482 |
| | | | | | | | Added patches for the following upstream CVEs: 2013-7439, 2015-0255, 2015-1802, 2015-1803, 2015-1804. Also updated the versions of gnutls, libtasn1, and libjpeg-turbo used to build static libraries to their latest respective upstream versions. | ||||
* | Finish removing unnecessary libos patches fro RPM builds. | Brian P. Hinz | 2015-05-04 | 2 | -2/+0 |
| | | | | | The patch sources were removed but the %patch commands were left in the spec files. | ||||
* | Remove no longer needed libos patches | Pierre Ossman | 2015-04-30 | 4 | -40/+0 |
| | | | | | This workaround is no longer needed as we've fixed the bad interaction with libtool. | ||||
* | Update build requirements in el6 spec file | Brian P. Hinz | 2015-03-18 | 1 | -3/+4 |
| | | | | | | | Make the dependency on g++ explicit. Now that the native version of cmake in el6 has been bumped to v2.8 we can remove the dependency on EPEL's cmake28 package. | ||||
* | Remove unnecessary dependency on openmotif | Brian P. Hinz | 2015-03-15 | 2 | -4/+0 |
| | | | | Requirement was an artifact of older version of mesa, and is no longer necessary. | ||||
* | Update package builds to meet new minimum requirements. | Brian P. Hinz | 2015-03-14 | 3 | -125/+182 |
| | | | | el5 and el6 need newer versions of gnutls (and it's prereqs) than are available natively. | ||||
* | Merge branch 'upreqs' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2015-03-12 | 1 | -1/+0 |
|\ | | | | | | | | | | | Conflicts: contrib/packages/rpm/el5/SPECS/tigervnc.spec vncviewer/Viewport.cxx | ||||
| * | Drop bundled zlib | Pierre Ossman | 2015-02-03 | 1 | -1/+0 |
| | | | | | | | | | | We're not doing a sufficient job of keeping this updated so list it as an external requirement instead. | ||||
* | | Don't disable xinerama (#147) | Brian P. Hinz | 2015-03-08 | 2 | -4/+10 |
| | | | | | | | | Xinerama was disabled in the redhat spec file that ours was adapted from. Unsure why it was disabled in the first place. | ||||
* | | Build local static libpng on el5 | Brian P. Hinz | 2015-03-01 | 1 | -1/+14 |
| | | | | | | | | The system libpng is too old for fltk 1.3.3, resulting in undefined reference errors when trying to link vncviewer. | ||||
* | | Remove obsolete distro patches | Brian P. Hinz | 2015-03-01 | 5 | -28/+29 |
| | | | | | | | | | | Commit f0fffd4d7f0907e91dfcee02cd7fbe4f4cbe2342 makes ldnow patch unnecessary. Commit 0dc36a501ee5e69ce1a201935a4a4a903d06cbe1 makes format-security patch unnecessary. | ||||
* | | Use autotools to build fltk-1.3.3 on el5 instead of cmake | Brian P. Hinz | 2015-03-01 | 3 | -192/+17 |
| | | | | | | | | Static libraries are too hard to get linked correctly with cmake. | ||||
* | | Bump version of fltk to 1.3.3 for el5, el6, & ubuntu packages | Brian P. Hinz | 2015-03-01 | 2 | -16/+12 |
| | | |||||
* | | Fix fuzz in distro patches caused upstream changes | Brian P. Hinz | 2015-02-04 | 2 | -4/+2 |
| | | |||||
* | | Improved font path specifiecation for el5 & generic binaries. | Brian P. Hinz | 2015-01-28 | 1 | -4/+12 |
| | | | | | | | | | | | | Font paths were incompletely specified, resulting in font issues with some applications (nedit, for instance). Also, added support for font catalogues back in, even though el5 doesn't supoort it, this should make font handling more robust for the genric binaries. (cherry picked from commit 233eea2d45004adeaf6434ef6b0e0c9942a1f1ea) |