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