From 64f62c013fbd769587e6980d6be099e248d26b5b Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 9 Aug 2024 19:18:01 +0200 Subject: [PATCH] Rebuild for CVE-2024-24791 Resolves: RHEL-47194 --- toolbox.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/toolbox.spec b/toolbox.spec index b07ad98..457a800 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -25,13 +25,13 @@ Version: 0.0.99.5 %if 0%{?rhel} %if 0%{?rhel} == 9 -%global toolbx_go 1.22.3-2 +%global toolbx_go 1.22.5 %elif 0%{?rhel} == 10 -%global toolbx_go 1.22.3-2 +%global toolbx_go 1.22.5 %endif %endif -Release: 4%{?dist} +Release: 5%{?dist} Summary: Tool for interactive command line environments on Linux License: ASL 2.0 @@ -197,6 +197,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf %changelog +* Fri Aug 09 2024 Debarshi Ray - 0.0.99.5-5 +- Rebuild for CVE-2024-24791 +Resolves: RHEL-47194 + * Wed Jun 19 2024 Debarshi Ray - 0.0.99.5-4 - Rebuild for CVE-2024-24788 Resolves: RHEL-35942