diff --git a/SPECS/containernetworking-plugins.spec b/SPECS/containernetworking-plugins.spec index 3abe923..8c4bc39 100644 --- a/SPECS/containernetworking-plugins.spec +++ b/SPECS/containernetworking-plugins.spec @@ -17,7 +17,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" - Epoch: 1 Name: containernetworking-plugins Version: 1.7.1 -Release: 1%{?dist} +Release: 3%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} @@ -123,6 +123,14 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/cni-dhcp.socket %changelog +* Fri Feb 20 2026 Jindrich Novy - 1:1.7.1-3 +- Rebuild for new golang to address CVE-2025-61726 +- Resolves: RHEL-146859 + +* Wed Jun 11 2025 Jindrich Novy - 1:1.7.1-2 +- rebuild for CVE-2025-22871 +- Resolves: RHEL-90030 + * Fri May 02 2025 Jindrich Novy - 1:1.7.1-1 - update to https://github.com/containernetworking/plugins/releases/tag/v1.7.1 - Resolves: RHEL-89428