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 7afbda2..ffc6fbd 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -17,7 +17,7 @@ Version: 0.0.99.5 %endif %endif -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for interactive command line environments on Linux License: ASL 2.0 @@ -38,7 +38,7 @@ Patch202: toolbox-Add-migration-paths-for-coreos-toolbox-users.patch BuildRequires: gcc BuildRequires: go-md2man -BuildRequires: golang >= 1.21.3-5 +BuildRequires: golang >= 1.21.7 BuildRequires: meson >= 0.58.0 BuildRequires: pkgconfig(bash-completion) BuildRequires: shadow-utils-subid-devel @@ -183,6 +183,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-21817 + * Mon Jan 15 2024 Debarshi Ray - 0.0.99.5-1 - Update to 0.0.99.5 Resolves: RHEL-19772