From 8ab8c11c1fa796cbccc4f3ad200d0d8af5b337e3 Mon Sep 17 00:00:00 2001 From: lvxiangcong Date: Thu, 20 Feb 2025 14:16:24 +0800 Subject: [PATCH] Batch fix cves through rebuild for openEuler-24.03-LTS-SP1 (cherry picked from commit 5c7765a3fd0dee186fdf02ce5c539235d99c7ce2) --- etcd.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/etcd.spec b/etcd.spec index d3be263..f36b789 100644 --- a/etcd.spec +++ b/etcd.spec @@ -31,7 +31,7 @@ system.} %global gosupfiles integration/fixtures/* etcdserver/api/v2http/testdata/* Name: etcd -Release: 15 +Release: 16 Summary: Distributed reliable key-value store for the most critical data of a distributed system # Upstream license specification: Apache-2.0 @@ -168,6 +168,13 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %endif %changelog +* Thu Feb 20 2025 lvxiangcong - 3.4.14-16 +- Type:CVES +- ID:CVE-2024-24791 CVE-2023-45288 CVE-2024-24783 CVE-2024-24785 CVE-2023-45290 + CVE-2023-39326 +- SUG:NA +- DESC:Batch fix cves through rebuild + * Tue Feb 11 2025 lvxiangcong - 3.4.14-15 - Type: CVE - ID:CVE-2024-9355 -- Gitee