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 40811ff383dc358e77afa9c482199336a4ffdca6 (commit) from 99a79bcbd89de07e108b836fe7d19bd26aeb02c3 (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 40811ff383dc358e77afa9c482199336a4ffdca6 Author: Peter Müller peter.mueller@ipfire.org Date: Sun May 8 09:01:24 2022 +0000
Suricata: Install Core Update 167 converter script
My fault, again. :-/
Signed-off-by: Peter Müller peter.mueller@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/suricata | 3 +++ 1 file changed, 3 insertions(+)
Difference in files: diff --git a/lfs/suricata b/lfs/suricata index fa7791cbe..1ebcb4ba4 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -131,5 +131,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Set correct ownership for /var/log/suricata. chown suricata:suricata /var/log/suricata
+ # Install converter script needed for Core Update 167 + install -m 0755 $(DIR_SRC)/config/suricata/convert-ids-backend-files /usr/sbin/convert-ids-backend-files + @rm -rf $(DIR_APP) @$(POSTBUILD)
hooks/post-receive -- IPFire 2.x development tree