From patchwork Wed Jul 9 08:11:46 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8915 Return-Path: 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 "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bcW0g5pCmz3wnc for ; Wed, 9 Jul 2025 08:12:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bcW0Z5cdzz6wB for ; Wed, 9 Jul 2025 08:11:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bcW0Z3HFHz33t6 for ; Wed, 9 Jul 2025 08:11:58 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bcW0W3ZT5z32YJ for ; Wed, 9 Jul 2025 08:11:55 +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 4bcW0W1S9Gz1XS; Wed, 9 Jul 2025 08:11:55 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1752048715; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1x4vfUFBcFOuJL17H/iwWWdyKlshsZ63RSMoybbxRbI=; b=Obl4jvWl4rBBRXW1hqR0tbk/frPGPflH0SsUmT8D1v5TWfbSZjOiFXXCNLyuswoIEM8g+J pkolR98m50X4vQAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1752048715; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1x4vfUFBcFOuJL17H/iwWWdyKlshsZ63RSMoybbxRbI=; b=aJmQQvY4Nhaz8IBs2uXqwuMnayODZ7qRZk7foZ0AZW9+JU3KQ24DCcwSKuuesK2iRWk4JR qHdcKgCAr7Z8zeN4kUxJG0jj5MqO9Dg4Jg57kLFdItXt0ei9njJ0UzthgWSw38VmH9kdcf zbxUAhHuJe8WN2YGsvA7cRnsaDUfj8kTo3viqda4uvtPHMaGHhwPAvXQVaFBaGQUVLiFDN CmLTvQWW67GB22c3HnwnUfJ7VZC6km9zBTrGTc1LWZVhwkzNbQDoAuGszTPLkmIL2cuY4Y JduBQYaY8dXMwgUyYgR6tX7K0pf1DQR59mMRLwHmzZdVClK2t3m6swqI/u/2Og== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/4] libhtp: Update to version 0.5.51 Date: Wed, 9 Jul 2025 10:11:46 +0200 Message-ID: <20250709081148.925606-2-adolf.belka@ipfire.org> In-Reply-To: <20250709081148.925606-1-adolf.belka@ipfire.org> References: <20250709081148.925606-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - 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 --- lfs/libhtp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/libhtp b/lfs/libhtp index dc45aac66..3c8d0594e 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -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)