-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
29 additions
and
51 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
-----BEGIN PGP SIGNATURE----- | ||
|
||
iQIzBAABCgAdFiEE3EplW9mTzUhx+oIQ5BKxVu/zhVoFAmb3ShkACgkQ5BKxVu/z | ||
hVoZXg/+KN3Ju3Pdd0zN0rXg0TXinb1FOUKQ9/bbSXgIHDFRB5CtAflnfhHQRmVN | ||
hQNt8vxCDDOPy7hjvoHhI5aTXVssuqx9L7zF1v7/LFaFvuBbiztB8Z+4QERUMgQ+ | ||
o1l1S/t+FKxhspT2bSJd3z5gBr8OqFOQkJFnhK8Vgdjt5JQ3wn1FdFPZGxolLZQf | ||
eCnQk8TzJLAxLCgg7KjcCp9Bsbd+UTkSLnKEJRIFVHU2dOCDFx0n5EtFQgBp4QVc | ||
f7yQSk3LbDNXPB8/9c3nTNb7JHm+aACvi73mEFOksk2PwCvEBXF/bocLMsOlYN8m | ||
CUTfw7IzLm6r09XIiKYp05kaqg8cV0wCabk7cNq3pMsvGJKdjL40cbercSFB924H | ||
ieC8JBMK4fcbk3LhC7VaaJxq8LQYB3K3Ml+8DY5fH26n3TXq9HGm3H2PBfedaGo4 | ||
D84T3efpzkO4+TV4O5Zxfhfeh8IFDsy9ZaRZ9OOz4ab61NciCel3dpdLZNguAfkN | ||
RRop8nxgwRAQry5kRcTGamZXAbix/gKYsXWpCXZWTMv70OsaKxBLSeZK+ldjgvBC | ||
nyxhwdSrV13pnEXtv4yr+lzEFuq/7OfSX/zN6fQWPhfmnKhryVpSiVpR0OXNdIYI | ||
4sDx85RxIPpC6Wa3M7WxccR8geA+W24f0naVWBhXLcm2q/zpQ5I= | ||
=n2e5 | ||
-----END PGP SIGNATURE----- |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"Signatures": { | ||
"fetchmail-6.4.22.tar.xz": "cc6818bd59435602169fa292d6d163d56b21c7f53112829470a3aceabe612c84", | ||
"fetchmail.service": "4af07f619128c721a3d54b484b85f99ce80f95551c4a40e877e2397f7a5c3431", | ||
"fetchmailrc.example": "6736c2f3ea47899f138ff191e9f8e9c1a2c21262d98327d42262e1ce17dd9d15" | ||
"fetchmail-6.5.0.rc2.tar.xz": "577b4f32b81be2c5ccd4a2ea18131a758f159497b13aba71d8e3a490952914ac", | ||
"fetchmail-6.5.0.rc2.tar.xz.asc": "af4f660ca01f3fea0b91dd072b12cc64b9afa2aea5ee1076278190f3b310fe2e" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,14 @@ | ||
Summary: A remote mail retrieval and forwarding utility | ||
Name: fetchmail | ||
Version: 6.4.22 | ||
Version: 6.5.0 | ||
Release: 1%{?dist} | ||
# For a breakdown of the licensing, see COPYING | ||
License: GPL+ AND Public Domain | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
URL: https://www.fetchmail.info/ | ||
Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz | ||
# systemd service file | ||
Source2: fetchmail.service | ||
# example configuration file | ||
Source3: fetchmailrc.example | ||
Source0: https://sourceforge.net/projects/%{name}/files/branch_6.5/%{name}-%{version}.rc2.tar.xz | ||
Source1: https://sourceforge.net/projects/%{name}/files/branch_6.5/%{name}-%{version}.rc2.tar.xz.asc | ||
BuildRequires: gcc | ||
BuildRequires: gettext-devel | ||
BuildRequires: krb5-devel | ||
|
@@ -31,7 +28,7 @@ Install fetchmail if you need to retrieve mail over SLIP or PPP | |
connections. | ||
|
||
%prep | ||
%autosetup -p1 | ||
%setup -q -n %{name}-%{version}.rc2 | ||
|
||
%build | ||
%configure \ | ||
|
@@ -53,13 +50,6 @@ connections. | |
%install | ||
%make_install DESTDIR=%{buildroot} | ||
|
||
# install example systemd unit | ||
mkdir -p %{buildroot}%{_unitdir} | ||
install -p -m 644 %{SOURCE2} %{buildroot}%{_unitdir}/fetchmail.service | ||
|
||
# install example config file | ||
mkdir -p %{buildroot}%{_sysconfdir} | ||
install -p -m 600 %{SOURCE3} %{buildroot}%{_sysconfdir}/fetchmailrc.example | ||
|
||
# remove fetchmailconf stuff | ||
rm -f %{buildroot}%{_bindir}/fetchmailconf* | ||
|
@@ -71,13 +61,15 @@ rm -f %{buildroot}%{python3_sitelib}/__pycache__/fetchmailconf* | |
|
||
%files -f %{name}.lang | ||
%license COPYING | ||
%doc FAQ FEATURES NEWS NOTES README README.SSL TODO | ||
%doc FAQ FEATURES NEWS NOTES README README.SSL TODO contrib/systemd | ||
%{_bindir}/fetchmail | ||
%{_mandir}/man1/fetchmail.1* | ||
%{_unitdir}/fetchmail.service | ||
%config(noreplace) %attr(0600, mail, mail) %{_sysconfdir}/fetchmailrc.example | ||
|
||
%changelog | ||
* Mon Oct 28 2024 Jyoti Kanase <[email protected]> - 6.5.0-1 | ||
- Update to 6.5.0 | ||
-License verified | ||
|
||
* Thu Aug 31 2023 Muhammad Falak <[email protected]> - 6.4.22-1 | ||
- Upgrade version to address CVE-2021-39272 & CVE-2021-36386 | ||
- License verified | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters