Skip to content

Commit 85ffff0

Browse files
[AUTO-CHERRYPICK] cloud-hypervisor-cvm: update to 38.0.72.2 - branch main (#9806)
Co-authored-by: Archana Choudhary <36061892+arc9693@users.noreply.github.com>
1 parent af186a1 commit 85ffff0

3 files changed

Lines changed: 14 additions & 11 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"Signatures": {
3-
"cloud-hypervisor-cvm-38.0.72-vendor.tar.gz": "6092868ed042c0397e4e96f2572a59d80491662b6c68fd210fe458a8f7d0d429",
4-
"cloud-hypervisor-cvm-38.0.72.tar.gz": "e6d15d99c5d9ec4bede43ef8fac971d2cc0ae49a7eafffc6ca7e5b948ed4282a",
5-
"config.toml": "74c28b7520c157109b8990b325fe8f13504e56561a9bac51499d4c6bf4a66e52"
6-
}
2+
"Signatures": {
3+
"cloud-hypervisor-cvm-38.0.72.2-cargo.tar.gz": "12190a4f2fbd29b2c6c197388a958eab5dff91e8d75927841669d81d794eadf4",
4+
"cloud-hypervisor-cvm-38.0.72.2.tar.gz": "1a357a0805f7b6d90993d5ae246c2dedff88cf98c9c0eab0903dc8071be0dae2",
5+
"config.toml": "74c28b7520c157109b8990b325fe8f13504e56561a9bac51499d4c6bf4a66e52"
6+
}
77
}

SPECS/cloud-hypervisor-cvm/cloud-hypervisor-cvm.spec

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name: cloud-hypervisor-cvm
66
Summary: Cloud Hypervisor CVM is an open source Virtual Machine Monitor (VMM) that enables running SEV SNP enabled VMs on top of MSHV using the IGVM file format as payload.
7-
Version: 38.0.72
7+
Version: 38.0.72.2
88
Release: 1%{?dist}
99
License: ASL 2.0 OR BSD-3-clause
1010
Vendor: Microsoft Corporation
@@ -20,7 +20,7 @@ Source0: https://github.com/microsoft/cloud-hypervisor/archive/refs/tags/
2020
# cargo vendor > config.toml
2121
# tar -czf %{name}-%{version}-cargo.tar.gz vendor/
2222
# rename the tarball to %{name}-%{version}-cargo.tar.gz when updating version
23-
Source1: %{name}-%{version}-vendor.tar.gz
23+
Source1: %{name}-%{version}-cargo.tar.gz
2424
Source2: config.toml
2525
%endif
2626

@@ -71,7 +71,7 @@ Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that runs on to
7171

7272
%prep
7373

74-
%setup -q -n cloud-hypervisor-%{version}
74+
%setup -q -n cloud-hypervisor-msft-v%{version}
7575
%if 0%{?using_vendored_crates}
7676
tar xf %{SOURCE1}
7777
mkdir -p .cargo
@@ -138,6 +138,10 @@ cargo build --release --target=%{rust_musl_target} %{cargo_pkg_feature_opts} %{c
138138
%license LICENSE-BSD-3-Clause
139139

140140
%changelog
141+
* Thu Jul 04 2024 Archana Choudhary <archana1@microsoft.com> - 38.0.72.2-1
142+
- Upgrade to v38.0.72.2
143+
- Fixes CVE-2023-45853, CVE-2018-25032, CVE-2023-5363, CVE-2023-5678, CVE-2023-6129, CVE-2023-6237, CVE-2024-0727, CVE-2024-4603
144+
141145
* Wed May 15 2024 Saul Paredes <saulparedes@microsoft.com> - 38.0.72-1
142146
- Initial CBL-Mariner import from Azure
143147
- Upgrade to v38.0.72
@@ -213,4 +217,3 @@ cargo build --release --target=%{rust_musl_target} %{cargo_pkg_feature_opts} %{c
213217

214218
* Wed Jul 22 2020 Muminul Islam <muislam@microsoft.com> 0.8.0-0
215219
- Initial version
216-

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1817,8 +1817,8 @@
18171817
"type": "other",
18181818
"other": {
18191819
"name": "cloud-hypervisor-cvm",
1820-
"version": "38.0.72",
1821-
"downloadUrl": "https://github.com/microsoft/cloud-hypervisor/archive/refs/tags/msft/v38.0.72.tar.gz"
1820+
"version": "38.0.72.2",
1821+
"downloadUrl": "https://github.com/microsoft/cloud-hypervisor/archive/refs/tags/msft/v38.0.72.2.tar.gz"
18221822
}
18231823
}
18241824
},

0 commit comments

Comments
 (0)