containernetworking-plugins-1.4.0-8.el8

- rebuild for CVE-2025-68121
- Resolves: RHEL-149265

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2026-02-17 09:14:30 +01:00
parent f40f52820f
commit cc586b5d49

View File

@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -
Epoch: 1
Name: containernetworking-plugins
Version: 1.4.0
Release: 7%{?dist}
Release: 8%{?dist}
Summary: CNI network plugins
License: ASL 2.0
URL: https://%{provider_prefix}
@ -126,6 +126,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_unitdir}/cni-dhcp.socket
%changelog
* Tue Feb 17 2026 Jindrich Novy <jnovy@redhat.com> - 1:1.4.0-8
- rebuild for CVE-2025-68121
- Resolves: RHEL-149265
* Mon Feb 02 2026 Jindrich Novy <jnovy@redhat.com> - 1:1.4.0-7
- rebuild for CVE-2025-61729
- Resolves: RHEL-140529