Compare commits

...

2 Commits

Author SHA1 Message Date
eabdullin 05cdfa96b6 Merge branch 'c8' into a8 2022-06-17 15:37:53 +03:00
Andrew Lukoshko 7d184fed57 AlmaLinux changes 2021-09-15 11:46:22 +00:00
5 changed files with 8 additions and 5 deletions

BIN
SOURCES/clsecureboot001.cer Normal file

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
shim.cloudlinux,2,CloudLinux,shim,15.6,security@cloudlinux.com
1 shim.cloudlinux 2 CloudLinux shim 15.6 security@cloudlinux.com

View File

@ -1 +0,0 @@
shim.redhat,1,Red Hat Inc,shim,15.5,secalert@redhat.com
1 shim.redhat 1 Red Hat Inc shim 15.5 secalert@redhat.com

View File

@ -8,7 +8,7 @@
%global __debug_install_post %{SOURCE100} x64 ia32
%undefine _debuginfo_subpackages
%global efidir %(eval echo $(grep ^ID= /etc/os-release | sed -e 's/^ID=//' -e 's/rhel/redhat/'))
%global efidir almalinux
%global shimrootdir %{_datadir}/shim/
%global shimversiondir %{shimrootdir}/%{version}-%{release}
%global efiarch x64
@ -18,17 +18,17 @@
Name: shim-unsigned-%{efiarch}
Version: 15.6
Release: 1.el8
Release: 1.el8.alma
Summary: First-stage UEFI bootloader
ExclusiveArch: x86_64
License: BSD
URL: https://github.com/rhboot/shim
Source0: https://github.com/rhboot/shim/releases/download/%{version}/shim-%{version}.tar.bz2
Source1: redhatsecurebootca5.cer
Source1: clsecureboot001.cer
# currently here's what's in our dbx:
# nothing.
Source2: dbx.esl
Source3: sbat.redhat.csv
Source3: sbat.cloudlinux.csv
Source4: shim.patches
Source100: shim-find-debuginfo.sh
@ -178,6 +178,9 @@ cd ..
%files debugsource -f build-%{efiarch}/debugsource.list
%changelog
* Fri Jun 17 2022 Eduard Abdullin <eabdullin@almalinux.org> - 15.6-1.el8.alma
- Use CloudLinux vendor cert and SBAT entry
* Wed Jun 01 2022 Peter Jones <pjones@redhat.com> - 15.6-1.el8
- Update to shim-15.6
Resolves: CVE-2022-28737