From patchwork Tue Mar 25 18:08:51 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 8562 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ZMdGT0hcrz3xF4 for ; Tue, 25 Mar 2025 18:09: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 "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZMdGS3nTjz2sr for ; Tue, 25 Mar 2025 18:09:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZMdGS32Prz32vy for ; Tue, 25 Mar 2025 18:09:04 +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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZMdGP34RRz2xw9 for ; Tue, 25 Mar 2025 18:09:01 +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 4ZMdGN2bCbz1XS for ; Tue, 25 Mar 2025 18:09:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1742926140; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+VmAYSjUbK78ciGQ2pr/lvt+3MxCGAvK1mvfAbvUQxE=; b=UmN1JOYM19aOO6s6Ze2Hr+qzkglboaYgL+etaE5JM80W4SjehOEMOnM8wYaYfzFCU9tj+B zEo3AYwqTaaZwvi8JxskzHAZnNNT9YYSckxkCgrIFl5USFiuIGlSGmc6FtE8L1hXWd2Sr9 HRKZGA5o8qgEYt1X2gsvAFdccfjI2yJ5usahFxvWN8YMgMfKBbW3lZ59lgQIiwS1hKsfOr x1DaFUd0bWdJZUAd91zbiokTr2d8EVYYEoiGAbaNuhRsjuaNu91VpFo2Zyj2F3k2wAYnlT zpih+4K/iL03zVSY1N6/KOV2AhVtVWR6w6FHFp1v9WAP4tXj4Zl7FuuEDTDLzw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1742926140; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+VmAYSjUbK78ciGQ2pr/lvt+3MxCGAvK1mvfAbvUQxE=; b=LIweWskdLwZzJCk+vTuHMi8+oVHqo4Dp6bBySe8VlGowXK73LAR5vQsHFWwkCeQHQXZmtR xDQnpsmQR2yUeeBQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] suricata: Update to 7.0.10 Date: Tue, 25 Mar 2025 19:08:51 +0100 Message-ID: <20250325180854.3288744-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 For details see: https://suricata.io/2025/03/25/suricata-7-0-10-released/ "This is an extra release to address a critical issue in 7.0.9 affecting AF_PACKET users: setting a BPF would cause Suricata to fail to start up. As this affected many users, we’ve decided to push this release earlier than originally planned. Our QA processes have been updated to avoid similar issues going forward." Signed-off-by: Matthias Fischer --- lfs/suricata | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/suricata b/lfs/suricata index 56733125d..0b0de5654 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -24,7 +24,7 @@ include Config -VER = 7.0.9 +VER = 7.0.10 THISAPP = suricata-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = fe01a304b170cf210b3ad2c782c6a49798c67df5433498715101ba626548395a70793a50221390f6697d1aef2be1808ba430091dae097e350dd2a9c98677a61b +$(DL_FILE)_BLAKE2 = c33e3ccf0e5298f3548747a3d9bc52662cf97caa775a4f7e3689fe4bc95d2ad9269d344c67654ad6e03fe463054052bb5d5e720bc67040cb179b041cdb0423d2 install : $(TARGET)