This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 4913a44798caa0a190aef6cfced766e713ea260a (commit) from 3cd62a7c4cacd3e2821658f9e36667e81b17cf11 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 4913a44798caa0a190aef6cfced766e713ea260a Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Sep 20 10:21:19 2024 +0000
core189: Regenerate Suricata rulefiles again
This is needed for people who have missed this in Core Update 188.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/189/update.sh | 4 ++++ 1 file changed, 4 insertions(+)
Difference in files: diff --git a/config/rootfiles/core/189/update.sh b/config/rootfiles/core/189/update.sh index 149f8f677..3bcbcb3bb 100644 --- a/config/rootfiles/core/189/update.sh +++ b/config/rootfiles/core/189/update.sh @@ -352,6 +352,10 @@ telinit u /usr/local/bin/openvpnctrl -s /usr/local/bin/openvpnctrl -sn2n
+# Regenerate Suricata rule files +perl -e "require '/var/ipfire/ids-functions.pl'; &IDS::write_used_rulefiles_file();"t +/etc/init.d/suricata reload + # Build initial ramdisks dracut --regenerate-all --force KVER="xxxKVERxxx"
hooks/post-receive -- IPFire 2.x development tree