From c75f49b03667b6fb55c82749d49e879b5a241b18 Mon Sep 17 00:00:00 2001 From: lvxiangcong Date: Tue, 11 Feb 2025 17:40:31 +0800 Subject: [PATCH] batch fix cve through rebuild (cherry picked from commit f033ba1b8f0e7ed9d0d68f5f33d4a1a3334917dc) --- etcd.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/etcd.spec b/etcd.spec index b73cda5..36a8d7e 100644 --- a/etcd.spec +++ b/etcd.spec @@ -31,7 +31,7 @@ system.} %global gosupfiles integration/fixtures/* etcdserver/api/v2http/testdata/* Name: etcd -Release: 6 +Release: 7 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 Feb 11 2025 lvxiangcong - 3.4.14-7 +- Type:CVE +- CVE:CVE-2022-24675 CVE-2022-28327 CVE-2022-24921 CVE-2021-44717 CVE-2021-33195 +- SUG:NA +- DESC: Batch fix cve through rebuild and sync release + * Wed Jul 17 2024 guojunding - 3.4.14-6 - Suppress noisy basic auth token deletion log -- Gitee