From 012e098fe2f6feb2eb0355515c607ad43592b594 Mon Sep 17 00:00:00 2001 From: duyiwei Date: Fri, 10 Jan 2025 10:57:08 +0800 Subject: [PATCH] fix CVE in batches through rebuild --- podman.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 99de9d6..bd3d232 100644 --- a/podman.spec +++ b/podman.spec @@ -1,6 +1,6 @@ Name: podman Version: 0.10.1 -Release: 9 +Release: 10 Summary: A daemonless container engine for managing Containers Epoch: 1 License: ASL 2.0 @@ -224,6 +224,12 @@ install -Dp -m644 libpod.conf %{buildroot}%{_datadir}/containers/libpod.conf %{_mandir}/man5/*.5* %changelog +* Thu Jan 09 2025 duyiwei - 1:0.10.1-10 +- Type:bugfix +- CVE:CVE-2024-9355、CVE-2019-9514、CVE-2024-24791、CVE-2022-32189、CVE-2022-41715、CVE-2022-2880、CVE-2022-1962、CVE-2023-45290、CVE-2024-24783、CVE-2024-24785 +- SUG:NA +- DESC: fix CVE in batches through rebuild + * Wed Dec 4 2024 Jianmin - 1:0.10.1-9 - Rebuild on Golang 1.15.7-48 to fix CVE-2023-24538 -- Gitee