From 8ce891ed894e94ab114c207decd3e9362f5264b5 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 13 Jun 2023 13:53:51 +0200 Subject: [PATCH] containernetworking-plugins-1.3.0-2.el9 - rebuild for following CVEs: CVE-2022-41724 CVE-2022-41725 CVE-2023-24538 CVE-2023-24534 CVE-2023-24536 CVE-2022-41723 CVE-2023-24539 CVE-2023-24540 CVE-2023-29400 - Resolves: #2179960 - Resolves: #2187333 - Resolves: #2187376 - Resolves: #2203705 - Resolves: #2207519 Signed-off-by: Jindrich Novy --- containernetworking-plugins.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index e995fe0..2a9b3ba 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -17,7 +17,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL Epoch: 1 Name: containernetworking-plugins Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CNI network plugins License: ASL 2.0 URL: https://%{provider_prefix} @@ -122,6 +122,15 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/cni-dhcp.socket %changelog +* Tue Jun 13 2023 Jindrich Novy - 1:1.3.0-2 +- rebuild for following CVEs: +CVE-2022-41724 CVE-2022-41725 CVE-2023-24538 CVE-2023-24534 CVE-2023-24536 CVE-2022-41723 CVE-2023-24539 CVE-2023-24540 CVE-2023-29400 +- Resolves: #2179960 +- Resolves: #2187333 +- Resolves: #2187376 +- Resolves: #2203705 +- Resolves: #2207519 + * Thu May 11 2023 Jindrich Novy - 1:1.3.0-1 - update to https://github.com/containernetworking/plugins/releases/tag/v1.3.0 - Related: #2176063