From a2c64959e88cd97da900f94e5c4ed318963caa88 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 05 2021 19:58:25 +0000 Subject: import buildah-1.19.9-1.module+el8.5.0+12236+c988d830 --- diff --git a/.buildah.metadata b/.buildah.metadata index c964b41..d8fd1c9 100644 --- a/.buildah.metadata +++ b/.buildah.metadata @@ -1 +1 @@ -537aa647186c29e7afe8724d086e621d42119c42 SOURCES/release-1.19-7aedb16.tar.gz +8576a72b4baba902bbf6838a6f598094b8141c05 SOURCES/release-1.19-c1d6200.tar.gz diff --git a/.gitignore b/.gitignore index 081f88a..371cda3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/release-1.19-7aedb16.tar.gz +SOURCES/release-1.19-c1d6200.tar.gz diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index ebd9afb..5c4aed6 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -14,11 +14,11 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global import_path github.com/containers/buildah %global branch release-1.19 -%global commit0 7aedb164287ed9c64ab38be2b3490782adadb894 +%global commit0 c1d6200be31286ea3cd4752ed1464b0f85ea388a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: buildah -Version: 1.19.6 +Version: 1.19.9 Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 @@ -121,6 +121,12 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Tue Aug 17 2021 Jindrich Novy - 1.19.9-1 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.19 + (https://github.com/containers/buildah/commit/c1d6200) +- fixes CVE-2021-3602 +- Related: #1977943 + * Fri Feb 19 2021 Jindrich Novy - 1.19.6-1 - update to the latest content of https://github.com/containers/buildah/tree/release-1.19 (https://github.com/containers/buildah/commit/7aedb16)