From 482fd91aa7877fb1d284bf4bd715933c2a467210 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 12 Dec 2023 21:10:12 +0000 Subject: [PATCH] import UBI buildah-1.31.3-2.el9_3 --- SPECS/buildah.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index bb42d5e..a5b32ae 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -15,7 +15,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 1 Name: buildah Version: 1.31.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -26,7 +26,7 @@ Source0: https://%{import_path}/tarball/%{commit0}/%{branch}-%{shortcommit0}.tar %else Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz %endif -BuildRequires: golang >= 1.16.6 +BuildRequires: golang >= 1.20.10 BuildRequires: git-core BuildRequires: glib2-devel BuildRequires: libseccomp-devel @@ -134,6 +134,12 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Sat Dec 02 2023 Lokesh Mandvekar - 1:1.31.3-2 +- Rebuild for CVEs: + CVE-2023-39318 CVE-2023-39319 CVE-2023-39321 CVE-2023-39322 CVE-2023-29409 +- Related: Jira:RHEL-2779 +- Related: Jira:RHEL-7451 + * Fri Aug 25 2023 Jindrich Novy - 1:1.31.3-1 - update to https://github.com/containers/buildah/releases/tag/v1.31.3 - Related: #2176063