From a0cfa6e839ab068fdf5512109000ad61df95cf17 Mon Sep 17 00:00:00 2001 From: pkgagent Date: Thu, 27 Aug 2026 10:39:00 +0800 Subject: [PATCH] Update to 1.43.2 (fixes CVE-2026-44517) --- buildah.spec | 6 +++++- sources | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index c4dff72..352524e 100644 --- a/buildah.spec +++ b/buildah.spec @@ -3,7 +3,7 @@ Summary: A command line tool used for creating OCI Images Name: buildah -Version: 1.43.1 +Version: 1.43.2 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 @@ -119,6 +119,10 @@ cp bin/wait %{buildroot}/%{_bindir}/%{name}-wait %changelog +* Thu Aug 27 2026 PkgAgent Robot - 1.43.2-1 +- [Type] security +- [DESC] Update to 1.43.2 (fixes CVE-2026-44517) + * Thu Apr 30 2026 hudson zhu - 1.43.1-1 - [Type] sync - [DESC] upgrade to 1.43.1 to fix CVE-2025-58181, CVE-2025-47914 diff --git a/sources b/sources index 48bc2cb..f52d86a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.43.1.tar.gz) = 5c0230011c40522bfc87a5dbb6a8a2dfa0ee3f47625dd7782b53273bba75ecfc881412567e68520f593017f11cc3e0483a9f0bfb6d5ecd8bb9ee6f278936e8b0 +SHA512 (v1.43.2.tar.gz) = 17009c78c713eb397cc7d791edb7e0470a3c2d6032fc0706af8aabf81a7849ed4abd420b3afbc67ce2c9464ae5ddccccd7a52bc9426a73e1d72884403d4a14d4 -- Gitee