import shim-15-14.el8_2
This commit is contained in:
parent
18252b43af
commit
d9f276f98c
@ -1,3 +1,3 @@
|
||||
fddb9c22fd56e9c6975159ad72415c9a4cb7cebd SOURCES/shimaa64.efi
|
||||
c3c4d0ccdc07c03c20f133f9f65f6f12accea87a SOURCES/shimia32.efi
|
||||
6436ae30f3f189f70f9043d91ede90058fbeb00a SOURCES/shimx64.efi
|
||||
750bd7932437b1fb6610c233f69db1b70d67fab1 SOURCES/shimaa64.efi
|
||||
3a0d861097a6ec3c9c85b75a7f9938147965fdfc SOURCES/shimia32.efi
|
||||
c37eec63cee909abaa08e53dbbda5a32660513b2 SOURCES/shimx64.efi
|
||||
|
BIN
SOURCES/redhatsecureboot501.cer
Normal file
BIN
SOURCES/redhatsecureboot501.cer
Normal file
Binary file not shown.
BIN
SOURCES/redhatsecurebootca5.cer
Normal file
BIN
SOURCES/redhatsecurebootca5.cer
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -14,8 +14,8 @@
|
||||
#%%global shimefiarm %%{expand:%%{SOURCE23}
|
||||
|
||||
%global shimveraa64 15-4.el8
|
||||
%global shimveria32 15-2.el8
|
||||
%global shimverx64 15-2.el8
|
||||
%global shimveria32 15-7.el8
|
||||
%global shimverx64 15-7.el8
|
||||
#%%global shimverarm 15-1.el8
|
||||
|
||||
%global shimdiraa64 %{_datadir}/shim/%{shimveraa64}/aa64
|
||||
@ -90,7 +90,7 @@ version signed by the UEFI signing service. \
|
||||
# -i <input>
|
||||
%define distrosign(b:a:d:) \
|
||||
cp -av %{-d*}/%{-b*}%{-a*}.efi %{-b*}%{-a*}-unsigned.efi \
|
||||
%{expand:%%sign -i %{-b*}%{-a*}-unsigned.efi -o %{-b*}%{-a*}-signed.efi -n redhatsecureboot301 -a %{SOURCE2} -c %{SOURCE1} }\
|
||||
%{expand:%%sign -i %{-b*}%{-a*}-unsigned.efi -o %{-b*}%{-a*}-signed.efi -n redhatsecureboot501 -a %{SOURCE2} -c %{SOURCE1} }\
|
||||
%{nil}
|
||||
|
||||
# -a <efiarch>
|
||||
|
@ -1,11 +1,6 @@
|
||||
# this is to make us only expand %%{dist} if we're on a modularity build.
|
||||
# it's 2 macros make vim's \c not put a brace at the end of the changelog.
|
||||
%global _dist %{expand:%{?_module_build:%%{?dist}}}
|
||||
%global dist %{expand:%%{_dist}}
|
||||
|
||||
Name: shim
|
||||
Version: 15
|
||||
Release: 11%{?dist}
|
||||
Release: 14%{?dist}
|
||||
Summary: First-stage UEFI bootloader
|
||||
License: BSD
|
||||
URL: https://github.com/rhboot/shim/
|
||||
@ -19,8 +14,8 @@ ExcludeArch: %{ix86}
|
||||
ExcludeArch: %{arm}
|
||||
|
||||
Source0: shim.rpmmacros
|
||||
Source1: secureboot.cer
|
||||
Source2: securebootca.cer
|
||||
Source1: redhatsecureboot501.cer
|
||||
Source2: redhatsecurebootca5.cer
|
||||
|
||||
# keep these two lists of sources synched up arch-wise. That is 0 and 10
|
||||
# match, 1 and 11 match, ...
|
||||
@ -106,6 +101,21 @@ install -m 0700 %{shimefi} $RPM_BUILD_ROOT%{efi_esp_dir}/shim.efi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 28 2020 Peter Jones <pjones@redhat.com> - 15-14
|
||||
- Get rid of our %dist hack for now.
|
||||
|
||||
* Tue Jul 28 2020 Peter Jones <pjones@redhat.com> - 15-13
|
||||
- New signing keys
|
||||
Related: CVE-2020-10713
|
||||
Related: CVE-2020-14308
|
||||
Related: CVE-2020-14309
|
||||
Related: CVE-2020-14310
|
||||
Related: CVE-2020-14311
|
||||
|
||||
* Thu Jun 11 2020 Javier Martinez Canillas <javierm@redhat.com> - 15-12
|
||||
- Fix firmware update bug in aarch64 caused by shim ignoring arguments
|
||||
- Fix a shim crash when attempting to netboot
|
||||
|
||||
* Fri Jun 07 2019 Javier Martinez Canillas <javierm@redhat.com> - 15-11
|
||||
- Update the shim-unsigned-aarch64 version number
|
||||
Related: rhbz#1715879
|
||||
|
Loading…
Reference in New Issue
Block a user