From 727b0534fff8ede961b5a2cbdf7189d523538b47 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 16 May 2023 16:18:59 +0200 Subject: [PATCH] Rebuild for CVE-2022-41724 and CVE-2022-41725 --- .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..0bbd291 --- /dev/null +++ b/.toolbox.metadata @@ -0,0 +1 @@ +3a2506e53c44cab54d476ee38af7197175e8af10 toolbox-0.0.99.4-vendored.tar.xz diff --git a/toolbox.spec b/toolbox.spec index a78b38f..26109f5 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -11,7 +11,7 @@ Version: 0.0.99.4 %gometa -f %endif -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for containerized command line environments on Linux License: ASL 2.0 @@ -34,7 +34,7 @@ Patch102: toolbox-Add-migration-paths-for-coreos-toolbox-users.patch BuildRequires: gcc BuildRequires: go-md2man -BuildRequires: golang >= 1.19.4 +BuildRequires: golang >= 1.19.6-2 BuildRequires: meson >= 0.58.0 BuildRequires: pkgconfig(bash-completion) BuildRequires: shadow-utils-subid-devel @@ -154,6 +154,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf %changelog +* Tue May 16 2023 Debarshi Ray - 0.0.99.4-2 +- Rebuild for CVE-2022-41724 and CVE-2022-41725 +Resolves: #2179968 + * Mon Apr 03 2023 Debarshi Ray - 0.0.99.4-1 - Update to 0.0.99.4 Resolves: #2165742