From 1eda112b7c7d408759f4704999fa087cb60a8d7b Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 23 Feb 2026 12:42:52 +0100 Subject: [PATCH] Rebuild for CVE-2025-61726 Related: RHEL-146101 --- containernetworking-plugins.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index 7e4da11..328cfaa 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -17,7 +17,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" - Epoch: 1 Name: containernetworking-plugins Version: 1.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} @@ -123,6 +123,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/cni-dhcp.socket %changelog +* Mon Feb 23 2026 Jindrich Novy - 1:1.9.0-2 +- Rebuild for new golang to address CVE-2025-61726 +- Resolves: RHEL-146101 + * Wed Feb 04 2026 Jindrich Novy - 1:1.9.0-1 - update to https://github.com/containernetworking/plugins/releases/tag/v1.9.0 - Related: RHEL-111919