From 9adcf254f42341d97926cde165891ea0af2285f7 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Fri, 25 Nov 2022 12:52:28 +0000 Subject: [PATCH] update Source0 (cherry picked from commit bde71fef839e1bf9460b9bda5f19c90116118c86) --- sysstat.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sysstat.spec b/sysstat.spec index 851ee42..3af5ba7 100644 --- a/sysstat.spec +++ b/sysstat.spec @@ -1,10 +1,10 @@ Name: sysstat Version: 12.5.4 -Release: 4 +Release: 5 Summary: System performance tools for the Linux operating system License: GPLv2+ URL: http://sebastien.godard.pagesperso-orange.fr/ -Source0: http://sebastien.godard.pagesperso-orange.fr/%{name}-%{version}.tar.gz +Source0: https://github.com/sysstat/sysstat/archive/refs/tags/v%{version}/%{name}-%{version}.tar.gz Patch0000: backport-CVE-2022-39377.patch @@ -85,6 +85,9 @@ export compressafter="31" %{_mandir}/man*/* %changelog +* Fri Nov 25 2022 zhouwenpei - 12.5.4-5 +- update Source0 + * Thu Nov 10 2022 zhouwenpei - 12.5.4-4 - fix CVE-2022-39377 -- Gitee