From 46808d31a453f61a8a38a9a6251cf08e011af547 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 10 Jul 2023 16:20:27 +0200 Subject: [PATCH] Rebuild for CVE-2022-41723, CVE-2023-24534, CVE-2023-24536 ... and CVE-2023-24538. Resolves: #2187343, #2187363, #2203694 (cherry picked from commit f6658456799c61915fa8cdbd8351ec0acde9074c) --- toolbox.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/toolbox.spec b/toolbox.spec index dec51f2..65ffdd6 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -6,7 +6,7 @@ Version: 0.0.99.4 %global goipath github.com/containers/%{name} %gometa -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool for containerized command line environments on Linux License: ASL 2.0 @@ -25,7 +25,7 @@ Patch101: toolbox-Make-the-build-flags-match-RHEL-s-gobuild-for-PPC64.patch Patch102: toolbox-Add-migration-paths-for-coreos-toolbox-users.patch BuildRequires: gcc -BuildRequires: golang >= 1.19.6 +BuildRequires: golang >= 1.20.3 BuildRequires: /usr/bin/go-md2man BuildRequires: meson >= 0.58.0 BuildRequires: pkgconfig(bash-completion) @@ -125,6 +125,11 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf %changelog +* Mon Jul 10 2023 Debarshi Ray - 0.0.99.4-3 +- Rebuild for CVE-2022-41723, CVE-2023-24534, CVE-2023-24536 and + CVE-2023-24538 +Resolves: #2187343, #2187363, #2203694 + * Mon Jul 10 2023 Debarshi Ray - 0.0.99.4-2 - Rebuild for CVE-2022-41724 and CVE-2022-41725 Resolves: #2179947