-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AUTO-CHERRYPICK] [AUTOPATCHER-CORE] Upgrade nvidia-container-toolkit…
… to 1.16.2 Critical vulnerability CVE-2024-0132, Medium vulnerability CVE-2024-0133 - branch main (#10660)
- Loading branch information
1 parent
6d7ba8b
commit 9e55d13
Showing
12 changed files
with
49 additions
and
154 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
SPECS/libnvidia-container/libnvidia-container.signatures.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"Signatures": { | ||
"libnvidia-container-1.13.5.tar.gz": "431522239d71728d2840b2f048d0a0733c3e6ad7a209bdf21c7d17c0aa661657", | ||
"nvidia-modprobe-495.44.tar.gz": "ae6e9c7e6b43368945c28f6b8b6d0d7cc36ee7e1be8955a009a1cb189e46de92" | ||
"libnvidia-container-1.16.2.tar.gz": "6f0775f51ac4bec285879bf084545f826094eba4e8430258eb5e2536e711c875", | ||
"nvidia-modprobe-550.54.14.tar.gz": "5687b0dfa6087dd480ae91e91ff1dca975794e35a2edcf9ec08d8f9cb98ef905" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
%define modprobe_version 495.44 | ||
%define modprobe_version 550.54.14 | ||
%define _major 1 | ||
%define mod_probe_dir deps/src/nvidia-modprobe-%{modprobe_version} | ||
Summary: NVIDIA container runtime library | ||
Name: libnvidia-container | ||
Version: 1.13.5 | ||
Release: 7%{?dist} | ||
Version: 1.16.2 | ||
Release: 1%{?dist} | ||
License: BSD AND ASL2.0 AND GPLv3+ AND LGPLv3+ AND MIT AND GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Mariner | ||
|
@@ -39,6 +39,9 @@ tar -C %{mod_probe_dir} --strip-components=1 -xzf %{SOURCE1} | |
touch %{mod_probe_dir}/.download_stamp | ||
|
||
%build | ||
sed -i 's/^MAJOR[[:space:]]*:=.*$/MAJOR := 1/' versions.mk | ||
sed -i 's/^MINOR[[:space:]]*:=.*$/MINOR := 16/' versions.mk | ||
sed -i 's/^PATCH[[:space:]]*:=.*$/PATCH := 2/' versions.mk | ||
%make_build WITH_LIBELF=yes | ||
|
||
%install | ||
|
@@ -132,6 +135,9 @@ This package contains command-line tools that facilitate using the library. | |
%{_bindir}/* | ||
|
||
%changelog | ||
* Mon Oct 07 2024 Mandeep Plaha <[email protected]> - 1.16.2-1 | ||
- Upgrade to version 1.16.2 to stay in sync with nvidia-container-toolkit. | ||
|
||
* Mon Sep 09 2024 CBL-Mariner Servicing Account <[email protected]> - 1.13.5-7 | ||
- Bump release to rebuild with go 1.22.7 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
SPECS/nvidia-container-runtime/nvidia-container-runtime.signatures.json
This file was deleted.
Oops, something went wrong.
90 changes: 0 additions & 90 deletions
90
SPECS/nvidia-container-runtime/nvidia-container-runtime.spec
This file was deleted.
Oops, something went wrong.
10 changes: 5 additions & 5 deletions
10
SPECS/nvidia-container-toolkit/nvidia-container-toolkit.signatures.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"Signatures": { | ||
"nvidia-container-toolkit-1.13.5-vendor.tar.gz": "e2a72626fedaf53ad5e8a167509451eadd567e417fab4dec07cd9c19a84baae9", | ||
"nvidia-container-toolkit-1.13.5.tar.gz": "2e95a89ca3ab95528df4bf32c5e0c8333e283e0465b9636458282c3d49a1b1da" | ||
} | ||
} | ||
"Signatures": { | ||
"nvidia-container-toolkit-1.16.2-vendor.tar.gz": "e9ed76163b347b73de1b3af838f0c1b83a61faadcdef65550d0f3160cd236cd6", | ||
"nvidia-container-toolkit-1.16.2.tar.gz": "0062b4123bc8fd34191d95464e42dc18c34c6fff4c7bda0e23ba336f9ecd7997" | ||
} | ||
} |
Oops, something went wrong.