From patchwork Wed Oct 2 13:41:32 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 8159 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 "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4XJbZj55jtz3wxp for ; Wed, 2 Oct 2024 13:42:05 +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 4XJbZf3w3kz1FW; Wed, 2 Oct 2024 13:42:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4XJbZf0ZLbz32sr; Wed, 2 Oct 2024 13:42:02 +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 4XJbZb4vXCz32sr for ; Wed, 2 Oct 2024 13:41:59 +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 4XJbZb1GqfzZ8 for ; Wed, 2 Oct 2024 13:41:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1727876519; 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=xXUYmgMWdQgsb/qTPilsxpqIwPO+rr2Cuq9lJZN5jxc=; b=UQGzJPi6qQH+89qw2kSVmBdpNQGoxV3thHW4gr29gT62U1xkHDTa24dq+8eA0d856J6pB1 NG2MjMpXk31UIuWOOzaDDmefw1ctKYAiqEIYHxegulQaRe7WPipczGxpUpfFVlY3iF0m68 qZA8lnuXtYHVPNhZc4uXRNN7Hs2l333nzAtR86+fJmapxwuEkNu1c6KyyAXafQXNGM/CpM M1pyw/uVuSvoS7qJNPTOUm+0mwT44L/v+LbX/p1z7Pwt2//giFckB8FFqM+Zi98p+xAqcj Y3hcBa77B0JMGPTmvc0TMe3rlngkh0bWye6/vZwfTmNBexcyoJX1tKlftbudmQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1727876519; 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=xXUYmgMWdQgsb/qTPilsxpqIwPO+rr2Cuq9lJZN5jxc=; b=Nh82/3cGZ+0Tx8WxgRjhf4lSm8lFKT1soUR48PHejInTrOr5FZv0Q2+Mbbkjn8M7bxmO0M 9G1jmPhazYaeodAQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH 1/2] libhtp: Update to 0.5.49 Date: Wed, 2 Oct 2024 15:41:32 +0200 Message-ID: <20241002134150.3420653-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 6B6EBU2THCMPWNLNPHGBCOSQ6XAFBMBU X-Message-ID-Hash: 6B6EBU2THCMPWNLNPHGBCOSQ6XAFBMBU X-MailFrom: matthias.fischer@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: For details see: https://github.com/OISF/libhtp/releases/tag/0.5.49 Signed-off-by: Matthias Fischer Reviewed-by: Adolf Belka --- lfs/libhtp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/libhtp b/lfs/libhtp index d3b56dcb2..205ae3ed1 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.48 +VER = 0.5.49 THISAPP = libhtp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 56eeef3524ffeac593c251846196d09e0ccfacd9aadd03b35061fd1fe6a245d1374c338581b4f7bee67255797740f4e282344fc10bf3d0c0fdf824f159380053 +$(DL_FILE)_BLAKE2 = 84473148547fd68a75a1ef458980b648f7ee28c1f1ca81f1a9a8320efda5cd8df83df4be6135c67b45be2997ec59e1f84dae0634b925425eea93852ea8dc26c8 install : $(TARGET)