From 73989582a0d2f79808eff9b982a4043300785fa0 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 19 Feb 2024 22:43:43 +0100 Subject: [PATCH] Rebuild for CVE-2023-39326 --- .toolbox.metadata | 1 + toolbox.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .toolbox.metadata diff --git a/.toolbox.metadata b/.toolbox.metadata new file mode 100644 index 0000000..7c1bc09 --- /dev/null +++ b/.toolbox.metadata @@ -0,0 +1 @@ +9b8595f66d8dd76636c308426919bb81cba5498a toolbox-0.0.99.5-vendored.tar.xz diff --git a/toolbox.spec b/toolbox.spec index 9a65c85..700180e 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -6,7 +6,7 @@ Version: 0.0.99.5 %global goipath github.com/containers/%{name} %gometa -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for interactive command line environments on Linux License: ASL 2.0 @@ -21,7 +21,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.21.3-4 +BuildRequires: golang >= 1.21.7 BuildRequires: /usr/bin/go-md2man BuildRequires: meson >= 0.58.0 BuildRequires: pkgconfig(bash-completion) @@ -131,6 +131,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf %changelog +* Mon Feb 19 2024 Debarshi Ray - 0.0.99.5-2 +- Rebuild for CVE-2023-39326 +Resolves: RHEL-18393 + * Mon Jan 15 2024 Debarshi Ray - 0.0.99.5-1 - Update to 0.0.99.5 Resolves: RHEL-19773