From 1f0f603b9a39bc2dd27617da82e09f6f8af7dd8d Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 16 Oct 2023 09:22:00 +0000 Subject: [PATCH] import CS runc-1.1.9-1.module_el8+643+8db347f4 --- .gitignore | 2 +- .runc.metadata | 2 +- SPECS/runc.spec | 31 ++++++++++++++++++++++++++++++- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9cc4d0e..1ff0d16 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.1.4.tar.gz +SOURCES/v1.1.9.tar.gz diff --git a/.runc.metadata b/.runc.metadata index d124f3f..c55758d 100644 --- a/.runc.metadata +++ b/.runc.metadata @@ -1 +1 @@ -fb65327930c41c8ec016badd6738bef83b556aed SOURCES/v1.1.4.tar.gz +432b3efbe34aaf71e802599946222b9d4918a49b SOURCES/v1.1.9.tar.gz diff --git a/SPECS/runc.spec b/SPECS/runc.spec index 8058cdf..e852171 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -22,7 +22,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 1 Name: %{repo} -Version: 1.1.4 +Version: 1.1.9 Release: 1%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures @@ -85,6 +85,35 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog +* Fri Aug 11 2023 Jindrich Novy - 1:1.1.9-1 +- update to https://github.com/opencontainers/runc/releases/tag/v1.1.9 +- Related: #2176055 + +* Fri Jul 21 2023 Jindrich Novy - 1:1.1.8-1 +- update to https://github.com/opencontainers/runc/releases/tag/v1.1.8 +- Related: #2176055 + +* Fri Jun 16 2023 Jindrich Novy - 1:1.1.7-2 +- rebuild for following CVEs: +CVE-2022-41724 +- Resolves: #2179972 + +* Wed May 03 2023 Jindrich Novy - 1:1.1.7-1 +- update to https://github.com/opencontainers/runc/releases/tag/v1.1.7 +- Related: #2176055 + +* Wed Apr 12 2023 Jindrich Novy - 1:1.1.6-1 +- update to https://github.com/opencontainers/runc/releases/tag/v1.1.6 +- Related: #2176055 + +* Fri Mar 31 2023 Jindrich Novy - 1:1.1.5-1 +- update to https://github.com/opencontainers/runc/releases/tag/v1.1.5 +- Related: #2176055 + +* Thu Mar 09 2023 Jindrich Novy - 1:1.1.4-2 +- update to https://github.com/opencontainers/runc/releases/tag/v1.1.4 +- Related: #2176055 + * Fri Aug 26 2022 Jindrich Novy - 1:1.1.4-1 - update to https://github.com/opencontainers/runc/releases/tag/v1.1.4 - Related: #2061390