import CS containernetworking-plugins-1.6.2-1.el9

This commit is contained in:
eabdullin 2025-03-11 07:06:47 +00:00
parent 221721f30c
commit 74e0fa794f
3 changed files with 16 additions and 4 deletions

View File

@ -1 +1 @@
75d87507a7dc13a3597aad086d21393957442c59 SOURCES/v1.5.1.tar.gz
dabaffcfbb24e871fb0e126b56472a5d40ebb0af SOURCES/v1.6.2.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v1.5.1.tar.gz
SOURCES/v1.6.2.tar.gz

View File

@ -16,8 +16,8 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -
Epoch: 1
Name: containernetworking-plugins
Version: 1.5.1
Release: 2%{?dist}
Version: 1.6.2
Release: 1%{?dist}
Summary: CNI network plugins
License: ASL 2.0
URL: https://%{provider_prefix}
@ -123,6 +123,18 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_unitdir}/cni-dhcp.socket
%changelog
* Fri Jan 10 2025 Jindrich Novy <jnovy@redhat.com> - 1:1.6.2-1
- update to https://github.com/containernetworking/plugins/releases/tag/v1.6.2
- Related: RHEL-60277
* Tue Dec 03 2024 Jindrich Novy <jnovy@redhat.com> - 1:1.6.1-1
- update to https://github.com/containernetworking/plugins/releases/tag/v1.6.1
- Related: RHEL-60277
* Wed Nov 27 2024 Jindrich Novy <jnovy@redhat.com> - 1:1.6.0-1
- update to https://github.com/containernetworking/plugins/releases/tag/v1.6.0
- Related: RHEL-60277
* Tue Aug 20 2024 Jindrich Novy <jnovy@redhat.com> - 1:1.5.1-2
- rebuild for CVE-2024-24791
- Resolves: RHEL-47166