import shim-15.6-1.el9

This commit is contained in:
CentOS Sources 2022-06-16 09:17:55 -04:00 committed by Stepan Oksanichenko
parent b90f176bb6
commit d06a0d4af1
3 changed files with 12 additions and 8 deletions

View File

@ -1,4 +1,4 @@
cf5667660f4920bc291595441e27e82578b4103d SOURCES/fbx64.efi 9ca9cfa834aedfaf3efe2216bfa1cb7c286ee1c0 SOURCES/fbx64.efi
c51e8bfbb8d340a130c7e2b45edbd46ad2bda8f1 SOURCES/mmx64.efi 5eb0ac78eee6aeeaf44a3f11d002b4fe00af6916 SOURCES/mmx64.efi
750bd7932437b1fb6610c233f69db1b70d67fab1 SOURCES/shimaa64.efi 4312f246b6ba692040383f10358ac9a5927207de SOURCES/shimaa64.efi
7476966216dd8c2e6c2203728a01719be289dd54 SOURCES/shimx64.efi 783fb77783e9d0c4c400b723dfd0f02f006616ae SOURCES/shimx64.efi

View File

@ -20,7 +20,7 @@
#%%global mmefiarm %%{expand:%%{SOURCE43} #%%global mmefiarm %%{expand:%%{SOURCE43}
%global shimveraa64 15-6.el9 %global shimveraa64 15-6.el9
%global shimverx64 15.5-1.el9 %global shimverx64 15.6-1.el9
#%%global shimverarm 15-1.el8 #%%global shimverarm 15-1.el8
%global shimdiraa64 %{_datadir}/shim/%{shimveraa64}/aa64 %global shimdiraa64 %{_datadir}/shim/%{shimveraa64}/aa64

View File

@ -1,6 +1,6 @@
Name: shim Name: shim
Version: 15.5 Version: 15.6
Release: 2.el9 Release: 1.el9
Summary: First-stage UEFI bootloader Summary: First-stage UEFI bootloader
License: BSD License: BSD
URL: https://github.com/rhboot/shim/ URL: https://github.com/rhboot/shim/
@ -40,7 +40,7 @@ BuildRequires: pesign >= 0.112-20.fc27
# we can just BuildRequires that. # we can just BuildRequires that.
%ifarch x86_64 %ifarch x86_64
## BuildRequires: %% {unsignedx64} = %% {shimverx64} ## BuildRequires: %% {unsignedx64} = %% {shimverx64}
BuildRequires: shim-unsigned-x64 = 15.5-1.el9 BuildRequires: shim-unsigned-x64 = 15.6-1.el9
%endif %endif
%ifarch aarch64 %ifarch aarch64
BuildRequires: %{unsignedaa64} = %{shimveraa64} BuildRequires: %{unsignedaa64} = %{shimveraa64}
@ -104,6 +104,10 @@ install -m 0700 %{shimefi} $RPM_BUILD_ROOT%{efi_esp_dir}/shim.efi
%endif %endif
%changelog %changelog
* Mon Jun 06 2022 Peter Jones <pjones@redhat.com> - 15.6-1.el9
- Update to shim-15.6
Resolves: CVE-2022-28737
* Thu Apr 14 2022 Peter Jones <pjones@redhat.com> - 15.5-2.el9 * Thu Apr 14 2022 Peter Jones <pjones@redhat.com> - 15.5-2.el9
- Attempt to make aarch64 build. - Attempt to make aarch64 build.
Related: rhbz#1932057 Related: rhbz#1932057