diff --git a/buildah.spec b/buildah.spec index 5c4aed6289595ef9a9dc477edf9fc2c5a285ab0f..b6b1ee78995a664382bfb2a45246bcdcd11fe23e 100644 --- a/buildah.spec +++ b/buildah.spec @@ -14,12 +14,12 @@ 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 c1d6200be31286ea3cd4752ed1464b0f85ea388a +%global commit0 7c6701d0ad2b064de35d6c4fcbeb338106c1c50b %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: buildah Version: 1.19.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -121,6 +121,12 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Mon Apr 11 2022 Jindrich Novy - 1.19.9-2 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.19 + (https://github.com/containers/buildah/commit/7c6701d) +- fixes CVE-2022-27651 +- Resolves: #2067539 + * 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) diff --git a/download b/download new file mode 100644 index 0000000000000000000000000000000000000000..52641ed632b234c2faa243f502214fd3ffba637b --- /dev/null +++ b/download @@ -0,0 +1 @@ +966b9edb0541242c87ecc4fa0c104a30 release-1.19-7c6701d.tar.gz diff --git a/release-1.19-c1d6200.tar.gz b/release-1.19-c1d6200.tar.gz deleted file mode 100644 index 3b3542dba45b5fbb65de91b24b13298e13b6dfe2..0000000000000000000000000000000000000000 Binary files a/release-1.19-c1d6200.tar.gz and /dev/null differ