From 3071989cfc346a4abd49b8c35409f1b553b37b2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Tue, 15 Feb 2022 18:15:53 +0000 Subject: [PATCH] Core Update 165: Ship changes related to P2P block removal 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 | 2 ++ config/rootfiles/core/165/update.sh | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/165/filelists/files b/config/rootfiles/core/165/filelists/files index fe2041e2da..3e1059ca0a 100644 --- a/config/rootfiles/core/165/filelists/files +++ b/config/rootfiles/core/165/filelists/files @@ -1,3 +1,4 @@ +etc/rc.d/init.d/firewall opt/pakfire/etc/pakfire.conf opt/pakfire/lib/functions.pl srv/web/ipfire/cgi-bin/backup.cgi @@ -14,3 +15,4 @@ usr/sbin/setup var/ipfire/ids-functions.pl var/ipfire/location-functions.pl var/ipfire/main/manualpages +var/ipfire/menu.d/50-firewall.menu diff --git a/config/rootfiles/core/165/update.sh b/config/rootfiles/core/165/update.sh index 0d3a12251e..2cabbc1ffb 100644 --- a/config/rootfiles/core/165/update.sh +++ b/config/rootfiles/core/165/update.sh @@ -63,7 +63,9 @@ rm -rvf \ /usr/lib/libpython3.8.so \ /usr/lib/libpython3.8.so.1.0 \ /usr/lib/python3.8/ \ - /usr/share/xt_geoip/ + /usr/share/xt_geoip/ \ + /var/ipfire/firewall/p2protocols \ + /srv/web/ipfire/cgi-bin/p2p-block.cgi # Stop services -- 2.47.3