[2/2] libhtp: Update to 5.0.38

Message ID 20210704133856.7407-2-matthias.fischer@ipfire.org
State Accepted
Commit 1cfbca8e69935af759f23d71c8005aacd4f9d7cd
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://github.com/OISF/libhtp/releases/tag/0.5.38

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

Comments

Stefan Schantl July 7, 2021, 5:49 a.m. UTC | #1
Acked-by: Stefan Schantl <stefan.schantl@ipfire.org>

> For details see:
> https://github.com/OISF/libhtp/releases/tag/0.5.38
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@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)
>
  

Patch

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)