Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
@ -11,8 +11,8 @@ Source3: fetchmailrc.example
|
||||
URL: http://www.fetchmail.info/
|
||||
# For a breakdown of the licensing, see COPYING
|
||||
License: GPL+ and Public Domain
|
||||
Group: Applications/Internet
|
||||
BuildRequires: gettext-devel krb5-devel openssl-devel systemd
|
||||
BuildRequires: gcc gettext-devel krb5-devel openssl-devel systemd python3-devel
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
Fetchmail is a remote mail retrieval and forwarding utility intended
|
||||
@ -50,6 +50,7 @@ install -p -m 600 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/fetchmailrc.example
|
||||
rm -f $RPM_BUILD_ROOT%{_bindir}/fetchmailconf*
|
||||
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/fetchmailconf.1*
|
||||
rm -f $RPM_BUILD_ROOT%{python3_sitelib}/fetchmailconf.py*
|
||||
rm -f $RPM_BUILD_ROOT%{python3_sitelib}/__pycache__/fetchmailconf*
|
||||
|
||||
%find_lang %name
|
||||
|
||||
@ -61,22 +62,120 @@ rm -f $RPM_BUILD_ROOT%{python3_sitelib}/fetchmailconf.py*
|
||||
%config(noreplace) %attr(0600, mail, mail) %{_sysconfdir}/fetchmailrc.example
|
||||
|
||||
%changelog
|
||||
* Tue Dec 14 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.24-1
|
||||
* Mon Jan 10 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.24-1
|
||||
- Update to fetchmail-6.4.24 (fixes CVE-2021-36386 and CVE-2021-39272)
|
||||
Resolves: #1999275, #2002698
|
||||
Resolves: #2005307, #1999276
|
||||
|
||||
* Wed Nov 28 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-19
|
||||
- Remove hesiod dependency
|
||||
Resolves: #1638490
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 6.4.18-4
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Tue Jul 31 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-18
|
||||
- Fix failing builds
|
||||
Resolves: #1609979
|
||||
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 6.4.18-3
|
||||
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
||||
Related: rhbz#1971065
|
||||
|
||||
* Fri Jun 15 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-17
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 6.4.18-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Wed Mar 31 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.18-1
|
||||
- Update to fetchmail-6.4.18
|
||||
|
||||
* Thu Feb 11 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.16-1
|
||||
- Update to fetchmail-6.4.16
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.15-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jan 12 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.15-1
|
||||
- Update to fetchmail-6.4.15
|
||||
|
||||
* Thu Dec 10 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.14-2
|
||||
- Revert change that added sgid bit to fetchmail
|
||||
Resolves: #1906353
|
||||
|
||||
* Mon Nov 30 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.14-1
|
||||
- Update to fetchmail-6.4.14
|
||||
|
||||
* Thu Oct 29 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.13-1
|
||||
- Update to fetchmail-6.4.13
|
||||
|
||||
* Tue Sep 15 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.12-1
|
||||
- Update to fetchmail-6.4.12
|
||||
|
||||
* Wed Sep 02 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.11-1
|
||||
- Update to fetchmail-6.4.11
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Thu Jun 18 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.8-1
|
||||
- Update to fetchmail-6.4.8
|
||||
Resolves: #1846929
|
||||
|
||||
* Tue Jun 02 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.6-1
|
||||
- Update to fetchmail-6.4.6
|
||||
Resolves: #1841525
|
||||
|
||||
* Thu May 28 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.5-2
|
||||
- Change group of fetchmail to mail and set sgid bit on it
|
||||
Resolves: #1619069
|
||||
|
||||
* Thu May 14 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.5-1
|
||||
- Update to fetchmail-6.4.5
|
||||
Resolves: #1833072
|
||||
|
||||
* Mon Apr 27 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.4-1
|
||||
- Update to fetchmail-6.4.4
|
||||
Resolves: #1828038
|
||||
|
||||
* Mon Apr 06 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.3-1
|
||||
- Update to fetchmail-6.4.3
|
||||
Resolves: #1820999
|
||||
|
||||
* Tue Feb 18 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.2-1
|
||||
- Update to fetchmail-6.4.2
|
||||
Resolves: #1803270
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Tue Oct 01 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.1-1
|
||||
- Update to fetchmail-6.4.1
|
||||
Resolves: #1403811
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.26-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.26-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Mon Oct 29 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-23
|
||||
- Remove hesiod dependency (not widely used, dead upstream, unmerged CVEs)
|
||||
Resolves: #1643259
|
||||
|
||||
* Mon Sep 24 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-22
|
||||
- Improve previous fix (SNI), backported from upstream
|
||||
Resolves: #1611815
|
||||
|
||||
* Wed Aug 08 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-21
|
||||
- Set SNI (patch by Valdis Kletnieks)
|
||||
Resolves: #1611815
|
||||
|
||||
* Mon Jul 23 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-20
|
||||
- Remove unnecessary python-devel dependency
|
||||
(disables build of fetchmailconf, but we don't pack it into rpm anyway)
|
||||
Resolves: #1591710
|
||||
Resolves: #1603965
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.26-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Mar 15 2018 Iryna Shcherbina <ishcherb@redhat.com> - 6.3.26-18
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Wed Feb 21 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-17
|
||||
- Add BuildRequires gcc
|
||||
- Remove Group tag
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.26-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user