Update to 2.1-41 for fix CVE-2022-40982,CVE-2022-38090 and CVE-2022-33196

(cherry picked from commit 454f7365cd63cb3ff209f1e5d5ba53be6d2c4aa5)
This commit is contained in:
starlet-dx 2023-08-23 09:24:59 +08:00 committed by openeuler-sync-bot
parent c5b3448f30
commit 15e0cf4a89
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
microcode_ctl-2.1-41.tar.xz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
%global debug_package %{nil} %global debug_package %{nil}
%define upstream_version 2.1-37 %define upstream_version 2.1-41
Name: microcode_ctl Name: microcode_ctl
Summary: Microcode update for CPU Summary: Microcode update for CPU
Version: 2.1 Version: 2.1
Release: 37 Release: 41
License: GPLv2+ and Redistributable, no modification permitted License: GPLv2+ and Redistributable, no modification permitted
URL: https://pagure.io/microcode_ctl URL: https://pagure.io/microcode_ctl
ExclusiveArch: %{ix86} x86_64 ExclusiveArch: %{ix86} x86_64
@ -27,6 +27,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} INSDIR=/usr/sbin install clean
%doc /usr/share/doc/microcode_ctl/* %doc /usr/share/doc/microcode_ctl/*
%changelog %changelog
* Wed Aug 23 2023 yaoxin <yao_xin001@hoperun.com> - 2.1-41
- Update to 2.1-41 for fix CVE-2022-40982,CVE-2022-38090 and CVE-2022-33196
* Fri Sep 23 2022 luopihui <luopihui@ncti-gba.cn> - 2.1-37 * Fri Sep 23 2022 luopihui <luopihui@ncti-gba.cn> - 2.1-37
- Upgrade to 2.1-37 - Upgrade to 2.1-37
- Fix CVE-2022-21233 - Fix CVE-2022-21233