[2/2] libhtp: Update to 0.5.43

Message ID 20230414082028.3415782-2-matthias.fischer@ipfire.org
State Accepted
Commit 4cc36e3861a144ff4c1edbfd3545e26b049d8e9c
Headers
Series [1/2] suricata: Update to 6.0.11 |

Commit Message

Matthias Fischer April 14, 2023, 8:20 a.m. UTC
  For details see:
https://github.com/OISF/libhtp/releases/tag/0.5.43

"htp: do not log content-encoding: none
 htp: do not error on multiple 100 Continue
 readme: remove note on libhtp not being stable
 uri: fix compile warning strict-prototypes
 bstr: fix compile warning strict-prototypes
 fuzz_diff: Free the rust test object.
 github: add CIFuzz workflow"

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

Patch

diff --git a/lfs/libhtp b/lfs/libhtp
index 80963c013..0b6015cde 100644
--- a/lfs/libhtp
+++ b/lfs/libhtp
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 0.5.42
+VER        = 0.5.43
 
 THISAPP    = libhtp-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 8e1446992c40c2c2e9e7dd096803752245eebf3b5e48e0215430dbfe225ae029b2e01fadca61bdd994b534a0ed140b0a0149aa9a0dde64409ebf0afdd2bf6fd7
+$(DL_FILE)_BLAKE2 = 071cadc254b7af55bf410db5689429ca7588005b2f74fbd8468f2d6eeaf00c55ae99e8dd78552a5bf11ace5c8047b28a844db343937827a428b6d8b8d9036d29
 
 install : $(TARGET)