]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libhtp: Update to version 0.5.51
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 9 Jul 2025 08:11:46 +0000 (10:11 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 9 Jul 2025 10:02:14 +0000 (10:02 +0000)
- Update from version 0.5.50 to 0.5.51
- Update of rootfile not required
- suricata-7.0.11 requires libhtp-0.5.51
- Changelog
    0.5.51
- decompressors: fix leak in lzma error case
- request: do not fully error on data after HTTP/0.9

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/libhtp

index dc45aac6637d7e2a298c854e35ced44c2ad841ec..3c8d0594eee601592465876d4c34d714df7a9331 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.5.50
+VER        = 0.5.51
 
 THISAPP    = libhtp-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = e26aa03d06aa370ab22e1fb462087ac67427d63490802ac369378f90cbb6ed8ed9f95c20acc3fbfdb92cabddb2e1a45bb7c45454b5d17e898f9b0cf8aa804536
+$(DL_FILE)_BLAKE2 = 0800b917a57745012308bb10d4ce8456d47233ae3420b1d64cb42e88a7156cd1ffcbcdab5df28c54fe3ab70a7f37ba41bd5ebcefe24915abf47b753a0bb05716
 
 install : $(TARGET)
 
@@ -72,8 +72,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./autogen.sh
        cd $(DIR_APP) && ./configure \
-               --prefix=/usr \
-               --disable-static
+                               --prefix=/usr \
+                               --disable-static
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)