diff --git a/microcode-20231114.tar.gz b/microcode-20240531.tar.gz similarity index 42% rename from microcode-20231114.tar.gz rename to microcode-20240531.tar.gz index efd60327b0851ced810f43d2d233d5f6afaab245..9e822cd0644b0c448ce0db3c0ffc38feac6234fa 100644 Binary files a/microcode-20231114.tar.gz and b/microcode-20240531.tar.gz differ diff --git a/microcode_ctl.spec b/microcode_ctl.spec index ccb195b1b1c2d33f2cd7baea686968869d768111..0a60747ca698e7fd03cebc922af75f4fa7dc8668 100644 --- a/microcode_ctl.spec +++ b/microcode_ctl.spec @@ -2,12 +2,12 @@ Name: microcode_ctl Summary: Microcode update for CPU -Version: 20231114 -Release: 2 +Version: 20240531 +Release: 1 License: GPLv2+ and Redistributable, no modification permitted URL: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files ExclusiveArch: %{ix86} x86_64 loongarch64 ppc64le -Source0: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/tags/microcode-20231114.tar.gz +Source0: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/tags/microcode-%{version}.tar.gz %description This is a tool to transform and deploy microcode update for x86 CPUs. @@ -29,6 +29,14 @@ rm -rf intel-ucode /lib/firmware/* %changelog +* Tue Jun 11 2024 wangkai <13474090681@163.com> - 20240531-1 +- Update to 20240531 for fix CVE-2023-45733, CVE-2023-45745, + CVE-2023-46103, CVE-2023-47855 + +* Thu Mar 14 2024 wangkai <13474090681@163.com> - 20240312-1 +- Update to 20240312 for fix CVE-2023-38575, CVE-2023-39368, + CVE-2023-22655, CVE-2023-43490, CVE-2023-28746 + * Mon Mar 4 2024 peng.zou - 20231114-2 - add ppc64le support