Fix CVE-2022-21233

This commit is contained in:
phluo 2022-09-26 09:33:15 +08:00
parent b2f97683a0
commit 0b3a0bdb68
3 changed files with 6 additions and 2 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,10 +1,10 @@
%global debug_package %{nil}
%define upstream_version 2.1-36
%define upstream_version 2.1-37
Name: microcode_ctl
Summary: Microcode update for CPU
Version: 2.1
Release: 36
Release: 37
License: GPLv2+ and Redistributable, no modification permitted
URL: https://pagure.io/microcode_ctl
ExclusiveArch: %{ix86} x86_64
@ -27,6 +27,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} INSDIR=/usr/sbin install clean
%doc /usr/share/doc/microcode_ctl/*
%changelog
* Fri Sep 23 2022 luopihui <luopihui@ncti-gba.cn> - 2.1-37
- Upgrade to 2.1-37
- Fix CVE-2022-21233
* Tue Jul 19 2022 houyingchao <houyingchao@h-partners.com> - 2.1-36
- Upgrade to 2.1-36
- Fix CVE-2021-0146