Hello community, here is the log from the commit of package shorewall for openSUSE:Factory checked in at 2020-11-11 20:48:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shorewall (Old) and /work/SRC/openSUSE:Factory/.shorewall.new.26437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shorewall" Wed Nov 11 20:48:22 2020 rev:121 rq:847792 version:5.2.8 Changes: -------- --- /work/SRC/openSUSE:Factory/shorewall/shorewall.changes 2020-09-28 14:29:37.762177018 +0200 +++ /work/SRC/openSUSE:Factory/.shorewall.new.26437/shorewall.changes 2020-11-11 20:48:23.199759362 +0100 @@ -1,0 +2,14 @@ +Mon Nov 9 09:43:02 UTC 2020 - Bruno Friedmann <[email protected]> + +- Rework xt_geo_ip fixes by using dynamic patching with find + which is less burden and confusing than manual patches series. +- Add dynamic patching for *.service with removing like upstream + the obsolete StandardOutput=syslog until new release + +------------------------------------------------------------------- +Sun Nov 8 19:25:23 UTC 2020 - Togan Muftuoglu <[email protected]> + +- Correct the xt_geo_ip locations +- Correct output to journal + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shorewall.spec ++++++ --- /var/tmp/diff_new_pack.vjvZGc/_old 2020-11-11 20:48:24.031760143 +0100 +++ /var/tmp/diff_new_pack.vjvZGc/_new 2020-11-11 20:48:24.035760147 +0100 @@ -175,7 +175,10 @@ %prep %setup -q -c -a1 -a2 -a3 -a4 -a5 -a6 -# Patch for fillup +#PATCH-FIX-OPENSUSE geo_ip has no LE +#We keep it with this dynamic form to avoid maintaining manual patch +find . \( -name shorewall*.conf -or -name shorewall*.conf.annotated \) -exec sed -i "s,GEOIPDIR=/usr/share/xt_geoip/LE,GEOIPDIR=/usr/share/xt_geoip,g" {} \; +#PATCH-FIX-OPENSUSUSE for fillup pushd %{name}-init-%{version} %patch1 -p1 popd @@ -205,6 +208,9 @@ # and make shorewall remote working without hacks sed -i 's#/sbin/shorewall#%{_sbindir}/shorewall#g' %{name}-%{version}/lib.cli-std +# On 20201108 Upstream decide to remove StandardOutput=syslog from service on future version +find . -iname "*.service" -exec sed -i '/StandardOutput=syslog/d' {} \; + %build %install _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
