suricata: Update to 5.0.2

Message ID 20200214121011.2734-1-stefan.schantl@ipfire.org
State Accepted
Commit 8877c587cea024210a24c8212221d72209f9f2f0
Headers
Series suricata: Update to 5.0.2 |

Commit Message

Stefan Schantl Feb. 14, 2020, 12:10 p.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 lfs/suricata | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Michael Tremer Feb. 14, 2020, 1:38 p.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 14 Feb 2020, at 12:10, Stefan Schantl <stefan.schantl@ipfire.org> wrote:
> 
> Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
> ---
> lfs/suricata | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/suricata b/lfs/suricata
> index e17eb5e08..fdff36ca6 100644
> --- a/lfs/suricata
> +++ b/lfs/suricata
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 5.0.1
> +VER        = 5.0.2
> 
> THISAPP    = suricata-$(VER)
> DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = 8ba12183d5d4b086755e6f510f2149e2
> +$(DL_FILE)_MD5 = 28470c05f0f1d3eae2a0c7312c3eabc3
> 
> install : $(TARGET)
> 
> -- 
> 2.25.0
>
  

Patch

diff --git a/lfs/suricata b/lfs/suricata
index e17eb5e08..fdff36ca6 100644
--- a/lfs/suricata
+++ b/lfs/suricata
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 5.0.1
+VER        = 5.0.2
 
 THISAPP    = suricata-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 8ba12183d5d4b086755e6f510f2149e2
+$(DL_FILE)_MD5 = 28470c05f0f1d3eae2a0c7312c3eabc3
 
 install : $(TARGET)