From 31e89c86c5bb6315846bfc7d0d8ab2b5d0f07a39 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 17 Dec 2019 04:22:05 -0500 Subject: [PATCH] import buildah-1.5-6.gite94b4f9.module+el8.1.0+4908+72a45cef --- SPECS/buildah.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index e6bfd67..0b159c6 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -25,7 +25,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL Name: %{repo} Version: 1.5 -Release: 5.git%{shortcommit}%{?dist} +Release: 6.git%{shortcommit}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -92,6 +92,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Tue Nov 26 2019 Jindrich Novy - 1.5-6.gite94b4f9 +- rebuild because of CVE-2019-9512 and CVE-2019-9514 +- Resolves: #1766309 + * Tue Sep 17 2019 Jindrich Novy - 1.5-5.gite94b4f9 - Use autosetup macro again.