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, core188 has been updated via 699124028a4a08c9b07de9348df37fa2950afe15 (commit) from 0694e7e45fa1a8d44df63b7c4c984b8b7cca2aec (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 699124028a4a08c9b07de9348df37fa2950afe15 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Sep 20 10:19:57 2024 +0000
core188: Regenerate Suricata rulefiles
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/188/update.sh | 4 ++++ 1 file changed, 4 insertions(+)
Difference in files: diff --git a/config/rootfiles/core/188/update.sh b/config/rootfiles/core/188/update.sh index 276223052..facaeede8 100644 --- a/config/rootfiles/core/188/update.sh +++ b/config/rootfiles/core/188/update.sh @@ -121,6 +121,10 @@ ldconfig /etc/init.d/apache restart /etc/init.d/unbound restart
+# 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