From 5308b3b8378f33ed07f4d9570243d118d018bd8d Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jul 28 2020 11:12:32 +0000 Subject: import runc-1.0.0-64.rc10.module+el8.2.0+6369+1f4293b4 --- diff --git a/.gitignore b/.gitignore index dc6af45..32283ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/runc-d736ef1.tar.gz +SOURCES/runc-dc9208a.tar.gz diff --git a/.runc.metadata b/.runc.metadata index 6c81a25..39b6b73 100644 --- a/.runc.metadata +++ b/.runc.metadata @@ -1 +1 @@ -812dbd873389db38f03438166784aee998146d30 SOURCES/runc-d736ef1.tar.gz +32859590dea35b77eed012c388d97fc12fdfdb93 SOURCES/runc-dc9208a.tar.gz diff --git a/SPECS/runc.spec b/SPECS/runc.spec index c4bc30f..f2dcddd 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -21,12 +21,12 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL # https://github.com/opencontainers/runc %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} -%global commit0 d736ef14f0288d6993a1845745d6756cfc9ddd5a +%global commit0 dc9208a3303feef5b3839f4323d9beb36df0a9dd %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} Version: 1.0.0 -Release: 63.rc9%{?dist} +Release: 64.rc10%{?dist} Summary: CLI for running Open Containers ExcludeArch: %{ix86} License: ASL 2.0 @@ -89,6 +89,10 @@ install -p -m 0644 contrib/completions/bash/%{name} %{buildroot}%{_datadir}/bash %{_datadir}/bash-completion/completions/%{name} %changelog +* Thu Feb 13 2020 Jindrich Novy - 1.0.0-64.rc10 +- address CVE-2019-19921 by updating to rc10 +- Resolves: #1801888 + * Wed Dec 11 2019 Jindrich Novy - 1.0.0-63.rc9 - use no_openssl in BUILDTAGS (no vendored crypto in runc) - Related: RHELPLAN-25139