From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl <stefan.schantl@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] suricata: Update to 4.1.4 Date: Wed, 01 May 2019 20:19:01 +0200 Message-ID: <20190501181901.3871-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6191947601655503995==" List-Id: <development.lists.ipfire.org> --===============6191947601655503995== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit This is a minor update to the latest available version from the suricata 4.1 series. Fixes #12068. Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org> --- lfs/suricata | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.20.1 --===============6191947601655503995==--