import shim-unsigned-x64-15.6-1.el9

This commit is contained in:
CentOS Sources 2022-09-27 11:31:55 -04:00 committed by Stepan Oksanichenko
parent 97611ca252
commit 6bb9eae997
4 changed files with 11 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/shim-15.5.tar.bz2
SOURCES/shim-15.6.tar.bz2

View File

@ -1 +1 @@
b91f5eaced7ba1dcaef266af10763461889be5df SOURCES/shim-15.5.tar.bz2
3df0ab5cefc74fdf865cb36aea0e923cb4b6b3ed SOURCES/shim-15.6.tar.bz2

0
SOURCES/shim.patches Normal file
View File

View File

@ -19,7 +19,7 @@
%global dbxfile %{nil}
Name: shim-unsigned-%{efiarch}
Version: 15.5
Version: 15.6
Release: 1.el9
Summary: First-stage UEFI bootloader
ExclusiveArch: x86_64
@ -31,9 +31,12 @@ Source1: redhatsecurebootca5.cer
Source2: %{dbxfile}
%endif
Source3: sbat.redhat.csv
Source4: shim.patches
Source100: shim-find-debuginfo.sh
%include %{SOURCE4}
BuildRequires: gcc make
BuildRequires: elfutils-libelf-devel
BuildRequires: git openssl-devel openssl
@ -92,7 +95,7 @@ BuildArch: noarch
%debug_desc
%prep
%autosetup -S git -n shim-%{version}
%autosetup -S git_am -n shim-%{version}
git config --unset user.email
git config --unset user.name
mkdir build-%{efiarch}
@ -155,6 +158,10 @@ cd ..
%files debugsource -f build-%{efiarch}/debugsource.list
%changelog
* Wed Jun 01 2022 Peter Jones <pjones@redhat.com> - 15.6-1.el9
- Update to shim-15.6
Resolves: CVE-2022-28737
* Wed Mar 09 2022 Peter Jones <pjones@redhat.com> - 15.5-1
- Update to shim-15.5
Related: rhbz#1932057