From: Matthias Fischer Date: Fri, 16 Jun 2023 15:52:09 +0000 (+0200) Subject: libhtp: Update to 0.5.44 X-Git-Tag: v2.27-core176~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7af2d42cbf5289d5873fecdd74ea6d7aebe453b3;p=ipfire-2.x.git libhtp: Update to 0.5.44 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 Signed-off-by: Michael Tremer --- diff --git a/lfs/libhtp b/lfs/libhtp index 0b6015cde1..987c159e57 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -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)