* [PATCH 1/2] suricata: Update to 5.0.7
@ 2021-07-04 13:38 Matthias Fischer
2021-07-04 13:38 ` [PATCH 2/2] libhtp: Update to 5.0.38 Matthias Fischer
2021-07-07 5:48 ` [PATCH 1/2] suricata: Update to 5.0.7 Stefan Schantl
0 siblings, 2 replies; 4+ messages in thread
From: Matthias Fischer @ 2021-07-04 13:38 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 761 bytes --]
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(a)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)
--
2.18.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2/2] libhtp: Update to 5.0.38
2021-07-04 13:38 [PATCH 1/2] suricata: Update to 5.0.7 Matthias Fischer
@ 2021-07-04 13:38 ` Matthias Fischer
2021-07-07 5:49 ` Stefan Schantl
2021-07-07 5:48 ` [PATCH 1/2] suricata: Update to 5.0.7 Stefan Schantl
1 sibling, 1 reply; 4+ messages in thread
From: Matthias Fischer @ 2021-07-04 13:38 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 673 bytes --]
For details see:
https://github.com/OISF/libhtp/releases/tag/0.5.38
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
lfs/libhtp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/libhtp b/lfs/libhtp
index e21db73a9..242953254 100644
--- a/lfs/libhtp
+++ b/lfs/libhtp
@@ -24,7 +24,7 @@
include Config
-VER = 0.5.37
+VER = 0.5.38
THISAPP = libhtp-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = ccc2f25ab3c1db53a22034280f1600dd
+$(DL_FILE)_MD5 = 4d3bee196a8adcb10bfd874ec6bd9ca0
install : $(TARGET)
--
2.18.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] suricata: Update to 5.0.7
2021-07-04 13:38 [PATCH 1/2] suricata: Update to 5.0.7 Matthias Fischer
2021-07-04 13:38 ` [PATCH 2/2] libhtp: Update to 5.0.38 Matthias Fischer
@ 2021-07-07 5:48 ` Stefan Schantl
1 sibling, 0 replies; 4+ messages in thread
From: Stefan Schantl @ 2021-07-07 5:48 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 910 bytes --]
Acked-by: Stefan Schantl <stefan.schantl(a)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(a)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)
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] libhtp: Update to 5.0.38
2021-07-04 13:38 ` [PATCH 2/2] libhtp: Update to 5.0.38 Matthias Fischer
@ 2021-07-07 5:49 ` Stefan Schantl
0 siblings, 0 replies; 4+ messages in thread
From: Stefan Schantl @ 2021-07-07 5:49 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 813 bytes --]
Acked-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> For details see:
> https://github.com/OISF/libhtp/releases/tag/0.5.38
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> lfs/libhtp | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lfs/libhtp b/lfs/libhtp
> index e21db73a9..242953254 100644
> --- a/lfs/libhtp
> +++ b/lfs/libhtp
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 0.5.37
> +VER = 0.5.38
>
> THISAPP = libhtp-$(VER)
> DL_FILE = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = ccc2f25ab3c1db53a22034280f1600dd
> +$(DL_FILE)_MD5 = 4d3bee196a8adcb10bfd874ec6bd9ca0
>
> install : $(TARGET)
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-07-07 5:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-04 13:38 [PATCH 1/2] suricata: Update to 5.0.7 Matthias Fischer
2021-07-04 13:38 ` [PATCH 2/2] libhtp: Update to 5.0.38 Matthias Fischer
2021-07-07 5:49 ` Stefan Schantl
2021-07-07 5:48 ` [PATCH 1/2] suricata: Update to 5.0.7 Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox