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 a59052cec61a78357033f9a97d09f4f47625a2d2 (commit) from 1f367e0aab3ffb1bc8d5528dc1a383142ab3d92b (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 a59052cec61a78357033f9a97d09f4f47625a2d2 Author: Stefan Schantl Date: Wed May 1 20:19:01 2019 +0200 suricata: Update to 4.1.4 This is a minor update to the latest available version from the suricata 4.1 series. Fixes #12068. Signed-off-by: Stefan Schantl Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: lfs/suricata | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Difference in files: diff --git a/lfs/suricata b/lfs/suricata index d7b5b71d6..310920606 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -24,7 +24,7 @@ include Config -VER = 4.1.3 +VER = 4.1.4 THISAPP = suricata-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 35c4a8e6be3910831649a073950195df +$(DL_FILE)_MD5 = cb8bf6b8330c44ae78dfb5b083a6fe82 install : $(TARGET) hooks/post-receive -- IPFire 2.x development tree