From 6b656b54d1be34220431a4153406421e12d0b86c Mon Sep 17 00:00:00 2001 From: jxy_git Date: Tue, 14 Jan 2025 16:55:20 +0800 Subject: [PATCH] Rebuild to fix CVE-2023-45290 CVE-2024-24783 CVE-2023-39326 CVE-2024-24789 CVE-2024-24791 --- promu.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/promu.spec b/promu.spec index 4b07de2..5f23669 100644 --- a/promu.spec +++ b/promu.spec @@ -2,7 +2,7 @@ Name: promu Version: 0.7.0 -Release: 2 +Release: 3 Summary: Prometheus Utility Tool License: ASL 2.0 URL: https://github.com/prometheus/promu @@ -36,6 +36,12 @@ install -D -m 755 %{name}-%{version} %{buildroot}%{_bindir}/promu %{_bindir}/promu %changelog +* Tue Jan 14 2025 jiangxinyu - 0.7.0-3 +- Type: CVE +- CVE: CVE-2023-45290 CVE-2024-24783 CVE-2023-39326 CVE-2024-24789 CVE-2024-24791 +- SUG: NA +- DESC: Rebuild to fix CVE-2023-45290 CVE-2024-24783 CVE-2023-39326 CVE-2024-24789 CVE-2024-24791 + * Fri Mar 03 2023 wangjunqi - 0.7.0-2 - add strip and pie -- Gitee