]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libhtp: Update to 0.5.44
authorMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 16 Jun 2023 15:52:09 +0000 (17:52 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 16 Jun 2023 15:56:53 +0000 (15:56 +0000)
For details see:
https://github.com/OISF/libhtp/releases/tag/0.5.44

"0.5.44 (13 June 2023)
---------------------

- response: only trim spaces at headers names end
- response: skips lines before response line
- headers: log a warning for chunks extension"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/libhtp

index 0b6015cde1a6e4f0b6d3e7343f5ff2088bffb7e0..987c159e57f6f8d4063e62f562751e51bcb312da 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.5.43
+VER        = 0.5.44
 
 THISAPP    = libhtp-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 071cadc254b7af55bf410db5689429ca7588005b2f74fbd8468f2d6eeaf00c55ae99e8dd78552a5bf11ace5c8047b28a844db343937827a428b6d8b8d9036d29
+$(DL_FILE)_BLAKE2 = 6b4c8d617e6a649997e9375677baed99315be83e598317ce4951883482e6099cb5fd28e27ae25ab68ecc765931b0955289d144a710ce2e1b11edf92848b1b613
 
 install : $(TARGET)