Rebuild for CVE-2022-41724 and CVE-2022-41725

Resolves: #2179947
(cherry picked from commit f2a3df85d6)
This commit is contained in:
Debarshi Ray 2023-07-10 12:29:45 +02:00
parent 631a2b5409
commit 3946c724cc
1 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Version: 0.0.99.4
%global goipath github.com/containers/%{name}
%gometa
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Tool for containerized command line environments on Linux
License: ASL 2.0
@ -25,7 +25,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.19.4
BuildRequires: golang >= 1.19.6
BuildRequires: /usr/bin/go-md2man
BuildRequires: meson >= 0.58.0
BuildRequires: pkgconfig(bash-completion)
@ -125,6 +125,10 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf
%changelog
* Mon Jul 10 2023 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.4-2
- Rebuild for CVE-2022-41724 and CVE-2022-41725
Resolves: #2179947
* Tue Apr 04 2023 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.4-1
- Update to 0.0.99.4
- Fix CVE-2022-3064