import UBI buildah-1.39.4-2.el10_0

This commit is contained in:
eabdullin 2025-06-17 05:19:05 +00:00
parent 1f468334bb
commit e57ecb4158

View File

@ -31,7 +31,7 @@ Epoch: 2
Version: 1.39.4
# 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: 1%{?dist}
Release: 2%{?dist}
%if %{defined golang_arches_future}
ExclusiveArch: %{golang_arches_future}
%else
@ -163,6 +163,10 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/*
%{_datadir}/%{name}/test
%changelog
* Wed Jun 04 2025 Jindrich Novy <jnovy@redhat.com> - 2:1.39.4-2
- rebuild to fix CVE-2025-22871 buildah: Request smuggling due to acceptance of invalid chunked data in net/http
- Resolves: RHEL-89205
* Fri Mar 28 2025 Jindrich Novy <jnovy@redhat.com> - 2:1.39.4-1
- update to https://github.com/containers/buildah/releases/tag/v1.39.4
- Resolves: RHEL-85115