Rebuild for CVE-2025-61726

Related: RHEL-146101
This commit is contained in:
Jindrich Novy 2026-02-23 12:42:52 +01:00
parent 3e2def253c
commit 1eda112b7c

View File

@ -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 <jnovy@redhat.com> - 1:1.9.0-2
- Rebuild for new golang to address CVE-2025-61726
- Resolves: RHEL-146101
* Wed Feb 04 2026 Jindrich Novy <jnovy@redhat.com> - 1:1.9.0-1
- update to https://github.com/containernetworking/plugins/releases/tag/v1.9.0
- Related: RHEL-111919