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

This commit is contained in:
starlet-dx 2023-08-23 08:58:41 +08:00
parent 9eddbc6a09
commit 3bb7ecbf52
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: 39 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 loongarch64 ExclusiveArch: %{ix86} x86_64 loongarch64
@ -28,6 +28,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
* Mon Aug 21 2023 liyanan <thistleslyn@163.com> - 2.1-39 * Mon Aug 21 2023 liyanan <thistleslyn@163.com> - 2.1-39
- Fix compilation failure caused by tar upgrade - Fix compilation failure caused by tar upgrade