From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZHv3T3Jsgz330q for ; Wed, 19 Mar 2025 16:16:37 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZHv3P5QDkz32p7 for ; Wed, 19 Mar 2025 16:16:33 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZHv3P1BsJz5QJ for ; Wed, 19 Mar 2025 16:16:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1742400993; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=8WvfCNQKwEZCfWtN2Cz/oFVoDZ8tc4i0XRNBaHrlYFQ=; b=yzUSMlqcPx9nnwk8rcQ0SDK9Bvi74DfRVqC15tCl9+d40Rpef+UTTSILEgYILVxDh3jZ+W O4Y9dB2gyoBo0gDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1742400993; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=8WvfCNQKwEZCfWtN2Cz/oFVoDZ8tc4i0XRNBaHrlYFQ=; b=YjlQMlBRi771BQ2zt4g5yw7arMFyxtYk2ObIv9I3HblQa5hCqOhPdoBwq9CWD6pFr4gj38 46R7/FislEc2noILiZYYUUTgYpfFHwM0+NoWIfFWVXf3quhMFZoH1D9FiMaOpza52FpQlt f1nEQy6SP6AtwFBL2E+/LnBSnWN7z2gUgHrJ6El86iSd18xOx8SBvwqrQcx+qqO0h0MbcW 2MDUQP0y/5laU1AQOhsriS1HoFIhrGHJk0mC+KvKni83efwVYus5zDx1m/QBftgVlGC68/ evmVzshQFOVf0JUmFh+t200qoVTfAF2H53nQKostU+CUnq2i3tMNIwTcuT3ZdA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH 1/2] libhtp: Update to 0.5.50 Date: Wed, 19 Mar 2025 17:16:21 +0100 Message-ID: <20250319161626.625056-1-matthias.fischer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 --- lfs/libhtp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/libhtp b/lfs/libhtp index 205ae3ed1..dc45aac66 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # 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) -- 2.43.0