From bae40b25dc1d375bdb692a0584f618de46c0e121 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 8 Dec 2023 01:41:50 +0100 Subject: [PATCH] Rebuild for CVE-2023-39325 and CVE-2023-44487 Resolves: RHEL-12636 (cherry picked from commit b205ab6d83cccf90ccbe11ab9cf42cf03eff6291) --- toolbox.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/toolbox.spec b/toolbox.spec index 454e904..08d2286 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -6,7 +6,7 @@ Version: 0.0.99.4 %global goipath github.com/containers/%{name} %gometa -Release: 7%{?dist} +Release: 8%{?dist} Summary: Tool for containerized command line environments on Linux License: ASL 2.0 @@ -26,7 +26,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.20.10 +BuildRequires: golang >= 1.21.3-4 BuildRequires: /usr/bin/go-md2man BuildRequires: meson >= 0.58.0 BuildRequires: pkgconfig(bash-completion) @@ -127,6 +127,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf %changelog +* Fri Dec 08 2023 Debarshi Ray - 0.0.99.4-8 +- Rebuild for CVE-2023-39325 and CVE-2023-44487 +Resolves: RHEL-12636 + * Mon Nov 27 2023 Debarshi Ray - 0.0.99.4-7 - Rebuild for CVE-2023-29406, CVE-2023-39318 and CVE-2023-39319 Resolves: RHEL-4229, RHEL-4470, RHEL-4497