import UBI podman-5.4.0-10.el10_0

This commit is contained in:
eabdullin 2025-06-17 05:19:22 +00:00
parent 50ae100df6
commit eb12b77151

View File

@ -63,7 +63,7 @@ Epoch: 6
Version: 5.4.0
# The `AND` needs to be uppercase in the License for SPDX compatibility
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
Release: 9%{?dist}
Release: 10%{?dist}
%if %{defined golang_arches_future}
ExclusiveArch: %{golang_arches_future}
%else
@ -390,6 +390,10 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name}
%endif
%changelog
* Wed Jun 04 2025 Jindrich Novy <jnovy@redhat.com> - 6:5.4.0-10
- rebuild to fix CVE-2025-22871 podman: Request smuggling due to acceptance of invalid chunked data in net/http
- Resolves: RHEL-90011
* Wed Apr 09 2025 Jindrich Novy <jnovy@redhat.com> - 6:5.4.0-9
- update to the latest content of https://github.com/containers/podman/tree/v5.4-rhel
(https://github.com/containers/podman/commit/0ee1d49)