From f14000733b01a8c00fe4ebea1a235aee0de05eae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Tue, 15 Feb 2022 18:11:28 +0000 Subject: [PATCH] Core Update 165: Ship ipset-related changes and restart the firewall engine MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/165/filelists/files | 3 +++ config/rootfiles/core/165/update.sh | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.5