From d8f6bdcb3e33a974eda07b8654a6a0c70efbb45b Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 31 Mar 2023 19:28:00 +0200 Subject: [PATCH] runc-1.1.5-2.el9 - runc 1.1.5 resolves CVE-2023-25809 and CVE-2023-27561 - Resolves: #2176110 - Resolves: #2183098 Signed-off-by: Jindrich Novy --- runc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/runc.spec b/runc.spec index 7c9aebf..e8d18de 100644 --- a/runc.spec +++ b/runc.spec @@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 4 Name: %{repo} Version: 1.1.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -82,6 +82,11 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog +* 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