Hello community, here is the log from the commit of package avahi for openSUSE:Factory checked in at 2020-07-31 15:53:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/avahi (Old) and /work/SRC/openSUSE:Factory/.avahi.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "avahi" Fri Jul 31 15:53:57 2020 rev:133 rq:823552 version:0.7 Changes: -------- avahi-mono.changes: same change --- /work/SRC/openSUSE:Factory/avahi/avahi.changes 2020-04-19 21:49:32.148088715 +0200 +++ /work/SRC/openSUSE:Factory/.avahi.new.3592/avahi.changes 2020-07-31 15:54:38.944289155 +0200 @@ -1,0 +2,13 @@ +Thu Jul 30 10:06:28 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Call xargs -r0 instead of just xargs -r: guard against file names + with whitespaces. + +------------------------------------------------------------------- +Tue Jul 21 21:39:05 UTC 2020 - Michael Gorse <[email protected]> + +- When changing ownership of /var/lib/autoipd, only change + ownership of files owned by avahi, to mitigate against + possible exploits (bsc#1154063). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ avahi-glib2.spec ++++++ --- /var/tmp/diff_new_pack.OP6wSo/_old 2020-07-31 15:54:42.052291379 +0200 +++ /var/tmp/diff_new_pack.OP6wSo/_new 2020-07-31 15:54:42.056291382 +0200 @@ -650,7 +650,7 @@ %post autoipd %{fillup_only -ns avahi autoipd} # Change ownership of /var/lib/avahi-autoipd after upgrade from openSUSE <= 12.3 and SLE <= 11. -chown -R avahi-autoipd:avahi-autoipd %{_localstatedir}/lib/avahi-autoipd +find %{_localstatedir}/lib/avahi-autoipd -user avahi |xargs -r0 chown avahi-autoipd:avahi-autoipd %post -n libavahi-client3 -p /sbin/ldconfig %postun -n libavahi-client3 -p /sbin/ldconfig avahi-mono.spec: same change ++++++ avahi.spec ++++++ --- /var/tmp/diff_new_pack.OP6wSo/_old 2020-07-31 15:54:42.104291417 +0200 +++ /var/tmp/diff_new_pack.OP6wSo/_new 2020-07-31 15:54:42.108291420 +0200 @@ -645,7 +645,7 @@ %post autoipd %{fillup_only -ns avahi autoipd} # Change ownership of /var/lib/avahi-autoipd after upgrade from openSUSE <= 12.3 and SLE <= 11. -chown -R avahi-autoipd:avahi-autoipd %{_localstatedir}/lib/avahi-autoipd +find %{_localstatedir}/lib/avahi-autoipd -user avahi |xargs -r0 chown avahi-autoipd:avahi-autoipd %post -n libavahi-client3 -p /sbin/ldconfig %postun -n libavahi-client3 -p /sbin/ldconfig
