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