From 07d825a47f3282f5630e8b802d8871781fe37d52 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 11 Jun 2025 19:31:04 +0200 Subject: [PATCH] containernetworking-plugins-1.7.1-2.el9 - rebuild for CVE-2025-22871 - Resolves: RHEL-90030 Signed-off-by: Jindrich Novy --- containernetworking-plugins.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index 3abe923..2035224 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.7.1 -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 +* 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