From b629f908d72f833e1279bb42e53015055c76d287 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 7 Nov 2023 11:52:58 +0000 Subject: [PATCH] import UBI runc-1.1.9-1.el9 --- .gitignore | 2 +- .runc.metadata | 2 +- SPECS/runc.spec | 38 +++++++++++++++++++++++++++++++++++++- 3 files changed, 39 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 2655b67..d82e8f1 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -19,7 +19,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 4 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 @@ -82,6 +82,42 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog +* Fri Aug 11 2023 Jindrich Novy - 4:1.1.9-1 +- update to https://github.com/opencontainers/runc/releases/tag/v1.1.9 +- Related: #2176063 + +* Fri Jul 21 2023 Jindrich Novy - 4:1.1.8-1 +- update to https://github.com/opencontainers/runc/releases/tag/v1.1.8 +- Related: #2176063 + +* Wed Jun 14 2023 Jindrich Novy - 4:1.1.7-2 +- rebuild for following CVEs: +CVE-2021-43784 CVE-2022-41724 CVE-2023-28642 +- Resolves: #2033659 +- Resolves: #2179973 +- Resolves: #2183103 + +* Tue May 02 2023 Jindrich Novy - 4:1.1.7-1 +- update to https://github.com/opencontainers/runc/releases/tag/v1.1.7 +- Related: #2176063 + +* Wed Apr 12 2023 Jindrich Novy - 4:1.1.6-1 +- update to https://github.com/opencontainers/runc/releases/tag/v1.1.6 +- Related: #2176063 + +* Fri Mar 31 2023 Jindrich Novy - 4:1.1.5-2 +- runc 1.1.5 resolves CVE-2023-25809 and CVE-2023-27561 +- Resolves: #2176110 +- Resolves: #2183098 + +* Wed Mar 29 2023 Jindrich Novy - 4:1.1.5-1 +- update to https://github.com/opencontainers/runc/releases/tag/v1.1.5 +- Related: #2176063 + +* Tue Feb 07 2023 Jindrich Novy - 4:1.1.4-2 +- rebuild +- Resolves: #2102995 + * Fri Aug 26 2022 Jindrich Novy - 4:1.1.4-1 - update to https://github.com/opencontainers/runc/releases/tag/v1.1.4 - Related: #2061316