Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old distribution packaging | Pierre Ossman | 2020-03-11 | 1 | -804/+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 |
| | |||||
* | Build RHEL 6 packages in Travis | Pierre Ossman | 2019-01-21 | 1 | -1/+1 |
| | |||||
* | Clean up RPM spec files | Pierre Ossman | 2019-01-21 | 1 | -1/+0 |
| | | | | | 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 | 1 | -2/+5 |
| | | | | It is needed by x0vncserver. | ||||
* | Update RPM package dependencies to require version alignment between packages. | Mark Mielke | 2018-12-12 | 1 | -7/+10 |
| | |||||
* | Remove Java web server | Pierre Ossman | 2018-10-09 | 1 | -38/+0 |
| | | | | | Applets don't work anymore so remove everything that has to do with serving them. | ||||
* | Update static library dependencies for rpm/deb packages | Brian P. Hinz | 2018-07-24 | 1 | -12/+11 |
| | |||||
* | Rename README.txt to README.rst and convert to reStructuredText | Peter Åstrand (astrand) | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | Fix build Java errors caused by UTF-8 characters in source comments | Brian P. Hinz | 2017-11-13 | 1 | -1/+1 |
| | | | | See issue #534 | ||||
* | Update URL for java timestamp authority | Brian P. Hinz | 2016-08-21 | 1 | -1/+1 |
| | | | | | 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 | 1 | -1/+8 |
| | | | | Patch taken directly from f22 nettle package | ||||
* | Install viewer .desktop file and icons on all Unix systems | Pierre Ossman | 2016-01-11 | 1 | -16/+1 |
| | | | | | These files are not Red Hat or Ubuntu specific, so install them on all Unix systems where the viewer is installed. | ||||
* | Remove uncessary Xauth cookie patch from deb & rpm packages | Brian P. Hinz | 2016-01-03 | 1 | -3/+0 |
| | | | | Obsoleted by 7461517 | ||||
* | Use --host and --build to prevent buildhost-specific optimizations | Brian P. Hinz | 2015-12-12 | 1 | -3/+12 |
| | |||||
* | Modularized el5 & el6 RPM specs | Brian P. Hinz | 2015-11-29 | 1 | -5/+53 |
| | | | | | | 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 | 1 | -4/+8 |
| | | | | Several of the pre-requisites have outstanding CVEs. | ||||
* | Finish removing unnecessary libos patches fro RPM builds. | Brian P. Hinz | 2015-05-04 | 1 | -1/+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 | 1 | -1/+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 | 1 | -2/+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 | 1 | -15/+108 |
| | | | | el5 and el6 need newer versions of gnutls (and it's prereqs) than are available natively. | ||||
* | Don't disable xinerama (#147) | Brian P. Hinz | 2015-03-08 | 1 | -2/+5 |
| | | | | Xinerama was disabled in the redhat spec file that ours was adapted from. Unsure why it was disabled in the first place. | ||||
* | Remove obsolete distro patches | Brian P. Hinz | 2015-03-01 | 1 | -2/+0 |
| | | | | | Commit f0fffd4d7f0907e91dfcee02cd7fbe4f4cbe2342 makes ldnow patch unnecessary. Commit 0dc36a501ee5e69ce1a201935a4a4a903d06cbe1 makes format-security patch unnecessary. | ||||
* | Bump version of fltk to 1.3.3 for el5, el6, & ubuntu packages | Brian P. Hinz | 2015-03-01 | 1 | -10/+7 |
| | |||||
* | Fixes for el6 spec file | Brian P. Hinz | 2014-12-06 | 1 | -4/+7 |
| | | | | Some minor adjustments to sync up the el6 spec file with fedora. | ||||
* | Fix for rpm-based packages when self-signed cert is used to sign java applet | Brian P. Hinz | 2014-12-06 | 1 | -1/+3 |
| | | | | | RPM build failed when the self-signed cert was used because the macro did not expand correctly. | ||||
* | SPEC file cleanup | Brian P. Hinz | 2014-11-21 | 1 | -3/+1 |
| | | | | | | | | * Removed the hard coded snap tag, if needed it should be passed in via "rpmbuild --define 'snap ...'". * Changed the hard coded version to "@VERSION@" to make it clear that the copy of the spec file in the repository needs to be updated manually. | ||||
* | Parameterize jar file signing for rpm-based distros | Brian P. Hinz | 2014-11-05 | 1 | -1/+10 |
| | | | | * Allow build time selection of self-signed or keystore signing | ||||
* | Set default file encoding to prevent java compiler warnings | Brian P. Hinz | 2014-11-05 | 1 | -1/+1 |
| | | | | | * The keymap files have UTF-8 characters embedded in comments. javac complains about this unless the default encoding is set. | ||||
* | el6 package enhancement | Brian P. Hinz | 2014-11-04 | 1 | -2/+5 |
| | | | | | * Bumped the xserver patch version to keep up with the installed version of xorg source. | ||||
* | Set -DBUILD_STATIC=off for package builds. | Brian P. Hinz | 2014-10-22 | 1 | -0/+1 |
| | | | | Commit f95272d set the BUILD_STATIC flag on by default, which is unnecessary for package builds. | ||||
* | Remove distro specific patches obsoleted by changes in 38023dc304 | Brian P. Hinz | 2014-09-18 | 1 | -2/+0 |
| | |||||
* | Apply latest fltk patches to rpm-based packages | Brian P. Hinz | 2014-09-16 | 1 | -49/+4 |
| | |||||
* | Added 'contrib' folder to store patches necessary to build external ↵ | Brian Hinz | 2013-11-28 | 1 | -0/+734 |
dependecies, distribution-specific packaging files, etc. Also added a delimiter to the end of the fltk patch script defined in BUILDING.txt to make it easier to parse this script out for automated builds. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5139 3789f03b-4d11-0410-bbf8-ca57d06f2519 |