From fc8a4607b61d4134ef307e2a91d3ad2b876d49a0 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Mon, 21 Nov 2022 17:01:00 +0800 Subject: [PATCH] Modify invalid Source --- fetchmail.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fetchmail.spec b/fetchmail.spec index 6664f8d..6ce95d0 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -1,11 +1,11 @@ Summary: A remote mail retrieval and forwarding utility Name: fetchmail Version: 6.4.22 -Release: 1 +Release: 2 URL: http://www.fetchmail.info/ License: GPL+ and Public Domain -Source0: https://sourceforge.net/projects/%{name}/files/branch_6.4/%{name}-%{version}.tar.xz -Source1: https://sourceforge.net/projects/%{name}/files/branch_6.4/%{name}-%{version}.tar.xz.asc +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz +Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz.asc Source2: fetchmail.service Source3: fetchmailrc.example BuildRequires: gcc gettext-devel krb5-devel openssl-devel systemd python3-devel @@ -49,6 +49,9 @@ rm -f $RPM_BUILD_ROOT%{python3_sitelib}/__pycache__/fetchmailconf* %config(noreplace) %attr(0600, mail, mail) %{_sysconfdir}/fetchmailrc.example %changelog +* Mon Nov 21 2022 yaoxin - 6.4.22-2 +- Modify invalid Source + * Tue Sep 14 2021 yaoxin - 6.4.22-1 - Update to 6.4.22 for fix CVE-2021-39272 -- Gitee