From 0949203a9251ee9a411f7452e867bc8d72c26f11 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 19 Jun 2024 16:58:38 +0200 Subject: [PATCH] Rebuild for CVE-2024-24788 Resolves: RHEL-35915 --- toolbox.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/toolbox.spec b/toolbox.spec index 8429f14..33ddbb9 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -27,11 +27,11 @@ Version: 0.0.99.5 %if 0%{?rhel} == 9 %global toolbx_go 1.21.7 %elif 0%{?rhel} == 10 -%global toolbx_go 1.21.3 +%global toolbx_go 1.22.3-2 %endif %endif -Release: 11%{?dist} +Release: 12%{?dist} Summary: Tool for interactive command line environments on Linux License: Apache-2.0 @@ -206,6 +206,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf %changelog +* Tue May 07 2024 Debarshi Ray - 0.0.99.5-12 +- Rebuild for CVE-2024-24788 +Resolves: RHEL-35915 + * Tue May 07 2024 Debarshi Ray - 0.0.99.5-11 - Unbreak the tests with Podman 5.0 Resolves: RHEL-36170