Skip to content

Commit ff0a669

Browse files
[AUTO-CHERRYPICK] hvloader: address openssl related CVEs (CVE-2023-0286, CVE-2023-0215, CVE-2022-4450, CVE-2022-4304) - branch main (#9303)
Co-authored-by: Archana Choudhary <36061892+arc9693@users.noreply.github.com>
1 parent 5f33b48 commit ff0a669

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

SPECS-SIGNED/hvloader-signed/hvloader-signed.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Summary: Signed HvLoader.efi for %{buildarch} systems
77
Name: hvloader-signed-%{buildarch}
88
Version: 1.0.1
9-
Release: 2%{?dist}
9+
Release: 3%{?dist}
1010
License: MIT
1111
Vendor: Microsoft Corporation
1212
Distribution: Mariner
@@ -69,6 +69,9 @@ popd
6969
/boot/efi/HvLoader.efi
7070

7171
%changelog
72+
* Fri May 31 2024 Archana Choudhary <archana1@microsoft.com> - 1.0.1-3.cm2
73+
- Update version for consistency with hvloader spec
74+
7275
* Fri May 10 2024 Archana Choudhary <archana1@microsoft.com> - 1.0.1-2
7376
- Update version for consistency with hvloader spec
7477

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Signatures": {
33
"hvloader-1.0.1.tar.gz": "4e0a15cfab98a89a0a93f747df876ea3ee5366c3ffbd158c28e296bf52c7dfba",
4-
"edk2-stable202302-submodules.tar.gz": "6e0c992145070d4f9e907a2baf9441b264927902537e888d20d2749055d52f20",
4+
"edk2-stable202305-submodules.tar.gz": "98ad582dde1cedaa1d0767d92968c47c7102a94b1ab1cd6ca5c95eee2acbaa71",
55
"target-x86.txt": "fcf4f427d3b80e67296be2a1d17ec124d65f673d4f6ea37d238f8d3fc1ddc4b8"
66
}
77
}

SPECS/hvloader/hvloader.spec

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
%define debug_package %{nil}
22
%define name_github HvLoader
3-
%define edk2_tag edk2-stable202302
3+
%define edk2_tag edk2-stable202305
44
Summary: HvLoader.efi is an EFI application for loading an external hypervisor loader.
55
Name: hvloader
66
Version: 1.0.1
7-
Release: 2%{?dist}
7+
Release: 3%{?dist}
88
License: MIT
99
Vendor: Microsoft Corporation
1010
Distribution: Mariner
@@ -58,6 +58,11 @@ cp ./Build/MdeModule/RELEASE_GCC5/X64/MdeModulePkg/Application/%{name_github}-%{
5858
/boot/efi/HvLoader.efi
5959

6060
%changelog
61+
* Fri May 31 2024 Archana Choudhary <archana1@microsoft.com> - 1.0.1-3
62+
- Update edk2_tag to edk2-stable202305
63+
- Publish edk2-stable202305-submodules source
64+
- Correct the resolution of openssl related CVEs (CVE-2023-0286, CVE-2023-0215, CVE-2022-4450, CVE-2022-4304) that were not successfully addressed in the previous update
65+
6166
* Wed May 08 2024 Archana Choudhary <archana1@microsoft.com> - 1.0.1-2
6267
- Update edk2_tag to edk2-stable202302
6368
- Publish edk2-stable202302-submodules source

0 commit comments

Comments
 (0)