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 <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2026-08-18 17:00:28 +02:00
parent 347f2fecf2
commit cbf6311bea

View File

@ -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 <jnovy@redhat.com> - 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 <jnovy@redhat.com> - 1:1.9.1-1
- update to https://github.com/containernetworking/plugins/releases/tag/v1.9.1
- Resolves: RHEL-212439