From b4b11ee2df9cd8920269a1c9115cbb0126e691d0 Mon Sep 17 00:00:00 2001 From: anolis-bot Date: Thu, 17 Nov 2022 15:02:50 +0800 Subject: [PATCH] update to edk2-20220126gitbb1bba3d77-3.el8 Signed-off-by: anolis-bot --- dist | 1 + download | 2 +- edk2.spec | 15 ++++++++++----- 3 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 dist diff --git a/dist b/dist new file mode 100644 index 0000000..9c0e36e --- /dev/null +++ b/dist @@ -0,0 +1 @@ +an8 diff --git a/download b/download index 2e8e4ef..f44a45f 100644 --- a/download +++ b/download @@ -1,2 +1,2 @@ cab67318629b34c331bf8ec6436203f4 edk2-bb1bba3d77.tar.xz -9bcdc4f184c4628d07aa82461df9b5b1 openssl-rhel-a75722161d20fd632f8875585d3aa066ec5fea93.tar.xz +333f2a7a683c6c70d14782ca996fe0f6 openssl-rhel-740e53ace8f6771c205bf84780e26bcd7a3275df.tar.xz diff --git a/edk2.spec b/edk2.spec index 88eead7..95ba556 100644 --- a/edk2.spec +++ b/edk2.spec @@ -7,7 +7,7 @@ ExclusiveArch: x86_64 aarch64 Name: edk2 Version: %{GITDATE}git%{GITCOMMIT} -Release: 2%{?dist} +Release: 3%{?dist} Summary: UEFI firmware for 64-bit virtual machines Group: Applications/Emulators License: BSD-2-Clause-Patent and OpenSSL and MIT @@ -19,7 +19,7 @@ URL: http://www.tianocore.org # | xz -9ev >/tmp/edk2-$COMMIT.tar.xz Source0: http://batcave.lab.eng.brq.redhat.com/www/edk2-%{GITCOMMIT}.tar.xz Source1: ovmf-whitepaper-c770f8c.txt -Source2: openssl-rhel-a75722161d20fd632f8875585d3aa066ec5fea93.tar.xz +Source2: openssl-rhel-740e53ace8f6771c205bf84780e26bcd7a3275df.tar.xz Source3: ovmf-vars-generator Source4: LICENSE.qosb Source5: RedHatSecureBootPkKek1.pem @@ -49,7 +49,7 @@ Patch0023: 0023-OvmfPkg-silence-EFI_D_VERBOSE-0x00400000-in-NvmExpre.patch Patch0024: 0024-CryptoPkg-OpensslLib-list-RHEL8-specific-OpenSSL-fil.patch Patch0025: 0025-OvmfPkg-QemuKernelLoaderFsDxe-suppress-error-on-no-k.patch Patch0026: 0026-SecurityPkg-Tcg2Dxe-suppress-error-on-no-swtpm-in-si.patch -# For bz#2041754 - Mark SEV launch secret area as reserved +# For bz#2112307 - Mark SEV launch secret area as reserved Patch27: edk2-OvmfPkg-AmdSev-SecretPei-Mark-SEV-launch-secret-area.patch @@ -495,9 +495,14 @@ true %endif %changelog +* Tue Aug 02 2022 Camilla Conte - 20220126gitbb1bba3d77-3 +- Bumping OpenSSL version [bz# 2074834] +- Resolves: bz# 2074834 + (edk2: sync openssl sources with rhel openssl rpm) + * Tue Mar 01 2022 Jon Maloy - 20220126gitbb1bba3d77-2 -- edk2-OvmfPkg-AmdSev-SecretPei-Mark-SEV-launch-secret-area.patch [bz#2041754] -- Resolves: bz#2041754 +- edk2-OvmfPkg-AmdSev-SecretPei-Mark-SEV-launch-secret-area.patch [bz#2112307] +- Resolves: bz#2112307 (Mark SEV launch secret area as reserved) * Wed Feb 02 2022 Jon Maloy - 20220126gitbb1bba3d77-1.el8 -- Gitee