From a187512c0f0188d2638236c2a8380ccff76aa076 Mon Sep 17 00:00:00 2001 From: lvxiangcong Date: Tue, 11 Feb 2025 17:27:50 +0800 Subject: [PATCH] fix cve-2024-9355 through rebuild --- etcd.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/etcd.spec b/etcd.spec index 478c849..d3be263 100644 --- a/etcd.spec +++ b/etcd.spec @@ -31,7 +31,7 @@ system.} %global gosupfiles integration/fixtures/* etcdserver/api/v2http/testdata/* Name: etcd -Release: 14 +Release: 15 Summary: Distributed reliable key-value store for the most critical data of a distributed system # Upstream license specification: Apache-2.0 @@ -168,6 +168,12 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %endif %changelog +* Tue Feb 11 2025 lvxiangcong - 3.4.14-15 +- Type: CVE +- ID:CVE-2024-9355 +- SUG:NA +- DESC: fix cve CVE-2024-9355 through rebuild + * Thu May 09 2024 zhangbowei - 3.4.14-14 - Type:bugfix - CVE:NA -- Gitee