From a4c1d27b331b99f07efb99ffe33e8c9127f9053a Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 19 Jun 2024 17:47:56 +0200 Subject: [PATCH] Rebuild for CVE-2024-24788 Resolves: RHEL-35942 --- toolbox.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/toolbox.spec b/toolbox.spec index 4d08df7..b07ad98 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.1 +%global toolbx_go 1.22.3-2 %elif 0%{?rhel} == 10 -%global toolbx_go 1.22.1 +%global toolbx_go 1.22.3-2 %endif %endif -Release: 3%{?dist} +Release: 4%{?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 +* Wed Jun 19 2024 Debarshi Ray - 0.0.99.5-4 +- Rebuild for CVE-2024-24788 +Resolves: RHEL-35942 + * Thu Apr 25 2024 Debarshi Ray - 0.0.99.5-3 - Rebuild for CVE-2023-45290 and CVE-2024-24785 Resolves: RHEL-28393, RHEL-28485