From c04d57aef9364dfab4158fe2100a65396327ce32 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 13 Dec 2023 15:45:07 +0800 Subject: [PATCH] update to buildah-1.24.6-7.src.rpm Signed-off-by: Zhao Hang --- buildah.spec | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/buildah.spec b/buildah.spec index c5dffdb..415c569 100644 --- a/buildah.spec +++ b/buildah.spec @@ -1,4 +1,3 @@ -%define anolis_release .0.1 %global _find_debuginfo_dwz_opts %{nil} %global _dwz_low_mem_die_limit 0 @@ -19,12 +18,11 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 1 Name: buildah Version: 1.24.6 -Release: 5%{anolis_release}%{?dist} +Release: 7%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures -ExcludeArch: loongarch64 ExclusiveArch: %{go_arches} %if 0%{?branch:1} Source0: https://%{import_path}/tarball/%{commit0}/%{branch}-%{shortcommit0}.tar.gz @@ -131,17 +129,22 @@ rm -f %{buildroot}%{_mandir}/man5/Containerfile* %{_datadir}/%{name}/test %changelog -* Mon Jul 24 2023 Liwei Ge - 1:1.24.6-5.0.1 -- disable loongarch64 build - -* Wed Feb 01 2023 Jindrich Novy - 1:1.24.6-5 +* Mon Aug 28 2023 Jindrich Novy - 1:1.24.6-7 +- rebuild for CVE-2023-29406 +- Related: #2176055 + +* Thu Jun 15 2023 Jindrich Novy - 1:1.24.6-6 +- rebuild for following CVEs: +CVE-2022-41724 CVE-2022-41725 CVE-2023-24538 CVE-2023-24534 CVE-2023-24536 CVE-2022-41723 CVE-2023-24539 CVE-2023-24540 CVE-2023-29400 +- Resolves: #2179943 +- Resolves: #2187341 +- Resolves: #2187359 +- Resolves: #2203677 +- Resolves: #2207505 + +* Tue Mar 14 2023 Jindrich Novy - 1:1.24.6-5 - remove Containerfile man page -- Resolves: #2165790 - -* Fri Jan 13 2023 Jindrich Novy - 1:1.24.6-4 -- update to the latest content of https://github.com/containers/buildah/tree/release-1.24 - (https://github.com/containers/buildah/commit/60e6bc0) -- Related: #2129766 +- Related: #2176055 * Mon Oct 31 2022 Jindrich Novy - 1:1.24.6-3 - update to the latest content of https://github.com/containers/buildah/tree/release-1.24 -- Gitee