A few fixes for 15.4
- Fix handling of ignore_db and user_insecure_mode (pjones) - Fix booting on pre-UEFI Macs (pjones) - Fix mok variable storage allocation region (glin) Resolves: rhbz#1948432 - Fix the package version in the .sbat data (pjones) Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
084e65441c
commit
b545ec432a
@ -15,8 +15,8 @@
|
||||
|
||||
%global shimveraa64 15-1.fc28
|
||||
#%%global shimverarm 15-1.fc28
|
||||
%global shimveria32 15.4-2.fc32
|
||||
%global shimverx64 15.4-2.fc32
|
||||
%global shimveria32 15.4-5.fc33
|
||||
%global shimverx64 15.4-5.fc33
|
||||
|
||||
%global shimdiraa64 %{_datadir}/shim/%{shimveraa64}/aa64
|
||||
#%%global shimdirarm %%{_datadir}/shim/%%{shimverarm}/arm
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
Name: shim
|
||||
Version: 15.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: First-stage UEFI bootloader
|
||||
License: BSD
|
||||
URL: https://github.com/rhboot/shim/
|
||||
@ -106,6 +106,13 @@ install -m 0700 %{shimefi} $RPM_BUILD_ROOT%{efi_esp_dir}/shim.efi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Apr 21 2021 Javier Martinez Canillas <javierm@redhat.com> - 15.4-2
|
||||
- Fix handling of ignore_db and user_insecure_mode (pjones)
|
||||
- Fix booting on pre-UEFI Macs (pjones)
|
||||
- Fix mok variable storage allocation region (glin)
|
||||
Resolves: rhbz#1948432
|
||||
- Fix the package version in the .sbat data (pjones)
|
||||
|
||||
* Tue Apr 06 2021 Peter Jones <pjones@redhat.com> - 15.4-1
|
||||
- Update to shim 15.4
|
||||
- Support for revocations via the ".sbat" section and SBAT EFI variable
|
||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (shimaa64.efi) = 39aec528ac1999a980a2989089e12d5765a0a28f4452d22a7e325c3fb11ab48417a76d4eb2246963e72ab3166e2905ebf04637ee7977dc083253c7129fa0d672
|
||||
SHA512 (shimx64.efi) = 121317e73762348a6990f135094a50020820c5fa10e5eaf1f61eb27367106736036ed72ee13935a1db9bdd5161095c7714a2049f161259cf5e8209fa83471fe1
|
||||
SHA512 (shimia32.efi) = 7c196b19bfad52913cacc245108d7146db3d0b4ce531d31c3d9ae905be09975fc6830285be913b712a6f928e564ee9f4fefbc2bffa3834a09c705ede6b55b599
|
||||
SHA512 (shimia32.efi) = dbbc66538e192eeed6e0306a1384f2508a4dc4572213ed7ad3f03db58d7f48b314e1f6dcc6396735fe24e624a84e9151d720f2085404c60d075bbe982240de4a
|
||||
SHA512 (shimx64.efi) = 7ceea9899f41ccd6a2d792af064ba3e7c52c575a951730b4bcd220b4e288857912c5600d977317f2bd444b66871bf78975041fa4db183f99df349c8981e3c8c9
|
||||
|
Loading…
Reference in New Issue
Block a user