From 81f2be8f44a306d0aa8d631c5c7e28207b98afb8 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 28 Dec 2023 16:43:40 +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 3a2814e..1c2fce5 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -16,7 +16,7 @@ Name: %{project}-%{repo} Version: 1.1.1 -Release: 3 +Release: 4 Summary: Libraries for use by writing CNI plugin License: ASL 2.0 URL: https://github.com/containernetworking/plugins @@ -330,6 +330,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %changelog +* Thu Dec 28 2023 yaoxin - 1.1.1-4 +- Rebuild for golang cves: CVE-2023-24534,CVE-2023-24536,CVE-2023-24537 and CVE-2023-24538 + * Thu Aug 10 2023 herengui - 1.1.1-3 - Type:sync - ID:NA -- Gitee