From 915084e90e9c2e6a8a438c877a6cb84df35dfe02 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sat, 2 Dec 2023 18:41:04 +0530 Subject: [PATCH] buildah-1.33.1-3.el9 - Rebuild for CVEs: CVE-2023-39318 CVE-2023-39319 CVE-2023-39321 CVE-2023-39322 - Related: Jira:RHEL-2779 Signed-off-by: Lokesh Mandvekar --- buildah.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/buildah.spec b/buildah.spec index 32babfb..ffa9800 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,7 +15,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 1 Name: buildah Version: 1.33.1 -Release: 2%{?dist} +Release: 3%{?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,11 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Sat Dec 02 2023 Lokesh Mandvekar - 1:1.33.1-3 +- Rebuild for CVEs: + CVE-2023-39318 CVE-2023-39319 CVE-2023-39321 CVE-2023-39322 +- Related: Jira:RHEL-2779 + * Tue Nov 28 2023 Lokesh Mandvekar - 1:1.33.1-2 - Fix gating issues in tests/tests.yml - Related: RHEL-2112