From fdc3b7a2ff8e3a4ded6737c2712dace9ce8db6da Mon Sep 17 00:00:00 2001 From: clarehkli Date: Mon, 13 Apr 2026 21:23:03 +0800 Subject: [PATCH] upgrade to 5.8.1 to fix CVE-2025-58181 and CVE-2025-47914 --- podman.spec | 8 ++++++-- sources | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index 7612b29..718f4a1 100644 --- a/podman.spec +++ b/podman.spec @@ -16,8 +16,8 @@ Summary: Manage Pods, Containers and Container Images Name: podman -Version: 5.6.1 -Release: 5%{?dist} +Version: 5.8.1 +Release: 1%{?dist} License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 URL: https://%{name}.io/ Source0: https://%{import_path}/archive/refs/tags/v%{version}.tar.gz #/%{name}-%{version}.tar.gz @@ -269,6 +269,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_bindir}/%{name}sh %changelog +* Mon Apr 13 2026 clarehkli - 5.8.1-1 +- [Type] security +- [DESC] upgrade to 5.8.1 to fix CVE-2025-58181 and CVE-2025-47914 + * Tue Feb 3 2026 clarehkli - 5.6.1-5 - [Type] security - [DESC] rebuilt with golang 1.24.11-1 to fix CVE-2025-58183、CVE-2025-58189、 diff --git a/sources b/sources index 4ae0991..97cb3a3 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (podman-5.6.1.tar.gz) = 146858b4e64c638a20c7865b294180c344a0fd7c4815a0f95c69abe04397c1aef53379e34f3f092184d663cc6f4967db2872a5aa969e1aa5a8f06c86ccbd14e1 +SHA512 (podman-5.8.1.tar.gz) = 9afb2abc1f57b4916908cb65e024fecc79f2a225d763432c77618f7a2aaabec46347426716ef1f6dbdb4edb063ce93c422f1cc0a567c682afbeb1e7cda20fcb7 SHA512 (dnsname-18822f9a4fb35d1349eb256f4cd2bfd372474d84.tar.gz) = de371722fbf18cd23b31485ee7ba36bb41d0d9a932d15e50872989c3ca1ff7246da63143c3725d81089fadda3821a54c18b22150d9d16005b07df6824f5f71f8 SHA512 (loongarch-patches.tar.gz) = d6fdcbb9dad4ebfcbe123b3d41a3234fcf2f7ef1b685e2299e538334943f2cd46b7de0b7f22b6631b025c23183c4cc3efe81f4686fb498bc030c98988709d4c3 -- Gitee