osc copypac from project:openSUSE:Factory package:shim revision:35

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shim?expand=0&rev=37
This commit is contained in:
Stephan Kulow 2014-09-05 09:17:41 +00:00 committed by Git OBS Bridge
parent 921c828929
commit 455cffcf61
3 changed files with 0 additions and 4250 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,16 +1,3 @@
-------------------------------------------------------------------
Wed Sep 3 12:32:25 UTC 2014 - lnussel@suse.de
- re-introduce build failure if shim_enforce_ms_signature is defined. That way
a project like openSUSE:Factory can decide whether or not shim needs a valid
MS signature.
-------------------------------------------------------------------
Tue Aug 19 04:38:36 UTC 2014 - glin@suse.com
- Add shim-update-openssl-0.9.8zb.patch to update openssl to
0.9.8zb
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 12 14:19:36 UTC 2014 - jsegitz@suse.com Tue Aug 12 14:19:36 UTC 2014 - jsegitz@suse.com

View File

@ -54,8 +54,6 @@ Patch3: shim-bnc863205-mokmanager-fix-hash-delete.patch
Patch4: shim-mokmanager-support-sha-family.patch Patch4: shim-mokmanager-support-sha-family.patch
# PATCH-FIX-OPENSUSE shim-signed-unsigned-compares.patch jsegitz@suse.com -- Fixed some signed - unsigned comparisons # PATCH-FIX-OPENSUSE shim-signed-unsigned-compares.patch jsegitz@suse.com -- Fixed some signed - unsigned comparisons
Patch5: shim-signed-unsigned-compares.patch Patch5: shim-signed-unsigned-compares.patch
# PATCH-FIX-UPSTREAM shim-update-openssl-0.9.8zb.patch glin@suse.com -- Update openssl to 0.9.8zb
Patch6: shim-update-openssl-0.9.8zb.patch
# PATCH-FIX-OPENSUSE shim-opensuse-cert-prompt.patch glin@suse.com -- Show the prompt to ask whether the user trusts openSUSE certificate or not # 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 Patch100: shim-opensuse-cert-prompt.patch
BuildRequires: gnu-efi >= 3.0t BuildRequires: gnu-efi >= 3.0t
@ -86,7 +84,6 @@ Authors:
%patch3 -p1 %patch3 -p1
%patch4 -p1 %patch4 -p1
%patch5 -p1 %patch5 -p1
%patch6 -p1
%patch100 -p1 %patch100 -p1
%build %build
@ -165,9 +162,6 @@ for suffix in "${suffixes[@]}"; do
cat hash1 hash2 cat hash1 hash2
if ! cmp -s hash1 hash2; then if ! cmp -s hash1 hash2; then
echo "ERROR: $suffix binary changed, need to request new signature!" echo "ERROR: $suffix binary changed, need to request new signature!"
%if %{defined shim_enforce_ms_signature}
false
%endif
mv shim.efi.bak shim-$suffix.efi mv shim.efi.bak shim-$suffix.efi
rm shim.efi rm shim.efi
else else