From adf49d72af2c0c961c29b26bdaa2828acd565ac2 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 20 Aug 2026 11:49:32 +0200 Subject: [PATCH] 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 Resolves: RHEL-166084 RHEL-241487 RHEL-241854 RHEL-241997 RHEL-242053 RHEL-242188 RHEL-242289 Signed-off-by: Jindrich Novy --- podman.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 9b4cd26..6131f64 100644 --- a/podman.spec +++ b/podman.spec @@ -20,7 +20,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 4 Name: podman Version: 4.9.4 -Release: 35%{?dist} +Release: 36%{?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 +* Thu Aug 20 2026 Jindrich Novy - 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 + * Tue Jul 21 2026 Jindrich Novy - 4:4.9.4-35 - update to the latest content of v4.9-rhel (commit 7440736) - fix podman commit nil pointer dereference when ImportBuilder fails - Resolves: RHEL-166084