From 7196ca754578dde13142fc2fdecd10725c39450d Mon Sep 17 00:00:00 2001 From: Jianmin Date: Thu, 5 Dec 2024 09:34:09 +0800 Subject: [PATCH] Rebuild to fix CVE-2023-24534 CVE-2023-24536 CVE-2023-24537 CVE-2023-24538 CVE-2023-29406 CVE-2022-41715 CVE-2024-24791 CVE-2021-34558 and CVE-2022-1962 (cherry picked from commit 7f01aab282fe32043b58724729e39361bf0cb6d3) --- buildah.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index 5f8eb5d..c8f1e7a 100644 --- a/buildah.spec +++ b/buildah.spec @@ -25,13 +25,13 @@ Name: buildah Version: 1.26.1 -Release: 1 +Release: 2 Summary: A command line tool used for creating OCI Images License: ASL 2.0 and BSD and MIT and MPLv2.0 URL: https://%{name}.io Source: %{git0}/archive/v%{version}.tar.gz Source1: https://github.com/cpuguy83/go-md2man/archive/v1.0.10.tar.gz -BuildRequires: device-mapper-devel git-core golang >= 1.16.6 glib2-devel glibc-static gpgme-devel libassuan-devel +BuildRequires: device-mapper-devel git-core golang >= 1.17.3-33 glib2-devel glibc-static gpgme-devel libassuan-devel BuildRequires: make ostree-devel btrfs-progs-devel libseccomp-static Requires: containers-common netavark iptables nftables libseccomp >= 2.4.1-0 Suggests: containernetworking-plugins >= 0.9.1-1 cpp qemu-user-static @@ -136,5 +136,8 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/bash-completion/completions/%{name} %changelog +* Thu Dec 19 2024 Jianmin - 1.26.1-2 +- Rebuild on Go 1.17.3-33 to fix CVE-2023-24534 CVE-2023-24536 CVE-2023-24537 CVE-2023-24538 CVE-2023-29406 CVE-2022-41715 CVE-2024-24791 CVE-2021-34558 and CVE-2022-1962 + * Mon Jun 20 2022 fushanqing - 1.26.1-1 - Initial package -- Gitee