Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
174 changes: 0 additions & 174 deletions SPECS/kubevirt/CVE-2025-64324.patch

This file was deleted.

2 changes: 1 addition & 1 deletion SPECS/kubevirt/kubevirt.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"kubevirt-1.5.3.tar.gz": "93518543f92fa6a9a16e7b6653745d6a2562c52b21af81769bf85ac6e67df5fa"
"kubevirt-1.6.3.tar.gz": "9d41ac421d7af1c25a2b5c370dc597b67e6fc2762ab03ddf4745f71cad5fb4e2"
}
}
11 changes: 7 additions & 4 deletions SPECS/kubevirt/kubevirt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

Summary: Container native virtualization
Name: kubevirt
Version: 1.5.3
Release: 4%{?dist}
Version: 1.6.3
Release: 1%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand All @@ -31,8 +31,7 @@ Source0: https://github.com/kubevirt/kubevirt/archive/refs/tags/v%{versio
# Nexus team needs these to-be-upstreamed patches for the operator Edge to work
# correctly.
Patch0: CVE-2025-47913.patch
Patch1: CVE-2025-64324.patch
Patch2: CVE-2025-64435.patch
Patch1: CVE-2025-64435.patch

%global debug_package %{nil}
BuildRequires: swtpm-tools
Expand Down Expand Up @@ -270,6 +269,10 @@ install -p -m 0644 cmd/virt-launcher/qemu.conf %{buildroot}%{_datadir}/kube-virt
%{_bindir}/virt-tests

%changelog
* Tue Dec 30 2025 Harshit Gupta <guptaharshit@microsoft.com> - 1.6.3-1
- Upgrade to 1.6.3
- Remove CVE-2025-64324.patch

* Wed Dec 17 2025 Aditya Singh <v-aditysing@microsoft.com> - 1.5.3-4
- Added patch for CVE-2025-64435

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8541,8 +8541,8 @@
"type": "other",
"other": {
"name": "kubevirt",
"version": "1.5.3",
"downloadUrl": "https://github.com/kubevirt/kubevirt/archive/refs/tags/v1.5.3.tar.gz"
"version": "1.6.3",
"downloadUrl": "https://github.com/kubevirt/kubevirt/archive/refs/tags/v1.6.3.tar.gz"
}
}
},
Expand Down
Loading