Rebuild for CVE-2023-39318, CVE-2023-39319, CVE-2023-39325

... and CVE-2023-44487.

Resolves: RHEL-4435, RHEL-4439, RHEL-12694
This commit is contained in:
Debarshi Ray 2023-11-27 12:00:05 +01:00
parent 67b4d2d272
commit d4673ed8f9
1 changed files with 7 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Version: 0.0.99.4
%gometa -f
%endif
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Tool for containerized command line environments on Linux
License: ASL 2.0
@ -37,7 +37,7 @@ Patch202: toolbox-Add-migration-paths-for-coreos-toolbox-users.patch
BuildRequires: gcc
BuildRequires: go-md2man
BuildRequires: golang >= 1.20.6-4
BuildRequires: golang >= 1.21.3-5
BuildRequires: meson >= 0.58.0
BuildRequires: pkgconfig(bash-completion)
BuildRequires: shadow-utils-subid-devel
@ -166,6 +166,11 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf
%changelog
* Mon Nov 27 2023 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.4-7
- Rebuild for CVE-2023-39318, CVE-2023-39319, CVE-2023-39325 and
CVE-2023-44487
Resolves: RHEL-4435, RHEL-4439, RHEL-12694
* Mon Oct 02 2023 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99.4-6
- Simplify removing the user's password
Resolves: RHEL-1834