Compare commits
10 Commits
db231d7a32
...
eab3aaf640
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eab3aaf640 | ||
|
|
e4f37b4e2c | ||
|
|
aed00a8448 | ||
|
|
34783a2554 | ||
|
|
f87b2315cf | ||
|
|
d59d98f36e | ||
|
|
caed9ede7e | ||
|
|
a0d7d34603 | ||
|
|
ab61b5dcb7 | ||
|
|
4e77c0cd72 |
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
2
.lfsconfig
Normal file
2
.lfsconfig
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[lfs]
|
||||||
|
url = https://artlfs.openeuler.openatom.cn/src-openEuler/microcode_ctl
|
||||||
Binary file not shown.
3
microcode-20250512.tar.gz
Normal file
3
microcode-20250512.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:041af7d2f5791a47c1e914abd7d6255de4d4fc61b0f8e49ada6ee7014bcc3614
|
||||||
|
size 14985022
|
||||||
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
Name: microcode_ctl
|
Name: microcode_ctl
|
||||||
Summary: Microcode update for CPU
|
Summary: Microcode update for CPU
|
||||||
Version: 20240813
|
Version: 20250512
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL-2.0-or-later and intel-mcu-2018
|
License: GPL-2.0-or-later and intel-mcu-2018
|
||||||
URL: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
|
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
|
Source0: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/tags/microcode-%{version}.tar.gz
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -14,23 +14,39 @@ This is a tool to transform and deploy microcode update for x86 CPUs.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Intel-Linux-Processor-Microcode-Data-Files-microcode-%{version}
|
%autosetup -n Intel-Linux-Processor-Microcode-Data-Files-microcode-%{version}
|
||||||
rm -rf intel-ucode intel-ucode-with-caveats
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
tar xf %{SOURCE0} --strip 1 */intel-ucode/* */intel-ucode-with-caveats/* \
|
|
||||||
--one-top-level=intel-ucode --strip-components=2 --backup=simple
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -d %{buildroot}/lib/firmware/intel-ucode
|
install -d %{buildroot}/lib/firmware/intel-ucode
|
||||||
install -m 644 intel-ucode/* %{buildroot}/lib/firmware/intel-ucode
|
install -m 644 intel-ucode/* %{buildroot}/lib/firmware/intel-ucode
|
||||||
rm -rf intel-ucode
|
install -m 644 intel-ucode-with-caveats/* %{buildroot}/lib/firmware/intel-ucode
|
||||||
|
|
||||||
%files
|
%files
|
||||||
/lib/firmware/*
|
/lib/firmware/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 13 2025 Funda Wang <fundawang@yeah.net> - 20250512-1
|
||||||
|
- update to 20250512 to fix CVE-2024-28956, CVE-2025-24495, CVE-2025-20012,
|
||||||
|
CVE-2024-45332, CVE-2025-20623, CVE-2024-43420, CVE-2025-20054, CVE-2025-20103
|
||||||
|
|
||||||
|
* Wed Feb 12 2025 Funda Wang <fundawang@yeah.net> - 20250211-1
|
||||||
|
- update to 2025021 for fix CVE-2024-28047, CVE-2024-31157, CVE-2024-39279,
|
||||||
|
CVE-2024-28127, CVE-2024-29214, CVE-2024-24582, CVE-2023-34440, CVE-2024-37020,
|
||||||
|
CVE-2024-39355, CVE-2023-43758, CVE-2024-36293, CVE-2024-31068
|
||||||
|
|
||||||
|
* 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
|
* Wed Sep 04 2024 Funda Wang <fundawang@yeah.net> - 20240813-1
|
||||||
- update to 20240813
|
- 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
|
* Tue Aug 20 2024 xu_ping <707078654@qq.com> - 20240531-2
|
||||||
- License compliance rectification.
|
- License compliance rectification.
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: github
|
version_control: github
|
||||||
src_repo: intel/Intel-Linux-Processor-Microcode-Data-Files
|
src_repo: intel/Intel-Linux-Processor-Microcode-Data-Files
|
||||||
tag_prefix: "microcode-"
|
tag_prefix: "microcode-"
|
||||||
seperator: ""
|
separator: ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user