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 4bYTz300m1z37Ll for ; Fri, 4 Jul 2025 10:15:11 +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 "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bYTyz3BC9z379w for ; Fri, 4 Jul 2025 10:15:07 +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 4bYTyq4Vx7z6vc; Fri, 4 Jul 2025 10:14:59 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751624099; 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=xJMI8squUHQUFyGwps2R0/u/77u6ODThS6LxuunN8NE=; b=Ai/h6UAPwT4oGtgQoa35q12nWIV5WSkkKsiHgoqDXim8rz2GREl9ckUfACzkYJGeSCWkSQ JTc0iMMdlYSr17BQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751624099; 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=xJMI8squUHQUFyGwps2R0/u/77u6ODThS6LxuunN8NE=; b=aeZozQzxyxDAajJguCz3wI4MNwLb9Px6g4XV95BpV8FLm5YDQ9HhbwpmPlwJ8Dqrp+fbN8 ObVUltaBI/vcra+r+NMysU8+FYom99UI72NR6eErigGHoxfPXT0tkY6D1bze2jrMTjCgS5 PysmBGSnymT656MEv1FECjC9Av/V+j98ennm85bOSStFzJgBdJ6D2vUA2Eix8dmXyRNVOx a0qmABmOXzbV1HdGPHa/78g/jXQE8CqybYJ+KDqCyp7VwQxK3IhpJDhPN6AEelf5drGUVk eq/95GcnMfHRjXP/Roony0r1+CB2jFy4OgbWoOZX4zj2ArL/HVqhNF0A6gtojg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] openssl: Update to version 3.5.1 Date: Fri, 4 Jul 2025 12:14:40 +0200 Message-ID: <20250704101446.8038-25-adolf.belka@ipfire.org> In-Reply-To: <20250704101446.8038-1-adolf.belka@ipfire.org> References: <20250704101446.8038-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 Content-Transfer-Encoding: 8bit - Update from version 3.5.0 to 3.5.1 - Update of rootfile not required - Changelog 3.5.1 OpenSSL 3.5.1 is a security patch release. The most severe CVE fixed in this release is Low. This release incorporates the following bug fixes and mitigations: * Fix x509 application adds trusted use instead of rejected use. ([CVE-2025-4575]) Signed-off-by: Adolf Belka --- lfs/openssl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openssl b/lfs/openssl index a94f325a0..c59714470 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -24,7 +24,7 @@ include Config -VER = 3.5.0 +VER = 3.5.1 THISAPP = openssl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -72,7 +72,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 9bf55ad242863123ec117296ff4d3067a27da9e0aa104a70203009536440198bacbb155c6431801e139dee6deaf6a26e0ac9a5e71fdcf963d00ba3ec7434440f +$(DL_FILE)_BLAKE2 = 172db56ac41cee78bcb5d2223c33d78baf3326d8d466115f39be414384d265ad4541e00096d3f53435f9f89119882ae587b20b1ac05dc2ace46a0d43d7cc6996 install : $(TARGET) -- 2.50.0