From 624b61f35904e824f038b69727090f03c5335962 Mon Sep 17 00:00:00 2001 From: sa-buc Date: Tue, 19 Aug 2025 15:02:05 +0800 Subject: [PATCH] update Source2 to fix check_source warning --- edk2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/edk2.spec b/edk2.spec index 24921d6..7980e18 100644 --- a/edk2.spec +++ b/edk2.spec @@ -1,4 +1,4 @@ -%define anolis_release 17 +%define anolis_release 18 %undefine _auto_set_build_flags ExclusiveArch: x86_64 aarch64 loongarch64 riscv64 @@ -38,7 +38,7 @@ URL: http://www.tianocore.org Source0: https://github.com/tianocore/edk2/archive/refs/tags/edk2-stable%{version}.tar.gz Source1: ovmf-whitepaper-c770f8c.txt -Source2: openssl-%{OPENSSL_VER}.tar.gz +Source2: https://github.com/openssl/openssl/releases/download/openssl-%{OPENSSL_VER}/openssl-%{OPENSSL_VER}.tar.gz # https://github.com/ucb-bar/berkeley-softfloat-3/tree/b64af41c3276f97f0e181920400ee056b9c88037 Source3: softfloat-%{softfloat_version}.tar.xz # https://github.com/tianocore/edk2-platforms/commit/7f42d4034c8f4266da691df69dce18234f752cb4 @@ -564,6 +564,9 @@ rm -f %{buildroot}%{_datadir}/edk2/riscv/*.raw %changelog +* Tue Aug 19 2025 zjl02254423 -202402-18 +- update Source2 to fix check_source warning + * Wed Aug 06 2025 wenxin - 202402-17 - add patch to fix CVE-2024-38797 -- Gitee