From 4ced62217fc0ae9b8e5014fac6b54fac1d2ccf46 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 18 Aug 2026 16:58:07 +0200 Subject: [PATCH] Rebuild for Go 1.26.6 CVE fixes Resolves: RHEL-164488 RHEL-187337 RHEL-241842 Signed-off-by: Jindrich Novy --- runc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/runc.spec b/runc.spec index 0f6c490..5e0fdb2 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.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -84,6 +84,10 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog +* Tue Aug 18 2026 Jindrich Novy - 4:1.4.2-2 +- Rebuild for golang-1.26.6 CVE fixes (CVE-2025-68121 CVE-2026-33811 + CVE-2026-56860) - Resolves: RHEL-164488 RHEL-187337 RHEL-241842 + * Fri Apr 24 2026 Jindrich Novy - 4:1.4.2-1 - update to https://github.com/opencontainers/runc/releases/tag/v1.4.2 - Resolves: RHEL-164488