From 67c191f4da9b96b89786ebae463ab4398c1955cf Mon Sep 17 00:00:00 2001 From: zhuhongbo Date: Thu, 20 Mar 2025 15:31:05 +0800 Subject: [PATCH] Update CPU microcode version to microcode-20241112 release --- download | 2 +- ...patch => microcode_ctl-use-microcode-20241112-tgz.patch | 2 +- microcode_ctl.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) rename microcode_ctl-use-microcode-20240531-tgz.patch => microcode_ctl-use-microcode-20241112-tgz.patch (91%) diff --git a/download b/download index 0e15dee..cd10552 100644 --- a/download +++ b/download @@ -1,2 +1,2 @@ -a42c1f11cef9426c0555b410b5616ffe microcode-20240531.tar.gz +710c380840a2fe99d68837267fcec9a5 microcode-20241112.tar.gz 69257ac2c31b0ff2972978d299175c6c microcode_ctl-2.1-18.tar.xz diff --git a/microcode_ctl-use-microcode-20240531-tgz.patch b/microcode_ctl-use-microcode-20241112-tgz.patch similarity index 91% rename from microcode_ctl-use-microcode-20240531-tgz.patch rename to microcode_ctl-use-microcode-20241112-tgz.patch index 785f914..9ca85fe 100644 --- a/microcode_ctl-use-microcode-20240531-tgz.patch +++ b/microcode_ctl-use-microcode-20241112-tgz.patch @@ -7,7 +7,7 @@ Index: microcode_ctl-2.1-18/Makefile PROGRAM = intel-microcode2ucode -MICROCODE_INTEL = microcode-20180703.tgz -+MICROCODE_INTEL = microcode-20240531.tar.gz ++MICROCODE_INTEL = microcode-20241112.tar.gz INS = install CC = gcc diff --git a/microcode_ctl.spec b/microcode_ctl.spec index f1e9681..a305862 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -1,5 +1,5 @@ %define upstream_version 2.1-18 -%define intel_ucode_version 20240531 +%define intel_ucode_version 20241112 %define caveat_dir %{_datarootdir}/microcode_ctl/ucode_with_caveats %define microcode_ctl_libexec %{_libexecdir}/microcode_ctl @@ -21,7 +21,7 @@ Summary: Tool to transform and deploy CPU microcode update for x86. Name: microcode_ctl Version: 2.1 -Release: 73.21%{?dist} +Release: 73.22%{?dist} Epoch: 2 Group: System Environment/Base License: GPLv2+ and Redistributable, no modification permitted @@ -558,6 +558,9 @@ rm -rf %{buildroot} %changelog +* Mon Mar 17 2025 zhuhongbo - 2:2.1-73.22 +- Update CPU microcode version to microcode-20241112 release + * Tue Nov 19 2024 zhuhongbo - 2:2.1-73.21 - fix: update inter cpu to microcode releasei态addresses -- Gitee