Skip to content

Commit

Permalink
fetchmail: Update to version 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jykanase committed Oct 28, 2024
1 parent 1346b91 commit c5c3c1a
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 51 deletions.
16 changes: 0 additions & 16 deletions SPECS-EXTENDED/fetchmail/fetchmail-6.4.8.tar.xz.asc

This file was deleted.

16 changes: 16 additions & 0 deletions SPECS-EXTENDED/fetchmail/fetchmail-6.5.0.rc2.tar.xz.asc
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-----
11 changes: 0 additions & 11 deletions SPECS-EXTENDED/fetchmail/fetchmail.service

This file was deleted.

5 changes: 2 additions & 3 deletions SPECS-EXTENDED/fetchmail/fetchmail.signatures.json
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"
}
}
26 changes: 9 additions & 17 deletions SPECS-EXTENDED/fetchmail/fetchmail.spec
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
Expand All @@ -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 \
Expand All @@ -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*
Expand All @@ -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
Expand Down
2 changes: 0 additions & 2 deletions SPECS-EXTENDED/fetchmail/fetchmailrc.example

This file was deleted.

4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3528,8 +3528,8 @@
"type": "other",
"other": {
"name": "fetchmail",
"version": "6.4.22",
"downloadUrl": "https://downloads.sourceforge.net/fetchmail/fetchmail-6.4.22.tar.xz"
"version": "6.5.0",
"downloadUrl": "https://sourceforge.net/projects/fetchmail/files/branch_6.5/fetchmail-6.5.0.rc2.tar.xz"
}
}
},
Expand Down

0 comments on commit c5c3c1a

Please sign in to comment.