aboutsummaryrefslogtreecommitdiffstats
path: root/patches
AgeCommit message (Collapse)AuthorFilesLines
2023-11-24add a CacheServer entry in pacman configuration snippet...pacman-v6.1.0Gravatar Christian Hesse2-410/+0
... comment the regular server entry and update the documentation in README file. The server error limit was introduced in pacman 6.0.0, which caused some trouble with pacredir: Returning 404 (not found) is common case and no fatal error. This should be fixed with pacman 7.0.0, that will understand CacheServer in configuration. Hopefully. Add the required bits in include file for pacman.
2023-01-03update patch...Gravatar Christian Hesse1-6/+17
... as resent to pacman-dev. Let's hope the mention of 'negative chaching' for reverse proxies and load balancers changes something.
2022-09-15use http header 'Cache-Control: no-cache' for soft failureGravatar Christian Hesse2-43/+58
This is standard header...
2022-05-10more solutions for caveat with pacman's server error limitGravatar Christian Hesse2-0/+384