squid/squid.logrotate
Adam Majer 50777186fb - Update to 6.12
- Fix validation of Digest auth header parameters
- changes since squid-6.11:
  - Fix Kerberos detection when cross-compiling
  - Improve robustness of DNS code on reconfigure
  - Prevent slow memory leak in TCP DNS queries
  - Improve errors emitted when invalid ACLs are parsed

- Disble ESI. The code is removed upstream in 7.x (bsc#1232485, CVE-2024-45802)

OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=301
2024-12-09 13:10:14 +00:00

16 lines
352 B
Plaintext

/var/log/squid/access.log /var/log/squid/store.log /var/log/squid/cache.log {
su squid squid
compress
dateext
maxage 365
rotate 99
size=+4096k
notifempty
missingok
create 640 squid squid
sharedscripts
postrotate
/usr/bin/systemctl -q is-active squid.service && /usr/sbin/squid -k rotate
endscript
}