Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package squid for openSUSE:Factory checked in at 2023-05-03 12:56:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/squid (Old) and /work/SRC/openSUSE:Factory/.squid.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "squid" Wed May 3 12:56:54 2023 rev:112 rq:1084087 version:5.8 Changes: -------- --- /work/SRC/openSUSE:Factory/squid/squid.changes 2023-04-14 13:14:13.351956536 +0200 +++ /work/SRC/openSUSE:Factory/.squid.new.1533/squid.changes 2023-05-03 12:57:13.387813406 +0200 @@ -1,0 +2,9 @@ +Tue May 2 15:14:15 UTC 2023 - Adam Majer <[email protected]> + +- partial revert of earlier "fix PIDFile" + - move pidfile back to /run/squid.pid and not in the directory + owned by squid. The purpose of /run/squid/ is to facilitate + SMP worker's IPC and not for the PID file. The PID file can + live just fine in /run since it's written by root. (bsc#1210960) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ squid.spec ++++++ --- /var/tmp/diff_new_pack.3eG2Su/_old 2023-05-03 12:57:14.003817025 +0200 +++ /var/tmp/diff_new_pack.3eG2Su/_new 2023-05-03 12:57:14.007817049 +0200 @@ -120,7 +120,7 @@ --datadir=%{_datadir}/squid \ --sharedstatedir=%{_localstatedir}/squid \ --with-logdir=%{_localstatedir}/log/squid \ - --with-pidfile=%{_rundir}/%{name}/squid.pid \ + --with-pidfile=%{_rundir}/squid.pid \ --with-dl \ --enable-disk-io \ --enable-storeio \
