Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ovmf for openSUSE:Factory checked in at 2021-01-18 11:26:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ovmf (Old) and /work/SRC/openSUSE:Factory/.ovmf.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ovmf" Mon Jan 18 11:26:08 2021 rev:56 rq:862758 version:202011 Changes: -------- --- /work/SRC/openSUSE:Factory/ovmf/ovmf.changes 2020-12-03 18:39:26.401836110 +0100 +++ /work/SRC/openSUSE:Factory/.ovmf.new.28504/ovmf.changes 2021-01-18 11:26:14.380401789 +0100 @@ -1,0 +2,7 @@ +Mon Jan 11 08:50:11 UTC 2021 - Gary Ching-Pang Lin <g...@suse.com> + +- Add ovmf-bsc1180079-amd-sev-es-mitigation.patch to mitigate the + potential AMD SEV-ES security issues (bsc#1180079) +- Add the json descriptor for xen-hvm (bsc#1180050) + +------------------------------------------------------------------- New: ---- ovmf-bsc1180079-amd-sev-es-mitigation.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ovmf.spec ++++++ --- /var/tmp/diff_new_pack.XRT57b/_old 2021-01-18 11:26:16.252406005 +0100 +++ /var/tmp/diff_new_pack.XRT57b/_new 2021-01-18 11:26:16.256406014 +0100 @@ -1,7 +1,7 @@ # # spec file for package ovmf # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -52,6 +52,7 @@ Patch3: %{name}-pie.patch Patch4: %{name}-disable-ia32-firmware-piepic.patch Patch5: %{name}-set-fixed-enroll-time.patch +Patch6: %{name}-bsc1180079-amd-sev-es-mitigation.patch BuildRequires: bc BuildRequires: cross-arm-binutils BuildRequires: cross-arm-gcc%{gcc_version} @@ -168,6 +169,7 @@ %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 # add openssl pushd CryptoPkg/Library/OpensslLib/openssl ++++++ descriptors.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/descriptors/50-xen-hvm-x86_64.json new/descriptors/50-xen-hvm-x86_64.json --- old/descriptors/50-xen-hvm-x86_64.json 1970-01-01 01:00:00.000000000 +0100 +++ new/descriptors/50-xen-hvm-x86_64.json 2021-01-11 09:49:32.705887365 +0100 @@ -0,0 +1,25 @@ +{ + "description": "UEFI firmware for x86_64 XENFV", + "interface-types": [ + "uefi" + ], + "mapping": { + "device": "flash", + "executable": { + "filename": "@DATADIR@/ovmf-x86_64-4m.bin", + "format": "raw" + } + }, + "targets": [ + { + "architecture": "x86_64", + "machines": [ + "xenfv" + ] + } + ], + "features": [ + ], + "tags": [ + ] +} ++++++ ovmf-bsc1180079-amd-sev-es-mitigation.patch ++++++ ++++ 3863 lines (skipped)