Age | Commit message (Collapse) | Author |
|
* Update to trafficserver release 9.0.2
- Add new perl and brotli compression dependency
- Add a patch to allow a unit test that read /etc/hosts and assumed it
contained `localhost` to pass. This is done by providing a file to
read in the tests directory.
- Remove tcl dependency
- Use python3 sphinx
|
|
* Update to trafficserver release 8.0.7
- Add new luajit dependency
- Accommodate changes to the systemd that prevents trafficserver
from running as the 'nobody' user. This is accomplished by relying
on a 'trafficserver' user but introduces many challenges. See:
https://bbs.archlinux.org/viewtopic.php?id=241480
|
|
* Update to trafficserver release 7.0.0
|
|
* Update to trafficserver release 6.1.0
|
|
|
|
* Remove the /run directories from the package.
* Ensure the temporary files are created before first run by executing
systemd-tmpfiles --create.
|
|
* Don't use configure option --with-user= (the user defaults to
'nobody'). This allows the package to build without creating the
specified user first as 'nobody' is a base user.
* Don't create the user and group in trafficserver.install
pre_install().
|
|
* 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.
|
|
* 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.
|
|
|