From 31dc34cdb5855108df29ba9141b9fa90aefec3c9 Mon Sep 17 00:00:00 2001 From: wubijie Date: Tue, 1 Jul 2025 13:21:24 +0800 Subject: [PATCH] Batch fix cves through rebuild for openEuler-22.03-LTS --- etcd.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/etcd.spec b/etcd.spec index f74797d..d55c10c 100644 --- a/etcd.spec +++ b/etcd.spec @@ -31,7 +31,7 @@ system.} %global gosupfiles integration/fixtures/* etcdserver/api/v2http/testdata/* Name: etcd -Release: 5 +Release: 6 Summary: Distributed reliable key-value store for the most critical data of a distributed system # Upstream license specification: Apache-2.0 @@ -153,6 +153,12 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %endif %changelog +* Tue Jul 1 2025 wubijie123 - 3.4.14-6 +- Type:cves +- ID:CVE-2023-29406 +- SUG:NA +- DESC:Batch fix cves through rebuild + * Wed Oct 19 2022 wuzx - 3.4.14-5 - add sw64 patch -- Gitee