From patchwork Tue Feb 6 21:27:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7536 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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4TTxDV4c1Bz3wvs for ; Tue, 6 Feb 2024 21:27:54 +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 ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4TTxDP5jzkz2PL; Tue, 6 Feb 2024 21:27:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4TTxDP176nz32md; Tue, 6 Feb 2024 21:27:49 +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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4TTxDK5NRsz30Cv for ; Tue, 6 Feb 2024 21:27:45 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4TTxDK2bWMznB; Tue, 6 Feb 2024 21:27:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1707254865; 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=bxLpaL87RFwkE9IK9cwtAbTmPxBTafj9Y+CUlv3gjpk=; b=QET72yr+BtDhzZVYNomukAMNrFcRbq7LpuGABPSHaNjpsOZtdf+M1FrgX3o8i8caakRtvh FnMByPZLvyg670Dw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1707254865; 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=bxLpaL87RFwkE9IK9cwtAbTmPxBTafj9Y+CUlv3gjpk=; b=QHGSoZpKkCw3H+hji5nqE6djre8KbpzYxRAIwsooayS19m+uVlSCVl33xUsr+/BARw2eap siEH5nLzm6oHZdC4vOFdevNOrwxwY5ScyE9wbYyJm6bf6hbvdrC6xZFK3nozsUt9iqX6cX L07Dcfbi0Z1ZsRSlkxsp0+2SVBtVFBtnTSL6J8LKpIoKOhx2HpGKT8clmRJ0AyUDpMUKgK pI0EmxuYhqSx1xLf1OwsGafKscBkiieR9odwvkz0vCtesR5nN6mR0zwJH2A2iS1lYZGzmO 7HZXPg3pv+/w4dHi3LQdmtENjdiEclYVXQ88jOmbHjQesFVe90Cu+VPsYAglqA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/7] libhtp: Update to version 0.5.45 Date: Tue, 6 Feb 2024 22:27:34 +0100 Message-ID: <20240206212739.3270712-2-adolf.belka@ipfire.org> In-Reply-To: <20240206212739.3270712-1-adolf.belka@ipfire.org> References: <20240206212739.3270712-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 4R5AQWXGNTARTECCFQV52FISVMRT6FXX X-Message-ID-Hash: 4R5AQWXGNTARTECCFQV52FISVMRT6FXX X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 0.5.44 to 0.5.45 - Update of rootfile not required - suricata-7.0.2 requires libhtp >= 0.5.45 - Changelog 0.5.45 - log: resist allocation failure - support HTTP Bearer authentication Fixes: Bug#13516 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- lfs/libhtp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/libhtp b/lfs/libhtp index 987c159e5..f9fce0b0c 100644 --- a/lfs/libhtp +++ b/lfs/libhtp @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 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.44 +VER = 0.5.45 THISAPP = libhtp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 6b4c8d617e6a649997e9375677baed99315be83e598317ce4951883482e6099cb5fd28e27ae25ab68ecc765931b0955289d144a710ce2e1b11edf92848b1b613 +$(DL_FILE)_BLAKE2 = faa5a05844a959b00b1f53c26d8c9167d91998c2b4d71b9ce85f1822f431d40d46513a596d804dee3290bdfad5a27d93755bb6e39fb5c36fc90472637cc3caad install : $(TARGET)