From 7b6dd3a0c74913825eaab1151399681a9ec13a89 Mon Sep 17 00:00:00 2001 From: weidongkl Date: Thu, 17 Jul 2025 17:17:08 +0800 Subject: [PATCH] Fix CVE-2025-4673 by rebuilding with updated Golang toolchain Signed-off-by: weidongkl (cherry picked from commit 3c43919b9251b9b33ccf6d92874e05e2e507b742) --- restic.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/restic.spec b/restic.spec index cba29b1..9483184 100644 --- a/restic.spec +++ b/restic.spec @@ -3,7 +3,7 @@ Name: restic Version: 0.12.1 -Release: 1 +Release: 2 Summary: Backup program with deduplication and encryption License: BSD-2-Clause Group: Productivity/Archiving/Backup @@ -78,6 +78,9 @@ install -Dm0644 doc/zsh-completion.zsh %{buildroot}%{_sysconfdir}/zsh_completion %config %{_sysconfdir}/zsh_completion.d/%{name} %changelog +* Thu Jul 17 2025 weidongkl - 0.12.1-2 +- Fix CVE-2025-4673 by rebuilding with updated Golang toolchain + * Mon Sep 06 2021 yinzehao - 0.12.1-1 - Package init -- Gitee