summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2014-04-05Silence warning generated during package upgrade.Galen Sampson
* If an older version of the package was already installed 'pacman -U' warns that the existing '/run/trafficserver' directory permissions differ from the package. Alter the install logic to ensure the directory permissions match those that would be generated by systemd tmpfiles.
2014-04-05Don't bother removing libtool libraries.Galen Sampson
* Don't bother removing libtool libraries. The 'makepkg' command now removes libtool and static libraries by default. It is also a configurable option/argument to 'makepkg'. Simplify the PKGBUILD logic by allowing 'makepkg' to handle any libtool libraries.
2014-04-05Update to trafficserver release 4.2.0Galen Sampson
* Apply necessary patch for automake makefiles from upstream to link correctly. * Add necessary steps to generate makefiles.
2013-12-27Update to trafficserver release 4.1.2Galen Sampson
* Update to trafficserver release 4.1.2
2013-09-10Ensure that trafficserver will start immediately after package install.Galen Sampson
* The trafficserver daemons require the existence of /run/trafficserver temp directory to run. If we remove the directory from the package something would have to create it before the server processes could successfully start. If systemd is in use systemd-tmpfiles will still successfully create the directory on future reboots due to the configuration file. As such leaving the /run/trafficserver directory in the package makes the most sense.
2013-09-10Update to trafficserver release 4.0.1Galen Sampson
* The autoconf config.layout patch for Arch has been merged upstream as is no longer required. * Output the upgrade instructions URL if we are upgrading from trafficserver 3.x to 4.0 as some configuration changes might be required.
2013-07-29Update to trafficserver release 3.2.5Galen Sampson
* The patches to build with gcc 4.8 are no longer required. * Use an array for the package name.
2013-03-19Initial package of Apache Traffic Server 3.2.4.Galen Sampson