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-12-08 22:08:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ovmf (Old) and /work/SRC/openSUSE:Factory/.ovmf.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ovmf" Wed Dec 8 22:08:45 2021 rev:68 rq:936084 version:202108 Changes: -------- --- /work/SRC/openSUSE:Factory/ovmf/ovmf.changes 2021-11-10 21:46:07.983803213 +0100 +++ /work/SRC/openSUSE:Factory/.ovmf.new.31177/ovmf.changes 2021-12-08 22:09:15.454871075 +0100 @@ -1,0 +2,41 @@ +Mon Dec 6 16:24:02 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- cross-i386-binutils and cross-i386-gcc have been dropped from + Factory, so use only cross-x86_64-* - boo#1193424 + +------------------------------------------------------------------- +Fri Dec 3 09:07:56 UTC 2021 - j...@suse.com + +- Merge the difference from SLE for pushing back to SLE15-SP4 + - Add/Update 50-xen-hvm-x86_64.json in descriptors.tar.xz + - Add the json descriptor for xen-hvm (bsc#1180050) + - Add "nvram-template" and change the firmware file to + ovmf-x86_64-ms-4m.bin (bsc#1180050, bsc#1181264) + - The following patches in SLE are already in edk2-edk2-stable202108 + in factory, so they will be removed from 15-SP4 + - ovmf-bsc1177789-cryptopkg-fix-null-dereference.patch to fix + the potential NULL dereference in AuthenticodeVerify() + (bsc#1177789, CVE-2019-14584) + - 26442d11e620a9 edk2-stable202011~124 + - ovmf-bsc1180079-amd-sev-es-mitigation.patch to mitigate the + potential AMD SEV-ES security issues + (bsc#1180079) + - a91b700e385e74 edk2-stable202102~181 + - ovmf-jscSLE-16075-SEV-ES-use-physical-address.patch as the + follow-up patch for SEV-ES to fix the flash writing + (jsc#SLE-16075) + - 3a3501862f7309 edk2-stable202102~105 + - ovmf-bsc1183578-lzma-catch-4GB.patch to fix the possible + heap corruption + (bsc#1183578, CVE-2021-28211) + - e7bd0dd26db7e5 edk2-stable202011~7 + - ovmf-bsc1183579-fix-fv-recursion.patch to fix unlimited FV + recursion + (bsc#1183579, CVE-2021-28210) + - b9bdfc72853fe9 edk2-stable202011~9 + - Add ovmf-bsc1186151-fix-iscsi-overflows.patch to fix the possible + overflows in IScsiDxe + (bsc#1186151) + - 83761337ec91fb edk2-stable202108-rc0~171 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ovmf.spec ++++++ --- /var/tmp/diff_new_pack.LbA3HC/_old 2021-12-08 22:09:16.246871447 +0100 +++ /var/tmp/diff_new_pack.LbA3HC/_new 2021-12-08 22:09:16.250871449 +0100 @@ -77,8 +77,6 @@ BuildRequires: cross-aarch64-gcc%{gcc_version} %endif %ifarch aarch64 -BuildRequires: cross-i386-binutils -BuildRequires: cross-i386-gcc%{gcc_version} BuildRequires: cross-x86_64-binutils BuildRequires: cross-x86_64-gcc%{gcc_version} %endif @@ -271,7 +269,7 @@ ### Build x86 UEFI Images ### %ifnarch %{ix86} x86_64 # Assign the cross-compiler prefix -export ${TOOL_CHAIN}_BIN="i586-suse-linux-" +export ${TOOL_CHAIN}_BIN="x86_64-suse-linux-" %endif build $BUILD_OPTIONS_X86 ++++++ 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 2021-05-31 11:43:43.799256320 +0200 +++ new/descriptors/50-xen-hvm-x86_64.json 2021-12-03 10:39:42.302378866 +0100 @@ -6,11 +6,11 @@ "mapping": { "device": "flash", "executable": { - "filename": "@DATADIR@/ovmf-x86_64-xen-4m.bin", + "filename": "@DATADIR@/ovmf-x86_64-ms-4m.bin", "format": "raw" }, "nvram-template": { - "filename": "@DATADIR@/ovmf-x86_64-vars.bin", + "filename": "@DATADIR@/ovmf-x86_64-ms-4m-vars.bin", "format": "raw" } },