fix CVE in batches through rebuild

This commit is contained in:
duyiwei 2025-01-10 10:57:08 +08:00
parent 89680a7e94
commit 012e098fe2

View File

@ -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 <duyiwei@kylinos.cn> - 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 <jianmin@iscas.ac.cn> - 1:0.10.1-9
- Rebuild on Golang 1.15.7-48 to fix CVE-2023-24538