2013-01-17 10:43:06 +01:00
#
# spec file for package shim
#
2021-01-22 05:22:49 +01:00
# Copyright (c) 2021 SUSE LLC
2013-01-17 10:43:06 +01:00
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
2019-08-16 06:12:38 +02:00
# Please submit bugfixes or comments via https://bugs.opensuse.org/
2013-01-17 10:43:06 +01:00
#
2013-02-07 14:54:45 +01:00
# needssslcertforbuild
2016-12-05 09:35:58 +01:00
2018-01-04 04:48:47 +01:00
%undefine _debuginfo_subpackages
2015-07-20 12:27:18 +02:00
%undefine _build_create_debug
2019-01-25 10:28:34 +01:00
%ifarch aarch64
%define grubplatform arm64-efi
%else
%define grubplatform %{_target_cpu}-efi
%endif
2019-02-15 04:26:41 +01:00
%if %{defined sle_version} && 0%{?sle_version} <= 150000
%define sysefidir /usr/lib64/efi
%else
2019-01-25 10:28:34 +01:00
%define sysefibasedir %{_datadir}/efi
%define sysefidir %{sysefibasedir}/%{_target_cpu}
2020-03-30 08:34:16 +02:00
%if "%{grubplatform}" == "x86_64-efi" && 0%{?suse_version} < 1600
2019-02-15 04:26:41 +01:00
# provide compatibility sym-link for residual kiwi, etc.
%define shim_lib64_share_compat 1
%endif
2019-01-25 10:28:34 +01:00
%endif
2015-07-20 12:27:18 +02:00
2013-01-17 10:43:06 +01:00
Name : shim
2018-12-20 09:53:52 +01:00
Version : 15+git47
2013-01-17 10:43:06 +01:00
Release : 0
Summary : UEFI shim loader
License : BSD-2-Clause
Group : System/Boot
2020-03-16 10:43:20 +01:00
URL : https://github.com/rhboot/shim
2018-12-20 09:53:52 +01:00
Source : %{name} -%{version} .tar.bz2
2013-08-09 11:33:45 +02:00
# run "extract_signature.sh shim.efi" where shim.efi is the binary
# with the signature from the UEFI signing service.
2016-12-05 09:35:58 +01:00
# Note: For signature requesting, check SIGNATURE_UPDATE.txt
2018-09-07 11:39:12 +02:00
Source1 : signature-opensuse.x86_64.asc
2013-01-29 14:42:18 +01:00
Source2 : openSUSE-UEFI-CA-Certificate.crt
2013-02-07 14:54:45 +01:00
Source3 : shim-install
2013-02-27 15:53:25 +01:00
Source4 : SLES-UEFI-CA-Certificate.crt
2013-08-09 11:33:45 +02:00
Source5 : extract_signature.sh
Source6 : attach_signature.sh
Source7 : show_hash.sh
2013-08-28 11:32:58 +02:00
Source8 : show_signatures.sh
2018-12-20 09:53:52 +01:00
Source9 : timestamp.pl
Source10 : strip_signature.sh
Source11 : signature-sles.x86_64.asc
Source12 : signature-opensuse.aarch64.asc
Source13 : signature-sles.aarch64.asc
2021-01-22 05:22:49 +01:00
Source14 : linker-version.pl
2020-08-06 05:10:22 +02:00
Source50 : dbx-cert.tar.xz
# vendor-dbx.bin is generated by generate-vendor-dbx.sh in dbx-cert.tar.xz
Source51 : vendor-dbx.bin
2016-12-05 09:35:58 +01:00
Source99 : SIGNATURE_UPDATE.txt
2017-09-13 06:49:11 +02:00
# PATCH-FIX-SUSE shim-arch-independent-names.patch glin@suse.com -- Use the Arch-independent names
2018-12-20 09:53:52 +01:00
Patch1 : shim-arch-independent-names.patch
2015-07-20 12:27:18 +02:00
# PATCH-FIX-OPENSUSE shim-change-debug-file-path.patch glin@suse.com -- Change the default debug file path
2018-12-20 09:53:52 +01:00
Patch2 : shim-change-debug-file-path.patch
# PATCH-FIX-UPSTREAM shim-bsc1092000-fallback-menu.patch bsc#1092000 glin@suse.com -- Show a menu before reset
Patch3 : shim-bsc1092000-fallback-menu.patch
# PATCH-FIX-UPSTREAM shim-always-mirror-mok-variables.patch glin@suse.com -- Mirror MOK variables correctly
Patch4 : shim-always-mirror-mok-variables.patch
2020-07-27 09:40:45 +02:00
# PATCH-FIX-UPSTREAM shim-bsc1174512-correct-license-in-headers.patch glin@suse.com -- Fix the license header in errlog.c and mok.c
Patch5 : shim-bsc1174512-correct-license-in-headers.patch
2021-01-22 05:22:49 +01:00
# PATCH-FIX-SUSE shim-correct-license-in-headers.patch glin@suse.com -- Another fix for the license header in errlog.c and mok.c
Patch51 : shim-correct-license-in-headers.patch
2019-04-19 12:28:20 +02:00
# PATCH-FIX-UPSTREAM gcc9-fix-warnings.patch mliska@suse.cz -- MokManager: Use CompareMem on MokListNode.Type instead of CompareGuid
Patch6 : gcc9-fix-warnings.patch
2020-03-16 10:43:20 +01:00
# PATCH-FIX-OPENSUSE shim-fix-gnu-efi-3.0.11.patch glin@suse.com -- Fix the build error caused by the typo fix in gnu-efi 3.0.11
Patch7 : shim-fix-gnu-efi-3.0.11.patch
2020-07-10 09:26:45 +02:00
# PATCH-FIX-UPSTREAM shim-bsc1173411-only-check-efi-var-on-sb.patch bsc#1173411 glin@suse.com -- Make EFI variable copying check only fatal on SB systems
Patch8 : shim-bsc1173411-only-check-efi-var-on-sb.patch
2020-08-21 08:24:52 +02:00
# PATCH-FIX-UPSTREAM shim-bsc1175509-tpm2-fixes.patch bsc#1175509 glin@suse.com -- Upstream fixes for the TPM2 measurement
Patch9 : shim-bsc1175509-tpm2-fixes.patch
2020-09-14 10:23:32 +02:00
# PATCH-FIX-UPSTREAM shim-VLogError-Avoid-Null-pointer-dereferences.patch glin@suse.com -- Fix VlogError crash in AArch64
Patch10 : shim-VLogError-Avoid-Null-pointer-dereferences.patch
# PATCH-FIX-UPSTREAM shim-fix-verify-eku.patch glin@suse.com -- Fix the potential crash at verify_eku()
Patch11 : shim-fix-verify-eku.patch
# PATCH-FIX-UPSTREAM shim-do-not-write-string-literals.patch -- Fix the potential crash when accessing the DEFAULT_LOADER string
Patch12 : shim-do-not-write-string-literals.patch
2020-10-14 11:22:20 +02:00
# PATCH-FIX-UPSTREAM shim-bsc1177404-fix-a-use-of-strlen.patch bsc#1177404 glin@suse.com -- Fix the length of the option data string to launch the program correctly
Patch13 : shim-bsc1177404-fix-a-use-of-strlen.patch
# PATCH-FIX-UPSTREAM shim-bsc1175509-more-tpm-fixes.patch bsc#1175509 glin@suse.com -- Fix the file path in tpm event log
Patch14 : shim-bsc1175509-more-tpm-fixes.patch
2020-11-03 07:49:18 +01:00
# PATCH-FIX-SUSE shim-bsc1177315-verify-eku-codesign.patch bsc#1177315 glin@suse.com -- Verify CodeSign in the signer's EKU
Patch15 : shim-bsc1177315-verify-eku-codesign.patch
# PATCH-FIX-UPSTREAM shim-bsc1177789-fix-null-pointer-deref-AuthenticodeVerify.patch bsc#1177789 glin@suse.com -- Fix the NULL pointer dereference in AuthenticodeVerify()
Patch16 : shim-bsc1177789-fix-null-pointer-deref-AuthenticodeVerify.patch
# PATCH-FIX-SUSE shim-bsc1177315-fix-buffer-use-after-free.patch bsc#1177315 glin@suse.com -- Fix buffer use-after-free at the end of the EKU verification
Patch17 : shim-bsc1177315-fix-buffer-use-after-free.patch
2021-03-08 04:42:43 +01:00
# PATCH-FIX-UPSTREAM shim-bsc1182776-fix-crash-at-exit.patch bsc#1182776 glin@suse.com -- Fix the potential crash at Exit()
Patch18 : shim-bsc1182776-fix-crash-at-exit.patch
2014-04-29 09:15:01 +02:00
# PATCH-FIX-OPENSUSE shim-opensuse-cert-prompt.patch glin@suse.com -- Show the prompt to ask whether the user trusts openSUSE certificate or not
Patch100 : shim-opensuse-cert-prompt.patch
2016-08-04 08:19:49 +02:00
BuildRequires : gnu-efi >= 3.0.3
2013-01-17 10:43:06 +01:00
BuildRequires : mozilla-nss-tools
BuildRequires : openssl >= 0.9.8
BuildRequires : pesign
2013-02-07 14:54:45 +01:00
BuildRequires : pesign-obs-integration
2017-02-16 03:17:33 +01:00
%if 0%{?suse_version} > 1320
BuildRequires : update-bootloader-rpm-macros
%endif
%if 0%{?update_bootloader_requires:1}
%update_bootloader_requires
%else
2013-04-03 08:25:09 +02:00
Requires : perl-Bootloader
2017-02-16 03:17:33 +01:00
%endif
2013-01-17 10:43:06 +01:00
BuildRoot : %{_tmppath} /%{name} -%{version} -build
2014-08-04 11:46:50 +02:00
# For shim-install script
2019-01-25 10:28:34 +01:00
Requires : grub2-%{grubplatform}
2020-09-07 03:45:46 +02:00
ExclusiveArch : x86_64 aarch64
2013-01-17 10:43:06 +01:00
%description
shim is a trivial EFI application that, when run, attempts to open and
execute another application.
2015-07-20 12:27:18 +02:00
%package -n shim-debuginfo
Summary : UEFI shim loader - debug symbols
2018-01-04 04:48:47 +01:00
Group : Development/Debug
2015-07-20 12:27:18 +02:00
%description -n shim-debuginfo
The debug symbols of UEFI shim loader
%package -n shim-debugsource
Summary : UEFI shim loader - debug source
2018-01-04 04:48:47 +01:00
Group : Development/Debug
2013-01-17 10:43:06 +01:00
2015-07-20 12:27:18 +02:00
%description -n shim-debugsource
The source code of UEFI shim loader
2013-01-17 10:43:06 +01:00
%prep
%setup -q
%patch1 -p1
2017-08-22 08:17:06 +02:00
%patch2 -p1
2017-08-25 05:47:51 +02:00
%patch3 -p1
%patch4 -p1
2021-01-22 05:22:49 +01:00
%ifarch x86_64
%patch51 -p1
%else
2018-01-05 10:03:39 +01:00
%patch5 -p1
2021-01-22 05:22:49 +01:00
%endif
2019-04-19 12:28:20 +02:00
%patch6 -p1
2020-03-16 10:43:20 +01:00
%patch7 -p1
2020-07-10 09:26:45 +02:00
%patch8 -p1
2021-01-22 05:22:49 +01:00
%ifarch aarch64
2020-08-21 08:24:52 +02:00
%patch9 -p1
2020-09-14 10:23:32 +02:00
%patch10 -p1
%patch11 -p1
%patch12 -p1
2020-10-14 11:22:20 +02:00
%patch13 -p1
%patch14 -p1
2020-11-03 07:49:18 +01:00
%patch15 -p1
%patch16 -p1
%patch17 -p1
2021-03-08 04:42:43 +01:00
%patch18 -p1
2021-01-22 05:22:49 +01:00
%endif
2017-08-22 08:17:06 +02:00
%if 0%{?is_opensuse} == 1
2014-04-29 09:15:01 +02:00
%patch100 -p1
2017-08-22 08:17:06 +02:00
%endif
2019-01-25 10:28:34 +01:00
2013-01-17 10:43:06 +01:00
%build
2013-08-29 10:43:23 +02:00
# first, build MokManager and fallback as they don't depend on a
# specific certificate
2018-01-04 09:44:05 +01:00
make EFI_PATH=/usr/lib64 RELEASE=0 \
MMSTEM=MokManager FBSTEM=fallback \
MokManager.efi.debug fallback.efi.debug \
MokManager.efi fallback.efi
2013-08-29 10:43:23 +02:00
# now build variants of shim that embed different certificates
default=''
suffixes=(opensuse sles)
# check whether the project cert is a known one. If it is we build
# just one shim that embeds this specific cert. If it's a devel
# project we build all variants to simplify testing.
2013-02-27 15:53:25 +01:00
if test -e %{_sourcedir} /_projectcert.crt ; then
prjsubject=$(openssl x509 -in %{_sourcedir} /_projectcert.crt -noout -subject_hash)
prjissuer=$(openssl x509 -in %{_sourcedir} /_projectcert.crt -noout -issuer_hash)
opensusesubject=$(openssl x509 -in %{SOURCE2} -noout -subject_hash)
slessubject=$(openssl x509 -in %{SOURCE4} -noout -subject_hash)
2013-08-29 10:43:23 +02:00
if test " $ p r j i s s u e r " = " $ o p e n s u s e s u b j e c t " ; then
suffixes=(opensuse)
elif test " $ p r j i s s u e r " = " $ s l e s s u b j e c t " ; then
suffixes=(sles)
elif test " $ p r j s u b j e c t " = " $ p r j i s s u e r " ; then
suffixes=(devel opensuse sles)
2013-02-27 15:53:25 +01:00
fi
2013-08-29 10:43:23 +02:00
fi
for suffix in " $ { s u f f i x e s [ @ ] } " ; do
if test " $ s u f f i x " = " o p e n s u s e " ; then
cert=%{SOURCE2}
2014-04-29 09:15:01 +02:00
verify='openSUSE Secure Boot CA1'
2018-09-07 11:39:12 +02:00
%ifarch x86_64
2014-04-29 09:15:01 +02:00
signature=%{SOURCE1}
2018-09-07 11:39:12 +02:00
%else
# AArch64 signature
2020-11-04 07:15:49 +01:00
# Disable AArch64 signature attachment temporarily
# until we get a real one.
#signature=%{SOURCE12}
2018-09-07 11:39:12 +02:00
%endif
2013-08-29 10:43:23 +02:00
elif test " $ s u f f i x " = " s l e s " ; then
cert=%{SOURCE4}
2014-04-29 09:15:01 +02:00
verify='SUSE Linux Enterprise Secure Boot CA1'
2018-09-07 11:39:12 +02:00
%ifarch x86_64
2018-12-20 09:53:52 +01:00
signature=%{SOURCE11}
2018-09-07 11:39:12 +02:00
%else
# AArch64 signature
2020-11-04 07:15:49 +01:00
# Disable AArch64 signature attachment temporarily
# until we get a real one.
#signature=%{SOURCE13}
2018-09-07 11:39:12 +02:00
%endif
2013-08-29 10:43:23 +02:00
elif test " $ s u f f i x " = " d e v e l " ; then
cert=%{_sourcedir} /_projectcert.crt
2014-04-29 09:15:01 +02:00
verify=`openssl x509 -in " $ c e r t " -noout -email`
signature=''
2013-08-29 10:43:23 +02:00
test -e " $ c e r t " || continue
else
echo " i n v a l i d s u f f i x "
false
2013-02-27 15:53:25 +01:00
fi
2013-08-29 10:43:23 +02:00
openssl x509 -in $cert -outform DER -out shim-$suffix.der
2018-01-04 09:44:05 +01:00
make EFI_PATH=/usr/lib64 RELEASE=0 SHIMSTEM=shim \
VENDOR_CERT_FILE=shim-$suffix.der ENABLE_HTTPBOOT=1 \
2018-03-23 07:40:17 +01:00
DEFAULT_LOADER=" \\ \\ \\ \\ g r u b . e f i " \
2020-08-06 05:10:22 +02:00
VENDOR_DBX_FILE=%{SOURCE51} \
2018-01-04 09:44:05 +01:00
shim.efi.debug shim.efi
2014-04-29 09:15:01 +02:00
#
# assert correct certificate embedded
grep -q " $ v e r i f y " shim.efi
2020-08-06 05:10:22 +02:00
# make VENDOR_CERT_FILE=cert.der VENDOR_DBX_FILE=dbx
chmod 755 %{SOURCE9}
2013-08-29 10:43:23 +02:00
# alternative: verify signature
#sbverify --cert MicCorThiParMarRoo_2010-10-05.pem shim-signed.efi
2020-08-06 05:10:22 +02:00
if test -n " $ s i g n a t u r e " ; then
2021-01-22 05:22:49 +01:00
%ifarch x86_64
# Modify MajorLinkerVersion and MinorLinkerVersion in the
# EFI/PE header to match the one for the SLE signature.
if test " $ s u f f i x " = " s l e s " ; then
chmod 755 %{SOURCE14}
%{SOURCE14} shim.efi
fi
%endif
2014-04-29 09:15:01 +02:00
head -1 " $ s i g n a t u r e " > hash1
cp shim.efi shim.efi.bak
# pe header contains timestamp and checksum. we need to
# restore that
2018-12-20 09:53:52 +01:00
%{SOURCE9} --set-from-file " $ s i g n a t u r e " shim.efi
2014-04-29 09:15:01 +02:00
pesign -h -P -i shim.efi > hash2
cat hash1 hash2
if ! cmp -s hash1 hash2; then
echo " E R R O R : $ s u f f i x b i n a r y c h a n g e d , n e e d t o r e q u e s t n e w s i g n a t u r e ! "
2020-08-06 12:25:36 +02:00
%if %{defined shim_enforce_ms_signature} && 0%{?shim_enforce_ms_signature} > 0
2014-09-03 15:40:07 +02:00
false
%endif
2014-04-29 09:15:01 +02:00
mv shim.efi.bak shim-$suffix.efi
rm shim.efi
else
# attach signature
pesign -m " $ s i g n a t u r e " -i shim.efi -o shim-$suffix.efi
rm -f shim.efi
fi
2014-08-12 11:40:50 +02:00
else
mv shim.efi shim-$suffix.efi
2013-08-29 10:43:23 +02:00
fi
2015-07-20 12:27:18 +02:00
mv shim.efi.debug shim-$suffix.debug
2018-12-20 09:53:52 +01:00
# remove the build cert if exists
rm -f shim_cert.h shim.cer shim.crt
# make sure all object files gets rebuilt
rm -f *.o
2013-08-29 10:43:23 +02:00
done
2013-02-27 15:53:25 +01:00
2013-08-29 10:43:23 +02:00
ln -s shim-${suffixes[0]}.efi shim.efi
2015-07-20 12:27:18 +02:00
mv shim-${suffixes[0]}.debug shim.debug
# Collect the source for debugsource
2017-07-22 15:51:59 +02:00
mkdir ../source
find . \( -name " * . c " -o -name " * . h " \) -type f -exec cp --parents -a {} ../source/ \;
mv ../source .
2013-01-17 10:43:06 +01:00
%install
2019-01-25 10:28:34 +01:00
export BRP_PESIGN_FILES='%{sysefidir}/shim*.efi %{sysefidir}/MokManager.efi %{sysefidir}/fallback.efi'
install -d %{buildroot} /%{sysefidir}
cp -a shim*.efi %{buildroot} /%{sysefidir}
install -m 444 shim-*.der %{buildroot} /%{sysefidir}
install -m 644 MokManager.efi %{buildroot} /%{sysefidir} /MokManager.efi
install -m 644 fallback.efi %{buildroot} /%{sysefidir} /fallback.efi
2013-02-07 14:54:45 +01:00
install -d %{buildroot} /%{_sbindir}
install -m 755 %{SOURCE3} %{buildroot} /%{_sbindir} /
2013-07-23 06:44:22 +02:00
# install SUSE certificate
install -d %{buildroot} /%{_sysconfdir} /uefi/certs/
2013-08-29 10:43:23 +02:00
for file in shim-*.der; do
fpr=$(openssl x509 -sha1 -fingerprint -inform DER -noout -in $file | cut -c 18- | cut -d " : " -f 1,2,3,4 | sed 's/://g' )
2018-04-03 11:13:29 +02:00
install -m 644 $file %{buildroot} /%{_sysconfdir} /uefi/certs/${fpr}-shim.crt
2013-08-29 10:43:23 +02:00
done
2019-02-15 04:26:41 +01:00
%if %{defined shim_lib64_share_compat}
[ " %{sysefidir} " != " / u s r / l i b 6 4 / e f i " ] || exit 1
# provide compatibility sym-link for residual "consumers"
install -d %{buildroot} /usr/lib64/efi
ln -srf %{buildroot} /%{sysefidir} /*.efi %{buildroot} /usr/lib64/efi/
2019-01-25 10:28:34 +01:00
%endif
2013-01-17 10:43:06 +01:00
2015-07-20 12:27:18 +02:00
# install the debug symbols
2019-01-25 10:28:34 +01:00
install -d %{buildroot} /usr/lib/debug/%{sysefidir}
install -m 644 shim.debug %{buildroot} /usr/lib/debug/%{sysefidir}
install -m 644 MokManager.efi.debug %{buildroot} /usr/lib/debug/%{sysefidir} /MokManager.debug
install -m 644 fallback.efi.debug %{buildroot} /usr/lib/debug/%{sysefidir} /fallback.debug
2015-07-20 12:27:18 +02:00
# install the debug source
install -d %{buildroot} /usr/src/debug/%{name} -%{version}
cp -r source/* %{buildroot} /usr/src/debug/%{name} -%{version}
2013-01-17 10:43:06 +01:00
%clean
%{?buildroot:%__rm -rf " %{buildroot} " }
2013-04-03 08:25:09 +02:00
%post
2017-02-16 03:17:33 +01:00
%if 0%{?update_bootloader_check_type_reinit_post:1}
%update_bootloader_check_type_reinit_post grub2-efi
%else
2014-05-14 12:01:52 +02:00
/sbin/update-bootloader --reinit || true
2017-02-16 03:17:33 +01:00
%endif
2019-02-15 04:26:41 +01:00
%if %{defined update_bootloader_posttrans}
2017-02-16 03:17:33 +01:00
%posttrans
%{?update_bootloader_posttrans}
2019-02-15 04:26:41 +01:00
%endif
2013-04-03 08:25:09 +02:00
2013-01-17 10:43:06 +01:00
%files
%defattr (-,root,root)
%doc COPYRIGHT
2019-01-25 10:28:34 +01:00
%dir %{?sysefibasedir}
%dir %{sysefidir}
%{sysefidir} /shim.efi
%{sysefidir} /shim-*.efi
%{sysefidir} /shim-*.der
%{sysefidir} /MokManager.efi
%{sysefidir} /fallback.efi
2013-02-07 14:54:45 +01:00
%{_sbindir} /shim-install
2013-07-23 06:44:22 +02:00
%dir %{_sysconfdir} /uefi/
%dir %{_sysconfdir} /uefi/certs/
%{_sysconfdir} /uefi/certs/*.crt
2019-02-15 04:26:41 +01:00
%if %{defined shim_lib64_share_compat}
2019-01-25 10:28:34 +01:00
# provide compatibility sym-link for previous kiwi, etc.
%dir /usr/lib64/efi
/usr/lib64/efi/*.efi
%endif
2013-01-17 10:43:06 +01:00
2015-07-20 12:27:18 +02:00
%files -n shim-debuginfo
%defattr (-,root,root,-)
2019-01-25 10:28:34 +01:00
/usr/lib/debug%{sysefidir} /shim.debug
/usr/lib/debug%{sysefidir} /MokManager.debug
/usr/lib/debug%{sysefidir} /fallback.debug
2015-07-20 12:27:18 +02:00
%files -n shim-debugsource
%defattr (-,root,root,-)
%dir /usr/src/debug/%{name} -%{version}
/usr/src/debug/%{name} -%{version} /*
2013-01-17 10:43:06 +01:00
%changelog