[1/2] suricata: Update to 5.0.7

Message ID 20210704133856.7407-1-matthias.fischer@ipfire.org
State Accepted
Commit bacde6d9c11ef0fba82044fc64c11477ae146c5d
Headers
Series [1/2] suricata: Update to 5.0.7 |

Commit Message

Matthias Fischer July 4, 2021, 1:38 p.m. UTC
  For details see:

https://forum.suricata.io/t/suricata-6-0-3-and-5-0-7-released/1489

and

https://redmine.openinfosecfoundation.org/versions/166

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/suricata | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Stefan Schantl July 7, 2021, 5:48 a.m. UTC | #1
Acked-by: Stefan Schantl <stefan.schantl@ipfire.org>
> For details see:
> 
> https://forum.suricata.io/t/suricata-6-0-3-and-5-0-7-released/1489
> 
> and
> 
> https://redmine.openinfosecfoundation.org/versions/166
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
>  lfs/suricata | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/suricata b/lfs/suricata
> index 055964e29..71e0eb36f 100644
> --- a/lfs/suricata
> +++ b/lfs/suricata
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 5.0.6
> +VER        = 5.0.7
>  
>  THISAPP    = suricata-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -45,7 +45,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = 82d80b4b3179315bf6f5695c6437ee1f
> +$(DL_FILE)_MD5 = f6ff77e4dcf8035853209ceeba9b530c
>  
>  install : $(TARGET)
>
  

Patch

diff --git a/lfs/suricata b/lfs/suricata
index 055964e29..71e0eb36f 100644
--- a/lfs/suricata
+++ b/lfs/suricata
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 5.0.6
+VER        = 5.0.7
 
 THISAPP    = suricata-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -45,7 +45,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 82d80b4b3179315bf6f5695c6437ee1f
+$(DL_FILE)_MD5 = f6ff77e4dcf8035853209ceeba9b530c
 
 install : $(TARGET)