summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-07-28Add prepare() to PKGBUILD.Galen Sampson
* Move patching logic from build() to prepare() as per PKGBUILD(5).
2014-05-22Update to trafficserver release 4.2.1Galen Sampson
* Remove no longer necessary patch for automake makefiles. * Remove now uncessary logic use to regenerate Makefiles with alocal and automake. The Makefiles distributed with the .tar.bz2 file are sufficient.
2014-04-05pkgname: revert the use of an array.Galen Sampson
* The pkgname can either be the package name or an array. The array is used for split packages. AUR doesn't support split packages so it rejects this package. Just use the name instead of the array that was introduced in commit 81a940.
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-10Output a log and cache cleanup message upon package removal.Galen Sampson
* Removing the package does not remove the log files and the cache database. Some people may want to keep the log files, but others may not. Warn the package remover that these files still exist and must be removed manually if desired.
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