From 6510860b5d2a6877e91f59c7325479ae577f2bc8 Mon Sep 17 00:00:00 2001 From: jxy_git Date: Tue, 14 Jan 2025 17:18:57 +0800 Subject: [PATCH] Rebuild to fix CVE-2023-39326 CVE-2024-24789 CVE-2024-24791 (cherry picked from commit ea413081bab2a8ea704569fb7a09025988ba760b) --- promu.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/promu.spec b/promu.spec index e0b9093..6434c5f 100644 --- a/promu.spec +++ b/promu.spec @@ -2,7 +2,7 @@ Name: promu Version: 0.15.0 -Release: 1 +Release: 2 Summary: Prometheus Utility Tool License: Apache-2.0 URL: https://github.com/prometheus/promu @@ -39,6 +39,12 @@ install -D -m 0755 %{name}-%{version} %{buildroot}%{_bindir}/promu %{_bindir}/promu %changelog +* Tue Jan 14 2025 jiangxinyu - 0.15.0-2 +- Type: CVE +- CVE: CVE-2023-39326 CVE-2024-24789 CVE-2024-24791 +- SUG: NA +- DESC: Rebuild to fix CVE-2023-39326 CVE-2024-24789 CVE-2024-24791 + * Thu Sep 07 2023 jiangxinyu - 0.15.0-1 - Update package to version 0.15.0 -- Gitee