]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libhtp: Update to 0.5.41
authorMatthias Fischer <matthias.fischer@ipfire.org>
Thu, 29 Sep 2022 20:21:57 +0000 (22:21 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Fri, 30 Sep 2022 15:45:58 +0000 (15:45 +0000)
Needed for 'suricata 6.0.8'

For details see:
https://github.com/OISF/libhtp/releases/tag/0.5.41

"trim white space of invalid folding for first header

clear buffered data for body data

minor optimization for decompression code"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
lfs/libhtp

index ffc82f8cd75a57a64316e0b2c116287b8f5eb7c4..e3be4a73abfcc5918b856e625b7ac882ad4d7f40 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.5.40
+VER        = 0.5.41
 
 THISAPP    = libhtp-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 37239d8d0afb6841c54bab1669a17ec7336b10998f8835ef91cf9556dd7449991ce6fb04a408d16b431ba6327b32f6f509a79a4c79ffc6e88e555fcf2e9f2cce
+$(DL_FILE)_BLAKE2 = e6e790f76b8d08b89ffc483a218dd1b3a6f910ff1fe8e44d48bfaae2189d9df567c0199e9f20fde05dc4059f75a1e3c34f4f76f2c8818dc7ca4111538095e16d
 
 install : $(TARGET)