From 701e63c222f7e09cd27c8198c02ce0279627c7d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sat, 23 Apr 2022 14:26:05 +0000 Subject: [PATCH] Core Update 168: Ship libhtp and Suricata, restart the latter MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/168/filelists/libhtp | 1 + config/rootfiles/core/168/filelists/suricata | 1 + config/rootfiles/core/168/update.sh | 2 ++ 3 files changed, 4 insertions(+) create mode 120000 config/rootfiles/core/168/filelists/libhtp create mode 120000 config/rootfiles/core/168/filelists/suricata diff --git a/config/rootfiles/core/168/filelists/libhtp b/config/rootfiles/core/168/filelists/libhtp new file mode 120000 index 0000000000..676e2c5e87 --- /dev/null +++ b/config/rootfiles/core/168/filelists/libhtp @@ -0,0 +1 @@ +../../../common/libhtp \ No newline at end of file diff --git a/config/rootfiles/core/168/filelists/suricata b/config/rootfiles/core/168/filelists/suricata new file mode 120000 index 0000000000..f671f69933 --- /dev/null +++ b/config/rootfiles/core/168/filelists/suricata @@ -0,0 +1 @@ +../../../common/suricata \ No newline at end of file diff --git a/config/rootfiles/core/168/update.sh b/config/rootfiles/core/168/update.sh index e27d041d37..f494476170 100644 --- a/config/rootfiles/core/168/update.sh +++ b/config/rootfiles/core/168/update.sh @@ -62,6 +62,7 @@ rm -vf \ /etc/init.d/squid stop /usr/local/bin/openvpnctrl -k /usr/local/bin/openvpnctrl -kn2n +/etc/init.d/suricata stop # Extract files extract_files @@ -80,6 +81,7 @@ ldconfig /etc/init.d/squid start /usr/local/bin/openvpnctrl -s /usr/local/bin/openvpnctrl -sn2n +/etc/init.d/suricata start # This update needs a reboot... #touch /var/run/need_reboot -- 2.39.2