From patchwork Fri Nov 24 11:44:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7354 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 ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ScCnF5wX1z3wvt for ; Fri, 24 Nov 2023 11:44:17 +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 4ScCn86q4Sz1XM; Fri, 24 Nov 2023 11:44:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ScCn80gZRz307x; Fri, 24 Nov 2023 11:44:12 +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 4ScCn36qzrz2ygK for ; Fri, 24 Nov 2023 11:44: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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ScCn24m5sz1XM; Fri, 24 Nov 2023 11:44:06 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1700826246; 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; bh=0ZOmNoXqI8D5QGsE/ULeC99a4N/x2ZiDAs1I8Au38tQ=; b=Dvnh/SZKkPnfb396CNGxKKes3kgYDasWTlCEjVLfjWylsOGHrM56OoE5wNsUyln9tNdKXQ hE99EPn8GKzw7jAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1700826246; 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; bh=0ZOmNoXqI8D5QGsE/ULeC99a4N/x2ZiDAs1I8Au38tQ=; b=wxzUxAA+2s7y3+USMnKz2tbcjyLOiaGgiCBt5Ks7/rsdtJXPsp1nGvuxqEdhZ8AK5OaRMP yStH8mEKOgEbKRr5sAAleDvsNVYWnV7JrdVxUG51DZEFHf7Bmua3JVPPG4mQnwaIbN7tE5 B3rXpPk1sLW1pqZmjqtDTMn0hCnhWKOetv7KQChRr9PGuBPygs7tz555NOiBCVWs29rCoN wsRyn3+YMSP6wn19DBvCnlsxqWw25n3JQartWEaTE3tkaQOjf8zs5VB8cv3Rp6XFPoN7mN rBoa+lJYBsBwFPHZibDGiDT4vJp4BauzylVawbLGitE9tiR9iSBruLwpZs9qdQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] intel-microcode: Update to version 20231114 Date: Fri, 24 Nov 2023 12:44:03 +0100 Message-ID: <20231124114404.3382731-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: RMTNHV45RNE3KPWJHTYHIPEWU4CUZ6R6 X-Message-ID-Hash: RMTNHV45RNE3KPWJHTYHIPEWU4CUZ6R6 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 20230808 to 20231114 - Update of rootfile - Changelog details can be found in the releasenote.md file from the source tarball Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- config/rootfiles/common/x86_64/intel-microcode | 3 --- lfs/intel-microcode | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/x86_64/intel-microcode b/config/rootfiles/common/x86_64/intel-microcode index 3241092f3..7f9632973 100644 --- a/config/rootfiles/common/x86_64/intel-microcode +++ b/config/rootfiles/common/x86_64/intel-microcode @@ -119,11 +119,8 @@ lib/firmware/intel-ucode/06-a6-01 lib/firmware/intel-ucode/06-a7-01 lib/firmware/intel-ucode/06-b7-01 lib/firmware/intel-ucode/06-ba-02 -lib/firmware/intel-ucode/06-ba-02_DUPLICATE lib/firmware/intel-ucode/06-ba-03 -lib/firmware/intel-ucode/06-ba-03_DUPLICATE lib/firmware/intel-ucode/06-be-00 -lib/firmware/intel-ucode/06-be-00_DUPLICATE lib/firmware/intel-ucode/06-bf-02 lib/firmware/intel-ucode/06-bf-05 lib/firmware/intel-ucode/0f-00-07 diff --git a/lfs/intel-microcode b/lfs/intel-microcode index 4bb322ac5..5e262dda3 100644 --- a/lfs/intel-microcode +++ b/lfs/intel-microcode @@ -24,7 +24,7 @@ include Config -VER = 20230808 +VER = 20231114 THISAPP = Intel-Linux-Processor-Microcode-Data-Files-microcode-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 400ba9b91a7048c780377d49ff6cb00458c60a9d53c2e5cef1eb99170ca8f0cad66336841d14869bd42d182f7d8df27a2fa9cb982b0df0c5fc9f62325b6acb69 +$(DL_FILE)_BLAKE2 = e6084c92e9c3cc627af25a7f2f7fb26230b6ed117ddc197d19991df2816334132af92925f23af829bad005c32d0bd3afc362055ef223a599799d846216cf7612 install : $(TARGET)