import shim-15-16.el8
This commit is contained in:
parent
74149c7e74
commit
0d1306317d
@ -1,3 +1,3 @@
|
||||
750bd7932437b1fb6610c233f69db1b70d67fab1 SOURCES/shimaa64.efi
|
||||
c3c4d0ccdc07c03c20f133f9f65f6f12accea87a SOURCES/shimia32.efi
|
||||
6436ae30f3f189f70f9043d91ede90058fbeb00a SOURCES/shimx64.efi
|
||||
96ea5ec6612ad2d49dfa812897fc2f70ebee6b9d SOURCES/shimia32.efi
|
||||
b7adea991a31e4392910db8b7ee63faff39e9207 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-6.el8
|
||||
%global shimveria32 15-2.el8
|
||||
%global shimverx64 15-2.el8
|
||||
%global shimveria32 15-9.el8
|
||||
%global shimverx64 15-9.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: 12%{?dist}
|
||||
Release: 16%{?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,25 @@ install -m 0700 %{shimefi} $RPM_BUILD_ROOT%{efi_esp_dir}/shim.efi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Sep 21 2020 Javier Martinez Canillas <javierm@redhat.com> - 15-16
|
||||
- Fix an incorrect allocation size
|
||||
Resolves: rhbz#1877253
|
||||
|
||||
* Fri Jul 31 2020 Peter Jones <pjones@redhat.com> - 15-15
|
||||
- Update once again for new signed shim builds.
|
||||
Resolves: rhbz#1861977
|
||||
|
||||
* 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
|
||||
Resolves: rhbz#1830871
|
||||
|
Loading…
Reference in New Issue
Block a user