]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libhtp: Update to 0.5.43
authorMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 14 Apr 2023 08:20:28 +0000 (10:20 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Thu, 11 May 2023 20:00:37 +0000 (20:00 +0000)
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

index 80963c01313817733ba61a1d0e76f8d688746fe2..0b6015cde1a6e4f0b6d3e7343f5ff2088bffb7e0 100644 (file)
@@ -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)