From a0779697a8984b1a60e1a3a461971a0c8acc9645 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 6 Feb 2023 22:20:10 +0100 Subject: [PATCH] Rebuild for CVE-2022-41717 Resolves: #2163743 --- toolbox.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/toolbox.spec b/toolbox.spec index 9c9d403..696be05 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -11,7 +11,7 @@ Version: 0.0.99.3 %global goipath github.com/containers/%{name} %gometa -Release: 6%{?dist} +Release: 7%{?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.1 +BuildRequires: golang >= 1.19.4 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 +* Mon Feb 06 2023 Debarshi Ray - 0.0.99.3-7 +- Rebuild for CVE-2022-41717 +Resolves: #2163743 + * Mon Jan 30 2023 Debarshi Ray - 0.0.99.3-6 - Support RHEL 9 Toolbx containers Resolves: #2163759