From c96a99144a6c351520eb64f5d7b27fc0770eb103 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 24 Oct 2023 15:06:56 +0000 Subject: [PATCH] import UBI toolbox-0.0.99.3-10.el9_2 --- SPECS/toolbox.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SPECS/toolbox.spec b/SPECS/toolbox.spec index 8d07152..d58cca9 100644 --- a/SPECS/toolbox.spec +++ b/SPECS/toolbox.spec @@ -11,7 +11,7 @@ Version: 0.0.99.3 %global goipath github.com/containers/%{name} %gometa -Release: 9%{?dist} +Release: 10%{?dist} Summary: Tool for containerized command line environments on Linux License: ASL 2.0 @@ -38,7 +38,7 @@ Patch102: toolbox-Add-migration-paths-for-coreos-toolbox-users.patch # https://bugzilla.redhat.com/show_bug.cgi?id=1905383 ExcludeArch: %{ix86} -BuildRequires: golang >= 1.19.4 +BuildRequires: golang >= 1.19.13 BuildRequires: /usr/bin/go-md2man BuildRequires: meson >= 0.58.0 BuildRequires: pkgconfig(bash-completion) @@ -133,6 +133,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf %changelog +* Sat Oct 14 2023 Debarshi Ray - 0.0.99.3-10 +- Rebuild for CVE-2023-39325 and CVE-2023-44487 +Resolves: RHEL-13122 + * Mon Feb 06 2023 Debarshi Ray - 0.0.99.3-9 - Rebuild for CVE-2022-41717 Resolves: #2164292