Merge branch 'master' into next

This commit is contained in:
Michael Tremer
2024-09-24 08:54:50 +00:00
34 changed files with 626 additions and 236 deletions

View File

@@ -132,5 +132,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# 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
# Install the watcher
install -v -m 755 $(DIR_SRC)/config/suricata/suricata-watcher /usr/bin/suricata-watcher
@rm -rf $(DIR_APP)
@$(POSTBUILD)