rebuild with updated Go to fix CVE-2026-42499

Resolves: RHEL-241487 RHEL-241854 RHEL-241997 RHEL-242053 RHEL-242188 RHEL-242289 RHEL-251853
Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2026-09-01 12:39:39 +02:00
parent dade0cac13
commit 4ac3b1f3b2

View File

@ -20,7 +20,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
Epoch: 4
Name: podman
Version: 4.9.4
Release: 36%{?dist}
Release: 37%{?dist}
Summary: Manage Pods, Containers and Container Images
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
URL: https://%{name}.io/
@ -415,6 +415,10 @@ fi
%{_libexecdir}/%{name}/gvproxy
%changelog
* Tue Sep 01 2026 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-37
- rebuild with updated Go to fix CVE-2026-42499
- Resolves: RHEL-241487 RHEL-241854 RHEL-241997 RHEL-242053 RHEL-242188 RHEL-242289 RHEL-251853
* Thu Aug 20 2026 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-36
- rebuild with Go 1.25.11 to fix CVE-2026-33818, CVE-2026-56853, CVE-2026-56858,
CVE-2026-56859, CVE-2026-56860, CVE-2026-56862