]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
libhtp: Update to 0.5.50
authorMatthias Fischer <matthias.fischer@ipfire.org>
Wed, 19 Mar 2025 16:16:21 +0000 (17:16 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Mar 2025 16:17:07 +0000 (16:17 +0000)
For details see:
https://github.com/OISF/libhtp/releases/tag/0.5.50

"   response: do not error on gap finishing content-length

    chunks: probe validity if data was not buffered

    chunks: abort asap on invalid chunk length

    response: end decompressors in chunked content

    decompressors: do not take data after end

    readme: update status

    readme: update goals

    response: end decompressors in chunked content

    scan-build: work around optin.performance.Padding"

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

index 205ae3ed184300cf4148aa4d73fb148141d863f5..dc45aac6637d7e2a298c854e35ced44c2ad841ec 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  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.49
+VER        = 0.5.50
 
 THISAPP    = libhtp-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 84473148547fd68a75a1ef458980b648f7ee28c1f1ca81f1a9a8320efda5cd8df83df4be6135c67b45be2997ec59e1f84dae0634b925425eea93852ea8dc26c8
+$(DL_FILE)_BLAKE2 = e26aa03d06aa370ab22e1fb462087ac67427d63490802ac369378f90cbb6ed8ed9f95c20acc3fbfdb92cabddb2e1a45bb7c45454b5d17e898f9b0cf8aa804536
 
 install : $(TARGET)