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, next has been updated
via b6deb78d91664a8ef7b9eac2cbfd44b5d9cfaf2c (commit)
from f8798c09e97b99893f710ad3bb5648ac4d4eaa6d (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 b6deb78d91664a8ef7b9eac2cbfd44b5d9cfaf2c
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Mar 1 21:32:08 2021 +0000
suricata: Ship after updating rust compiler
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/{oldcore/131 => core/155}/filelists/suricata | 0
config/rootfiles/core/155/update.sh | 1 +
2 files changed, 1 insertion(+)
copy config/rootfiles/{oldcore/131 => core/155}/filelists/suricata (100%)
Difference in files:
diff --git a/config/rootfiles/core/155/filelists/suricata b/config/rootfiles/core/155/filelists/suricata
new file mode 120000
index 000000000..f671f6993
--- /dev/null
+++ b/config/rootfiles/core/155/filelists/suricata
@@ -0,0 +1 @@
+../../../common/suricata
\ No newline at end of file
diff --git a/config/rootfiles/core/155/update.sh b/config/rootfiles/core/155/update.sh
index eb00f339b..5c7a3d3a9 100644
--- a/config/rootfiles/core/155/update.sh
+++ b/config/rootfiles/core/155/update.sh
@@ -70,6 +70,7 @@ ldconfig
/etc/init.d/unbound restart
/etc/init.d/collectd restart
/etc/init.d/squid restart
+/etc/init.d/suricata restart
# This update needs a reboot...
#touch /var/run/need_reboot
hooks/post-receive
--
IPFire 2.x development tree