Compare commits
10 Commits
0c1922f199
...
97af7bee88
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97af7bee88 | ||
|
|
e7f6cde039 | ||
|
|
26533dbd21 | ||
|
|
88ae9af352 | ||
|
|
80ad897abb | ||
|
|
6fb590f759 | ||
|
|
4f370962de | ||
|
|
ea4a0c12e2 | ||
|
|
6d4962f379 | ||
|
|
d368ccefb2 |
Binary file not shown.
@ -2,18 +2,18 @@
|
||||
|
||||
Name: microcode_ctl
|
||||
Summary: Microcode update for CPU
|
||||
Version: 20240531
|
||||
Version: 20241112
|
||||
Release: 1
|
||||
License: GPLv2+ and Redistributable, no modification permitted
|
||||
License: GPL-2.0-or-later and intel-mcu-2018
|
||||
URL: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
|
||||
ExclusiveArch: %{ix86} x86_64 loongarch64 ppc64le
|
||||
ExclusiveArch: %{ix86} x86_64
|
||||
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.
|
||||
|
||||
%prep
|
||||
%autosetup -n Intel-Linux-Processor-Microcode-Data-Files-tags-microcode-%{version}
|
||||
%autosetup -n Intel-Linux-Processor-Microcode-Data-Files-microcode-%{version}
|
||||
rm -rf intel-ucode intel-ucode-with-caveats
|
||||
|
||||
%build
|
||||
@ -29,6 +29,22 @@ rm -rf intel-ucode
|
||||
/lib/firmware/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 14 2024 Funda Wang <fundawang@yeah.net> - 20241112-1
|
||||
- update to 20241112 for fix CVE-2024-23918, CVE-2024-21853, CVE-2024-21820
|
||||
|
||||
* Wed Oct 30 2024 Funda Wang <fundawang@yeah.net> - 20241029-1
|
||||
- update to 20241029
|
||||
|
||||
* Wed Sep 11 2024 Funda Wang <fundawang@yeah.net> - 20240910-1
|
||||
- update to 20240910 for fix CVE-2024-24968, CVE-2024-23984
|
||||
|
||||
* Wed Sep 04 2024 Funda Wang <fundawang@yeah.net> - 20240813-1
|
||||
- update to 20240813 for fix CVE-2024-24853, CVE-2024-25939,
|
||||
CVE-2024-24980, CVE-2023-42667, CVE-2023-49141
|
||||
|
||||
* Tue Aug 20 2024 xu_ping <707078654@qq.com> - 20240531-2
|
||||
- License compliance rectification.
|
||||
|
||||
* 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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: intel/Intel-Linux-Processor-Microcode-Data-Files
|
||||
tag_prefix: "microcode-"
|
||||
seperator: ""
|
||||
separator: ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user