Age | Commit message (Collapse) | Author |
|
* 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.
|
|
* 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.
|
|
* Apply necessary patch for automake makefiles from upstream to link
correctly.
* Add necessary steps to generate makefiles.
|
|
* Update to trafficserver release 4.1.2
|
|
* 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.
|
|
* 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.
|
|
* The patches to build with gcc 4.8 are no longer required.
* Use an array for the package name.
|
|
|