aboutsummaryrefslogtreecommitdiffstats
path: root/pacman
AgeCommit message (Collapse)AuthorFilesLines
2023-11-13use different addresses in pacman configuration snippetGravatar Christian Hesse1-2/+2
Now that pacredir answers requests on 127.0.0.0/8... Make sure we do not confuse pacman by using default loopback address, which could host other repositories.
2023-11-13add a cache server entry in pacman configuration snippetGravatar Christian Hesse1-0/+8
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. Add a cache server with different address to make sure to request files from pacredir in case the address above was caught by pacman's server error limit.
2017-12-13use ipv4 loopback address explicitlyGravatar Christian Hesse1-1/+1
Depending on the system configuration 'loopback' can resolve to an IPv4 or IPv6 loopback address. As we bind to 127.0.0.1 use the same address here.
2017-04-28rename files to 'pacredir'Gravatar Christian Hesse1-0/+0
2013-10-29rename the project to paccacheGravatar Christian Hesse1-0/+0
2013-10-26add pacman include file0.0.1Gravatar Christian Hesse1-0/+2