diff --git a/.gitignore b/.gitignore index 3d03030..b61a1bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/toolbox-0.0.99.5-vendored.tar.xz +SOURCES/toolbox-0.0.99.5.1-vendored.tar.xz diff --git a/.toolbox.metadata b/.toolbox.metadata index 4b7410d..236996e 100644 --- a/.toolbox.metadata +++ b/.toolbox.metadata @@ -1 +1 @@ -9b8595f66d8dd76636c308426919bb81cba5498a SOURCES/toolbox-0.0.99.5-vendored.tar.xz +e0ff8e9c7fb0a3f13c5e481b6c074d6f63e54e36 SOURCES/toolbox-0.0.99.5.1-vendored.tar.xz diff --git a/SOURCES/toolbox-Add-migration-paths-for-coreos-toolbox-users.patch b/SOURCES/toolbox-Add-migration-paths-for-coreos-toolbox-users.patch index 1e3e254..46dc1f1 100644 --- a/SOURCES/toolbox-Add-migration-paths-for-coreos-toolbox-users.patch +++ b/SOURCES/toolbox-Add-migration-paths-for-coreos-toolbox-users.patch @@ -1,4 +1,4 @@ -From 4587b6e9240bf936b760e901435c4cfdd9c582b6 Mon Sep 17 00:00:00 2001 +From 17578dea0f0fb053906d900d1eac0d1b989564f5 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 18 Aug 2021 17:55:21 +0200 Subject: [PATCH 1/2] cmd/run: Make sosreport work by setting the HOST @@ -22,10 +22,10 @@ index e2e31d9da4e6..84ad46518bfc 100644 "--preserve-fds", preserveFDs, }...) -- -2.43.0 +2.52.0 -From 892c33ed75443de90a2caa90959387bbc270c564 Mon Sep 17 00:00:00 2001 +From 7baac5cc2c3096c96ce8231f2f3e182cfb7f2e33 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 10 Dec 2021 13:42:15 +0100 Subject: [PATCH 2/2] test/system: Update to test the migration path for @@ -42,11 +42,11 @@ ca899c8a561f357ae32c6ba6813520fd8b682abb and the parts of commit create mode 100644 test/system/100-root.bats diff --git a/test/system/002-help.bats b/test/system/002-help.bats -index 695c51f92e7e..5fa4c6fe0b4c 100644 +index 38ff397430eb..d04aa690c43a 100644 --- a/test/system/002-help.bats +++ b/test/system/002-help.bats -@@ -23,20 +23,6 @@ setup() { - _setup_environment +@@ -28,20 +28,6 @@ teardown() { + popd || return 1 } -@test "help: Smoke test" { @@ -100,5 +100,5 @@ index 000000000000..32d87904213e + skip "Testing of entering toolboxes is not implemented" +} -- -2.43.0 +2.52.0 diff --git a/SPECS/toolbox.spec b/SPECS/toolbox.spec index 700180e..c2e3d7c 100644 --- a/SPECS/toolbox.spec +++ b/SPECS/toolbox.spec @@ -1,12 +1,12 @@ %global __brp_check_rpaths %{nil} Name: toolbox -Version: 0.0.99.5 +Version: 0.0.99.5.1 %global goipath github.com/containers/%{name} %gometa -Release: 2%{?dist} +Release: 1%{?dist} Summary: Tool for interactive command line environments on Linux License: ASL 2.0 @@ -131,6 +131,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf %changelog +* Tue Feb 03 2026 Debarshi Ray - 0.0.99.5.1-1 +- Update to 0.0.99.5.1 for CVE-2025-65637 +Resolves: RHEL-135798 + * Mon Feb 19 2024 Debarshi Ray - 0.0.99.5-2 - Rebuild for CVE-2023-39326 Resolves: RHEL-18393