From: Peter Müller Date: Sat, 23 Apr 2022 14:26:05 +0000 (+0000) Subject: Core Update 168: Ship libhtp and Suricata, restart the latter X-Git-Tag: v2.27-core170~304^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=701e63c222f7e09cd27c8198c02ce0279627c7d8;p=ipfire-2.x.git Core Update 168: Ship libhtp and Suricata, restart the latter Signed-off-by: Peter Müller --- 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