From 27725f7a040ed7bcca192a97dcd6d0dda2ea4ab3 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 7 Oct 2024 18:53:44 +0300 Subject: [PATCH] import containernetworking-plugins-1.5.1-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 053646d..937d8f3 100644 --- a/.containernetworking-plugins.metadata +++ b/.containernetworking-plugins.metadata @@ -1 +1 @@ -98f660ef5b47681465ca05a6871345ae397f062c SOURCES/v1.4.0.tar.gz +75d87507a7dc13a3597aad086d21393957442c59 SOURCES/v1.5.1.tar.gz diff --git a/.gitignore b/.gitignore index eb84e4a..8e9dae6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.4.0.tar.gz +SOURCES/v1.5.1.tar.gz diff --git a/SPECS/containernetworking-plugins.spec b/SPECS/containernetworking-plugins.spec index 96205cc..fef08c0 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.4.0 -Release: 1%{?dist} +Version: 1.5.1 +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 +* Tue Aug 20 2024 Jindrich Novy - 1:1.5.1-2 +- rebuild for CVE-2024-24791 +- Resolves: RHEL-47166 + +* Tue Jul 02 2024 Jindrich Novy - 1:1.5.1-1 +- update to https://github.com/containernetworking/plugins/releases/tag/v1.5.1 +- Related: RHEL-27608 + +* Wed May 29 2024 Jindrich Novy - 1:1.5.0-1 +- update to https://github.com/containernetworking/plugins/releases/tag/v1.5.0 +- Related: RHEL-27608 + +* Tue Mar 12 2024 Jindrich Novy - 1:1.4.1-1 +- update to https://github.com/containernetworking/plugins/releases/tag/v1.4.1 +- Resolves: RHEL-28855 + * Tue Jan 02 2024 Jindrich Novy - 1:1.4.0-1 - update to https://github.com/containernetworking/plugins/releases/tag/v1.4.0 - Related: RHEL-2112