import shim-unsigned-x64-15.6-1.el9
This commit is contained in:
parent
5f4f053428
commit
b17201753c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/shim-15.5.tar.bz2
|
SOURCES/shim-15.6.tar.bz2
|
||||||
|
@ -1 +1 @@
|
|||||||
b91f5eaced7ba1dcaef266af10763461889be5df SOURCES/shim-15.5.tar.bz2
|
3df0ab5cefc74fdf865cb36aea0e923cb4b6b3ed SOURCES/shim-15.6.tar.bz2
|
||||||
|
0
SOURCES/shim.patches
Normal file
0
SOURCES/shim.patches
Normal file
@ -19,7 +19,7 @@
|
|||||||
%global dbxfile %{nil}
|
%global dbxfile %{nil}
|
||||||
|
|
||||||
Name: shim-unsigned-%{efiarch}
|
Name: shim-unsigned-%{efiarch}
|
||||||
Version: 15.5
|
Version: 15.6
|
||||||
Release: 1.el9
|
Release: 1.el9
|
||||||
Summary: First-stage UEFI bootloader
|
Summary: First-stage UEFI bootloader
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
@ -31,9 +31,12 @@ Source1: redhatsecurebootca5.cer
|
|||||||
Source2: %{dbxfile}
|
Source2: %{dbxfile}
|
||||||
%endif
|
%endif
|
||||||
Source3: sbat.redhat.csv
|
Source3: sbat.redhat.csv
|
||||||
|
Source4: shim.patches
|
||||||
|
|
||||||
Source100: shim-find-debuginfo.sh
|
Source100: shim-find-debuginfo.sh
|
||||||
|
|
||||||
|
%include %{SOURCE4}
|
||||||
|
|
||||||
BuildRequires: gcc make
|
BuildRequires: gcc make
|
||||||
BuildRequires: elfutils-libelf-devel
|
BuildRequires: elfutils-libelf-devel
|
||||||
BuildRequires: git openssl-devel openssl
|
BuildRequires: git openssl-devel openssl
|
||||||
@ -92,7 +95,7 @@ BuildArch: noarch
|
|||||||
%debug_desc
|
%debug_desc
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -S git -n shim-%{version}
|
%autosetup -S git_am -n shim-%{version}
|
||||||
git config --unset user.email
|
git config --unset user.email
|
||||||
git config --unset user.name
|
git config --unset user.name
|
||||||
mkdir build-%{efiarch}
|
mkdir build-%{efiarch}
|
||||||
@ -155,6 +158,10 @@ cd ..
|
|||||||
%files debugsource -f build-%{efiarch}/debugsource.list
|
%files debugsource -f build-%{efiarch}/debugsource.list
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 09 2022 Peter Jones <pjones@redhat.com> - 15.5-1
|
||||||
- Update to shim-15.5
|
- Update to shim-15.5
|
||||||
Related: rhbz#1932057
|
Related: rhbz#1932057
|
||||||
|
Loading…
Reference in New Issue
Block a user