From bf5933458f09b3401a53a26752d8272af6aaabae Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Mon, 30 Mar 2026 10:21:13 -0400 Subject: [PATCH] import CS containernetworking-plugins-1.9.0-2.el9 --- .containernetworking-plugins.metadata | 2 +- .gitignore | 2 +- SPECS/containernetworking-plugins.spec | 20 ++++++++++++++++++-- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.containernetworking-plugins.metadata b/.containernetworking-plugins.metadata index 3fcb4af..388aee4 100644 --- a/.containernetworking-plugins.metadata +++ b/.containernetworking-plugins.metadata @@ -1 +1 @@ -9f1fb5d0495c46cb56f42544280cca3414a32e3f SOURCES/v1.7.1.tar.gz +d6f7e21d320522f4bb0f7e8fa1476ec7278cb404 SOURCES/v1.9.0.tar.gz diff --git a/.gitignore b/.gitignore index 5365029..e3404b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.7.1.tar.gz +SOURCES/v1.9.0.tar.gz diff --git a/SPECS/containernetworking-plugins.spec b/SPECS/containernetworking-plugins.spec index 3abe923..328cfaa 100644 --- a/SPECS/containernetworking-plugins.spec +++ b/SPECS/containernetworking-plugins.spec @@ -16,8 +16,8 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" - Epoch: 1 Name: containernetworking-plugins -Version: 1.7.1 -Release: 1%{?dist} +Version: 1.9.0 +Release: 2%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} @@ -123,6 +123,22 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/cni-dhcp.socket %changelog +* Mon Feb 23 2026 Jindrich Novy - 1:1.9.0-2 +- Rebuild for new golang to address CVE-2025-61726 +- Resolves: RHEL-146101 + +* Wed Feb 04 2026 Jindrich Novy - 1:1.9.0-1 +- update to https://github.com/containernetworking/plugins/releases/tag/v1.9.0 +- Related: RHEL-111919 + +* Tue Sep 16 2025 Jindrich Novy - 1:1.8.0-1 +- update to https://github.com/containernetworking/plugins/releases/tag/v1.8.0 +- Related: RHEL-111919 + +* 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