From 2c676d9fe327795b837c842060505a92f43cd3d6 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 28 Dec 2023 19:26:05 +0800 Subject: [PATCH] Rebuild for golang cves: CVE-2023-24534,CVE-2023-24536,CVE-2023-24537 and CVE-2023-24538 --- containernetworking-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index 500f8ed..43a18f7 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -2,7 +2,7 @@ Name: containernetworking-plugins Version: 0.8.6 -Release: 5.gitad10b6f +Release: 6.gitad10b6f Summary: Library for use by writing CNI plugin License: ASL 2.0 URL: https://github.com/containernetworking/plugins @@ -143,6 +143,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %doc *.md %changelog +* Thu Dec 28 2023 yaoxin - 0.8.6-6.gitad10b6f +- Rebuild for golang cves: CVE-2023-24534,CVE-2023-24536,CVE-2023-24537 and CVE-2023-24538 + * Thu May 6 2021 lingsheng - 0.8.6-5.gitad10b6f - Change BuildRequires to golang -- Gitee