Rebuild for CVE-2023-39326

This commit is contained in:
Debarshi Ray 2024-02-19 22:43:43 +01:00 committed by root
parent 8586aafb67
commit 73989582a0
2 changed files with 7 additions and 2 deletions

1
.toolbox.metadata Normal file
View File

@ -0,0 +1 @@
9b8595f66d8dd76636c308426919bb81cba5498a toolbox-0.0.99.5-vendored.tar.xz

View File

@ -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 <rishi@fedoraproject.org> - 0.0.99.5-2
- Rebuild for CVE-2023-39326
Resolves: RHEL-18393
* Mon Jan 15 2024 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.5-1
- Update to 0.0.99.5
Resolves: RHEL-19773