From: Peter Müller Date: Tue, 15 Feb 2022 18:11:28 +0000 (+0000) Subject: Core Update 165: Ship ipset-related changes and restart the firewall engine X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f14000733b01a8c00fe4ebea1a235aee0de05eae;p=people%2Fms%2Fipfire-2.x.git Core Update 165: Ship ipset-related changes and restart the firewall engine Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/165/filelists/files b/config/rootfiles/core/165/filelists/files index 412e92cb65..fe2041e2da 100644 --- a/config/rootfiles/core/165/filelists/files +++ b/config/rootfiles/core/165/filelists/files @@ -8,6 +8,9 @@ srv/web/ipfire/cgi-bin/pakfire.cgi srv/web/ipfire/cgi-bin/qos.cgi srv/web/ipfire/html/themes/ipfire/include/css/style.css usr/lib/firewall/firewall-lib.pl +usr/lib/firewall/rules.pl +usr/local/bin/update-location-database usr/sbin/setup var/ipfire/ids-functions.pl +var/ipfire/location-functions.pl var/ipfire/main/manualpages diff --git a/config/rootfiles/core/165/update.sh b/config/rootfiles/core/165/update.sh index 7e534672d1..0d3a12251e 100644 --- a/config/rootfiles/core/165/update.sh +++ b/config/rootfiles/core/165/update.sh @@ -62,7 +62,8 @@ rm -rvf \ /usr/bin/python3.8-config \ /usr/lib/libpython3.8.so \ /usr/lib/libpython3.8.so.1.0 \ - /usr/lib/python3.8/ + /usr/lib/python3.8/ \ + /usr/share/xt_geoip/ # Stop services @@ -80,6 +81,7 @@ ldconfig # Start services telinit u +/etc/rc.d/init.d/firewall restart # This update needs a reboot... touch /var/run/need_reboot