From cbf6311bea6c3558dae085069d80a1ecc5f08d16 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 18 Aug 2026 17:00:28 +0200 Subject: [PATCH] Rebuild for Go 1.26.6 CVE fixes Resolves: RHEL-187322 RHEL-190005 RHEL-212439 RHEL-241162 RHEL-241355 RHEL-241481 RHEL-241714 RHEL-242161 Signed-off-by: Jindrich Novy --- containernetworking-plugins.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index a1109e7..67b02aa 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.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} @@ -123,6 +123,13 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/cni-dhcp.socket %changelog +* Tue Aug 18 2026 Jindrich Novy - 1:1.9.1-2 +- Rebuild for golang-1.26.6 CVE fixes (CVE-2025-68121 CVE-2026-27145 + CVE-2026-33811 CVE-2026-33818 CVE-2026-56853 CVE-2026-56858 CVE-2026-56859 + CVE-2026-56860 CVE-2026-56862) +- Resolves: RHEL-187322 RHEL-190005 RHEL-241162 RHEL-241355 RHEL-241481 + RHEL-241714 RHEL-242161 + * Mon Jul 20 2026 Jindrich Novy - 1:1.9.1-1 - update to https://github.com/containernetworking/plugins/releases/tag/v1.9.1 - Resolves: RHEL-212439