e8687b
Summary: A remote mail retrieval and forwarding utility
e8687b
Name: fetchmail
e8687b
Version: 6.4.24
e8687b
Release: 1%{?dist}
e8687b
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
e8687b
Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz.asc
e8687b
# systemd service file
e8687b
Source2: fetchmail.service
e8687b
# example configuration file
e8687b
Source3: fetchmailrc.example
e8687b
URL: http://www.fetchmail.info/
e8687b
# For a breakdown of the licensing, see COPYING
e8687b
License: GPL+ and Public Domain
e8687b
BuildRequires: gcc gettext-devel krb5-devel openssl-devel systemd python3-devel
e8687b
BuildRequires: make
e8687b
e8687b
%description
e8687b
Fetchmail is a remote mail retrieval and forwarding utility intended
e8687b
for use over on-demand TCP/IP links, like SLIP or PPP connections.
e8687b
Fetchmail supports every remote-mail protocol currently in use on the
e8687b
Internet (POP2, POP3, RPOP, APOP, KPOP, all IMAPs, ESMTP ETRN, IPv6,
e8687b
and IPSEC) for retrieval. Then Fetchmail forwards the mail through
e8687b
SMTP so you can read it through your favorite mail client.
e8687b
e8687b
Install fetchmail if you need to retrieve mail over SLIP or PPP
e8687b
connections.
e8687b
e8687b
%prep
e8687b
%setup -q
e8687b
e8687b
%build
e8687b
%configure --enable-POP3 --enable-IMAP --with-ssl --without-hesiod \
e8687b
	--enable-ETRN --enable-NTLM --enable-SDPS --enable-RPA \
e8687b
	--enable-nls --with-kerberos5 --with-gssapi \
e8687b
	--enable-fallback=no
e8687b
make
e8687b
e8687b
%install
e8687b
make install DESTDIR=$RPM_BUILD_ROOT
e8687b
e8687b
# install example systemd unit
e8687b
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
e8687b
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_unitdir}/fetchmail.service
e8687b
e8687b
# install example config file
e8687b
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
e8687b
install -p -m 600 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/fetchmailrc.example
e8687b
e8687b
# remove fetchmailconf stuff
e8687b
rm -f $RPM_BUILD_ROOT%{_bindir}/fetchmailconf*
e8687b
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/fetchmailconf.1*
e8687b
rm -f $RPM_BUILD_ROOT%{python3_sitelib}/fetchmailconf.py*
e8687b
rm -f $RPM_BUILD_ROOT%{python3_sitelib}/__pycache__/fetchmailconf*
e8687b
e8687b
%find_lang %name
e8687b
e8687b
%files -f %{name}.lang
e8687b
%doc COPYING FAQ FEATURES NEWS NOTES README README.SSL TODO
e8687b
%{_bindir}/fetchmail
e8687b
%{_mandir}/man1/fetchmail.1*
e8687b
%{_unitdir}/fetchmail.service
e8687b
%config(noreplace) %attr(0600, mail, mail) %{_sysconfdir}/fetchmailrc.example
e8687b
e8687b
%changelog
e8687b
* Mon Jan 10 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.24-1
e8687b
- Update to fetchmail-6.4.24 (fixes CVE-2021-36386 and CVE-2021-39272)
e8687b
  Resolves: #2005307, #1999276
e8687b
e8687b
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 6.4.18-4
e8687b
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
e8687b
  Related: rhbz#1991688
e8687b
e8687b
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 6.4.18-3
e8687b
- Rebuilt for RHEL 9 BETA for openssl 3.0
e8687b
  Related: rhbz#1971065
e8687b
e8687b
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 6.4.18-2
e8687b
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
e8687b
e8687b
* Wed Mar 31 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.18-1
e8687b
- Update to fetchmail-6.4.18
e8687b
e8687b
* Thu Feb 11 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.16-1
e8687b
- Update to fetchmail-6.4.16
e8687b
e8687b
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.15-2
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
e8687b
e8687b
* Tue Jan 12 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.15-1
e8687b
- Update to fetchmail-6.4.15
e8687b
e8687b
* Thu Dec 10 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.14-2
e8687b
- Revert change that added sgid bit to fetchmail
e8687b
  Resolves: #1906353
e8687b
e8687b
* Mon Nov 30 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.14-1
e8687b
- Update to fetchmail-6.4.14
e8687b
e8687b
* Thu Oct 29 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.13-1
e8687b
- Update to fetchmail-6.4.13
e8687b
e8687b
* Tue Sep 15 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.12-1
e8687b
- Update to fetchmail-6.4.12
e8687b
e8687b
* Wed Sep 02 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.11-1
e8687b
- Update to fetchmail-6.4.11
e8687b
e8687b
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.8-2
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
e8687b
e8687b
* Thu Jun 18 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.8-1
e8687b
- Update to fetchmail-6.4.8
e8687b
  Resolves: #1846929
e8687b
e8687b
* Tue Jun 02 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.6-1
e8687b
- Update to fetchmail-6.4.6
e8687b
  Resolves: #1841525
e8687b
e8687b
* Thu May 28 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.5-2
e8687b
- Change group of fetchmail to mail and set sgid bit on it
e8687b
  Resolves: #1619069
e8687b
e8687b
* Thu May 14 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.5-1
e8687b
- Update to fetchmail-6.4.5
e8687b
  Resolves: #1833072
e8687b
e8687b
* Mon Apr 27 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.4-1
e8687b
- Update to fetchmail-6.4.4
e8687b
  Resolves: #1828038
e8687b
e8687b
* Mon Apr 06 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.3-1
e8687b
- Update to fetchmail-6.4.3
e8687b
  Resolves: #1820999
e8687b
e8687b
* Tue Feb 18 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.2-1
e8687b
- Update to fetchmail-6.4.2
e8687b
  Resolves: #1803270
e8687b
e8687b
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.1-2
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
e8687b
e8687b
* Tue Oct 01 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.4.1-1
e8687b
- Update to fetchmail-6.4.1
e8687b
  Resolves: #1403811
e8687b
e8687b
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.26-25
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
e8687b
e8687b
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.26-24
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
e8687b
e8687b
* Mon Oct 29 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-23
e8687b
- Remove hesiod dependency (not widely used, dead upstream, unmerged CVEs)
e8687b
  Resolves: #1643259
e8687b
e8687b
* Mon Sep 24 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-22
e8687b
- Improve previous fix (SNI), backported from upstream
e8687b
  Resolves: #1611815
e8687b
e8687b
* Wed Aug 08 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-21
e8687b
- Set SNI (patch by Valdis Kletnieks)
e8687b
  Resolves: #1611815
e8687b
e8687b
* Mon Jul 23 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-20
e8687b
- Remove unnecessary python-devel dependency
e8687b
  (disables build of fetchmailconf, but we don't pack it into rpm anyway)
e8687b
  Resolves: #1603965
e8687b
e8687b
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.26-19
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
e8687b
e8687b
* Thu Mar 15 2018 Iryna Shcherbina <ishcherb@redhat.com> - 6.3.26-18
e8687b
- Update Python 2 dependency declarations to new packaging standards
e8687b
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
e8687b
e8687b
* Wed Feb 21 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-17
e8687b
- Add BuildRequires gcc
e8687b
- Remove Group tag
e8687b
e8687b
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.26-16
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
e8687b
e8687b
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 6.3.26-15
e8687b
- Rebuilt for switch to libxcrypt
e8687b
e8687b
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.26-14
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
e8687b
e8687b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.26-13
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e8687b
e8687b
* Wed Jun 14 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-12
e8687b
- Fix checking for availability of SSLv3 in openssl library
e8687b
e8687b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.26-11
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e8687b
e8687b
* Mon May 02 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-10
e8687b
- Improve output related to SSLv3 disabling
e8687b
  Resolves: #1331702
e8687b
- Minor fixes in options, usage message and man page
e8687b
e8687b
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 6.3.26-9
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e8687b
e8687b
* Tue Oct 20 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-8
e8687b
- Backport better SSL support from upstream
e8687b
e8687b
* Mon Sep 14 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-7
e8687b
- Add exapmles of systemd service file and config file
e8687b
e8687b
* Mon Jul 13 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-6
e8687b
- Fix fetchmail FTBFS in rawhide
e8687b
  Resolves: #1239500
e8687b
- Fix bogus dates in the %%changelog
e8687b
- Fix Source and URL
e8687b
e8687b
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3.26-5
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e8687b
e8687b
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3.26-4
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
e8687b
e8687b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3.26-3
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e8687b
e8687b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3.26-2
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e8687b
e8687b
* Wed Apr 24 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.26-1
e8687b
- Update to fetchmail-6.3.26
e8687b
e8687b
* Tue Mar 19 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.25-1
e8687b
- Update to fetchmail-6.3.25
e8687b
e8687b
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3.24-2
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
e8687b
e8687b
* Mon Jan 07 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.24-1
e8687b
- Update to fetchmail-6.3.24
e8687b
e8687b
* Tue Dec 11 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.23-1
e8687b
- Update to fetchmail-6.3.23
e8687b
e8687b
* Mon Sep 03 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.22-1
e8687b
- Update to fetchmail-6.3.22
e8687b
e8687b
* Mon Aug 27 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.21-5
e8687b
- Fix issues found by fedora-review utility in the spec file
e8687b
e8687b
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3.21-4
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e8687b
e8687b
* Tue Mar 13 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.21-3
e8687b
- Remove obsolete fetchmailconf stuff
e8687b
e8687b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3.21-2
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e8687b
e8687b
* Mon Aug 22 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.21-1
e8687b
- Update to fetchmail-6.3.21
e8687b
  Resolves: #732400
e8687b
e8687b
* Tue Jun 07 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.20-1
e8687b
- Update to fetchmail-6.3.20
e8687b
e8687b
* Thu Jun 02 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.19-5
e8687b
- Fix CVE-2011-1947
e8687b
e8687b
* Mon Mar 07 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.19-4
e8687b
- Remove server(smtp) dependency
e8687b
e8687b
* Wed Feb 09 2011 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.19-3
e8687b
- Disable /usr/bin/procmail fallback
e8687b
  Resolves: #672452
e8687b
e8687b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3.19-2
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e8687b
e8687b
* Mon Dec 13 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.19-1
e8687b
- Update to fetchmail-6.3.19
e8687b
e8687b
* Tue Oct 12 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.18-1
e8687b
- Update to fetchmail-6.3.18
e8687b
e8687b
* Thu May  6 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.17-1
e8687b
- Update to fetchmail-6.3.17
e8687b
e8687b
* Wed Apr  7 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.16-1
e8687b
- Update to fetchmail-6.3.16
e8687b
e8687b
* Mon Mar 29 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.15-1
e8687b
- Update to fetchmail-6.3.15
e8687b
e8687b
* Tue Feb  9 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.14-1
e8687b
- Update to fetchmail-6.3.14
e8687b
- Use xz compressed upstream tarball
e8687b
e8687b
* Tue Nov  3 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.13-1
e8687b
- Update to fetchmail-6.3.13
e8687b
e8687b
* Wed Oct  7 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.12-1
e8687b
- Update to fetchmail-6.3.12
e8687b
e8687b
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 6.3.11-3
e8687b
- rebuilt with new openssl
e8687b
e8687b
* Tue Aug 18 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.11-2
e8687b
- Regression bug fix for fetchmail 6.3.11
e8687b
e8687b
* Thu Aug  6 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.11-1
e8687b
- Update to fetchmail-6.3.11
e8687b
- Remove addrconf patch (upstream now)
e8687b
e8687b
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3.9-5
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e8687b
e8687b
* Tue Jun 09 2009 Adam Jackson <ajax@redhat.com> 6.3.9-4
e8687b
- Rebuild to get rid of libkrb4 dependency.
e8687b
e8687b
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3.9-3
e8687b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e8687b
e8687b
* Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> - 6.3.9-2
e8687b
- rebuild with new openssl
e8687b
e8687b
* Wed Dec  3 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.9-1
e8687b
- Update to fetchmail-6.3.9
e8687b
e8687b
* Thu Sep 18 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.8-8
e8687b
- Rediff all patches to work with patch --fuzz=0
e8687b
- Replace server(smtp) requires by procmail
e8687b
  Resolves: #66396
e8687b
e8687b
* Fri Jun 27 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.8-7
e8687b
- Fix CVE-2008-2711
e8687b
e8687b
* Wed Mar 26 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.8-6
e8687b
- Replace smtpdaemon requires by server(smtp) requires
e8687b
  Resolves: #66396
e8687b
e8687b
* Mon Feb 11 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.8-5
e8687b
- Fix Buildroot
e8687b
e8687b
* Wed Dec  5 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.8-4
e8687b
- Rebuild
e8687b
e8687b
* Tue Sep  4 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.8-3
e8687b
- Fix CVE-2007-4565
e8687b
e8687b
* Thu Aug 23 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.8-2
e8687b
- fix license
e8687b
- rebuild
e8687b
e8687b
* Mon Jul  2 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.8-1
e8687b
- Update to fetchmail-6.3.8 (#246445)
e8687b
e8687b
* Mon Feb 19 2007 Miloslav Trmac <mitr@redhat.com> - 6.3.7-1
e8687b
- Update to fetchmail-6.3.7
e8687b
e8687b
* Mon Jan 22 2007 Miloslav Trmac <mitr@redhat.com> - 6.3.6-2
e8687b
- Let KPOP use PASS again
e8687b
  Resolves: #223661
e8687b
e8687b
* Sat Jan  6 2007 Miloslav Trmac <mitr@redhat.com> - 6.3.6-1
e8687b
- Update to fetchmail-6.3.6 (CVE-2006-5867, CVE-2006-5974)
e8687b
e8687b
* Wed Nov  1 2006 Miloslav Trmac <mitr@redhat.com> - 6.3.5-1
e8687b
- Update to fetchmail-6.3.5
e8687b
- Fix some rpmlint warnings
e8687b
e8687b
* Sun Sep 24 2006 Miloslav Trmac <mitr@redhat.com> - 6.3.4-2
e8687b
- Don't increase the certificate search path on each poll (#206346)
e8687b
e8687b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 6.3.4-1.1
e8687b
- rebuild
e8687b
e8687b
* Mon May  1 2006 Miloslav Trmac <mitr@redhat.com> - 6.3.4-1
e8687b
- Update to fetchmail-6.3.4
e8687b
e8687b
* Sat Apr  1 2006 Miloslav Trmac <mitr@redhat.com> - 6.3.3-3
e8687b
- Fix fetchmail-6.3.3-resolv.patch
e8687b
e8687b
* Fri Mar 31 2006 Miloslav Trmac <mitr@redhat.com> - 6.3.3-2
e8687b
- Fix some type mismatches on 64-bit architectures
e8687b
- Fix checking for res_* on architectures with newer glibc ABI
e8687b
e8687b
* Fri Mar 31 2006 Miloslav Trmac <mitr@redhat.com> - 6.3.3-1
e8687b
- Update to fetchmail-6.3.3
e8687b
e8687b
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.3.2.1-1.2
e8687b
- bump again for double-long bug on ppc(64)
e8687b
e8687b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 6.3.2.1-1.1
e8687b
- rebuilt for new gcc4.1 snapshot and glibc changes
e8687b
e8687b
* Mon Jan 30 2006 Miloslav Trmac <mitr@redhat.com> - 6.3.2.1-1
e8687b
- Update to fetchmail-6.3.2.1
e8687b
e8687b
* Mon Jan 23 2006 Miloslav Trmac <mitr@redhat.com> - 6.3.2-1
e8687b
- Update to fetchmail-6.3.2 (CVE-2006-0321)
e8687b
e8687b
* Tue Dec 20 2005 Miloslav Trmac <mitr@redhat.com> - 6.3.1-1
e8687b
- Update to fetchmail-6.3.1 (CVE-2005-4348)
e8687b
e8687b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e8687b
- rebuilt
e8687b
e8687b
* Fri Dec  2 2005 Miloslav Trmac <mitr@redhat.com> - 6.3.0-1
e8687b
- Update to fetchmail-6.3.0
e8687b
- Remove nohesiod and nokerberos conditionals
e8687b
e8687b
* Wed Nov 30 2005 Miloslav Trmac <mitr@redhat.com> - 6.2.9-0.1.rc10
e8687b
- Update to fetchmail-6.2.9-rc10
e8687b
e8687b
* Wed Nov  9 2005 Miloslav Trmac <mitr@redhat.com> - 6.2.5.2-2
e8687b
- Rebuild with new openssl
e8687b
- Ship README.SSL, drop html documentation copies
e8687b
e8687b
* Fri Jul 22 2005 Miloslav Trmac <mitr@redhat.com> - 6.2.5.2-1
e8687b
- Update to fetchmail-6.2.5.2
e8687b
e8687b
* Thu Jul 21 2005 Miloslav Trmac <mitr@redhat.com> - 6.2.5.1-1
e8687b
- Update to fetchmail-6.2.5.1 to fix CAN-2005-2335 (#163819)
e8687b
- Fix crash on empty Message-ID
e8687b
e8687b
* Mon Jul 18 2005 Karsten Hopp <karsten@redhat.de> 6.2.5-10
e8687b
- Buildrequires gettext-devel for AM_GNU_GETTEXT macro
e8687b
e8687b
* Sat Jun 11 2005 Miloslav Trmac <mitr@redhat.com> - 6.2.5-9
e8687b
- Fix fetchmailconf handling of unspecified server port
e8687b
e8687b
* Tue Jun  7 2005 Miloslav Trmac <mitr@redhat.com> - 6.2.5-8
e8687b
- Fix APOP and RPOP (#127315)
e8687b
- Don't link to libdl
e8687b
e8687b
* Wed Mar 16 2005 Nalin Dahyabhai <nalin@redhat.com> 6.2.5-7
e8687b
- stop using one of the libkrb5 private functions
e8687b
e8687b
* Thu Sep 30 2004 John Dennis <jdennis@redhat.com> 6.2.5-6
e8687b
- fix bug #113492
e8687b
  after expunge, dovecot hangs fetchmail if new e-mail came in
e8687b
e8687b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
e8687b
- rebuilt
e8687b
e8687b
* Wed May 19 2004 Nalin Dahyabhai <nalin@redhat.com> 6.2.5-4
e8687b
- turn on SDPS (#123599) and RPA
e8687b
e8687b
* Wed May 19 2004 Joe Orton <jorton@redhat.com> 6.2.5-3
e8687b
- pass AI_ADDRCONFIG to getaddrinfo to prevent pointless AAAA lookups
e8687b
e8687b
* Wed Apr 21 2004 Nalin Dahyabhai <nalin@redhat.com> 6.2.5-2
e8687b
- distill out portions of pop3.c which don't affect capa probing
e8687b
e8687b
* Fri Apr 16 2004 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- switch to Robert Scheck's fix for capa probing endless loop on pop servers
e8687b
  which don't support capa (#115474)
e8687b
e8687b
* Thu Apr 15 2004 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- split the use-correct-service-name and check-for-gssapi-in-pop portions of
e8687b
  gssapi+pop fix into pieces
e8687b
- only trigger pop capa probe if authentication method != password
e8687b
e8687b
* Mon Mar 15 2004 Nalin Dahyabhai <nalin@redhat.com> 6.2.5-1
e8687b
- update to 6.2.5, per Eric's recommendation
e8687b
e8687b
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
e8687b
- rebuilt
e8687b
e8687b
* Mon Feb  2 2004 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-9
e8687b
- add patch to ensure that stuffed warnings always end in cr-lf (#114470)
e8687b
e8687b
* Tue Nov 25 2003 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- blah, merge multiple patches for krb5-config things into one
e8687b
e8687b
* Fri Nov 14 2003 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- fix gssapi support authenticating to imap, even when connected to pop
e8687b
e8687b
* Thu Nov 13 2003 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- munge, munge, munge.  kpop build resurrected, at least for now.
e8687b
e8687b
* Fri Oct 10 2003 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-8
e8687b
- add patch to not truncate headers which have been munged to include a
e8687b
  hostname where one didn't exist before (CAN-2003-0792), backport from fix
e8687b
  for 6.2.4 included in 6.2.5
e8687b
e8687b
* Thu Oct  9 2003 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- add patch from Markus Friedl to fix possible buffer underrun (CAN-2003-0790)
e8687b
e8687b
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
e8687b
- allow compiling without hesiod
e8687b
e8687b
* Tue Jun 24 2003 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-6
e8687b
- rebuild
e8687b
e8687b
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
e8687b
- rebuilt
e8687b
e8687b
* Tue Apr 29 2003 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update URLs
e8687b
e8687b
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 6.2.0-3
e8687b
- rebuilt
e8687b
e8687b
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-2
e8687b
- rebuild
e8687b
e8687b
* Fri Dec 13 2002 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-1
e8687b
- update to 6.2.0
e8687b
e8687b
* Mon Nov  4 2002 Nalin Dahyabhai <nalin@redhat.com> 6.1.2-1
e8687b
- update to 6.1.2
e8687b
e8687b
* Fri Oct  4 2002 Nalin Dahyabhai <nalin@redhat.com> 6.1.0-1
e8687b
- add -L/usr/kerberos/%%{_lib} to LDFLAGS so that the Kerberos libraries will
e8687b
  be found again
e8687b
e8687b
* Wed Sep 25 2002 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 6.0.0
e8687b
e8687b
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
e8687b
- automated rebuild
e8687b
e8687b
* Tue Jun 11 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-15
e8687b
- remove and obsolete the fetchmailconf subpackage (tkinter is gone, so it
e8687b
  can't be run)
e8687b
e8687b
* Mon Jun  3 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-14
e8687b
- require hesiod at build-time
e8687b
e8687b
* Sun May 26 2002 Tim Powers <timp@redhat.com>
e8687b
- automated rebuild
e8687b
e8687b
* Fri May 17 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-12
e8687b
- rebuild in new environment
e8687b
- require autoconf213
e8687b
- enable hesiod support
e8687b
e8687b
* Wed May  1 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-11
e8687b
- rebuild
e8687b
e8687b
* Wed May  1 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-10
e8687b
- reject bogusly large message counts on 64-bit systems, too
e8687b
e8687b
* Wed Mar 27 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-8
e8687b
- configure with --enable-NTLM, not --enable-ntlm, ditto for ETRN, POP3, IMAP
e8687b
e8687b
* Mon Mar 11 2002 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- add patch to reject bogusly large message counts, backported from 5.9.10
e8687b
- build for RHL 6.2 errata
e8687b
e8687b
* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-5
e8687b
- rebuild
e8687b
e8687b
* Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-4
e8687b
- rebuild in new environment
e8687b
e8687b
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 5.9.0-3
e8687b
- automated rebuild
e8687b
e8687b
* Tue Nov 13 2001 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-2
e8687b
- remove explicit dependency on krb5-libs
e8687b
e8687b
* Mon Aug 13 2001 Nalin Dahyabhai <nalin@redhat.com> 5.9.0-1
e8687b
- update to 5.9.0 final release
e8687b
e8687b
* Thu Aug  9 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.8.17, candidate for 5.9.0
e8687b
e8687b
* Tue Jul 17 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.8.14
e8687b
e8687b
* Fri Jul  6 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.8.12
e8687b
e8687b
* Mon Jul  2 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.8.11
e8687b
e8687b
* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- fetchmailconf should depend on tkinter (#42156)
e8687b
e8687b
* Thu Jun 21 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.8.8
e8687b
e8687b
* Tue Jun 19 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.8.7
e8687b
e8687b
* Tue Jun 12 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.8.6, which approaches a 5.9.0
e8687b
e8687b
* Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.8.5
e8687b
e8687b
* Tue May 22 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.8.4
e8687b
e8687b
* Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- rebuild in new environment
e8687b
e8687b
* Tue Apr 17 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.8.1, which includes patches we were using
e8687b
e8687b
* Wed Apr  4 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- fix handling of "any" authentication (#32527)
e8687b
- accept more arguments to --auth
e8687b
- parse "auth password" correctly in the configuration file
e8687b
e8687b
* Wed Mar 21 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- fall back to plain auth if gssapi fails (#32527)
e8687b
e8687b
* Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- properly handle "nospambounce" in the config file (#31234)
e8687b
e8687b
* Mon Mar 12 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.7.4, which merges our patches
e8687b
e8687b
* Mon Mar  5 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.7.2
e8687b
- call AC_PROG_MAKE_SET in configure.in
e8687b
- fix various things which cause it to not compile if gssapi is enabled
e8687b
e8687b
* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- rebuild in new environment
e8687b
e8687b
* Fri Feb 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
e8687b
- langify
e8687b
e8687b
* Mon Feb 12 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- work around sockets without an sa_len field
e8687b
e8687b
* Fri Feb  9 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- fix for exception when adding hosts in fetchmailconf (#26387)
e8687b
e8687b
* Thu Feb  8 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- add Todd Sabin's patch for handling untagged responses during CRAM-MD5 auth
e8687b
e8687b
* Mon Jan 15 2001 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- enable IPv6 support (#24033)
e8687b
e8687b
* Tue Nov 28 2000 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- enable NLS (#21419)
e8687b
e8687b
* Mon Nov 27 2000 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.6.0
e8687b
- revert "untagged" patch, which went upstream
e8687b
e8687b
* Wed Nov  8 2000 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- patch to handle untagged responses during IMAP-GSS authentication
e8687b
- update to 5.5.5
e8687b
e8687b
* Thu Aug 17 2000 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- enable SSL support
e8687b
e8687b
* Sat Aug 12 2000 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.5.0
e8687b
- change Copyright: to License: GPL
e8687b
e8687b
* Tue Aug  8 2000 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- back out MDA patch; sendmail started listening by default again
e8687b
e8687b
* Thu Aug  3 2000 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- patch to use procmail as an MDA by default
e8687b
- patch to not run makedepend
e8687b
e8687b
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
e8687b
- automatic rebuild
e8687b
e8687b
* Sun Jul  2 2000 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.4.3
e8687b
e8687b
* Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- fix a typo in 5.4.2
e8687b
e8687b
* Wed Jun 28 2000 Matt Wilson <msw@redhat.com>
e8687b
- fixed configure arguments to not have a continuation at the end of the last
e8687b
  one
e8687b
e8687b
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.4.2
e8687b
e8687b
* Fri Jun  9 2000 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.4.1
e8687b
- FHS fixes, with mandir override
e8687b
- change fetchmailconf.1 symlink to an include
e8687b
e8687b
* Thu May 25 2000 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- fix Kerberos configure patch to work correctly for krb5 1.0, too
e8687b
e8687b
* Fri May 19 2000 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.4.0
e8687b
- rework Kerberos dependencies
e8687b
e8687b
* Fri Apr 21 2000 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- update to 5.3.8
e8687b
e8687b
* Tue Apr  4 2000 Bill Nottingham <notting@redhat.com>
e8687b
- eliminate explicit krb5-configs dependency
e8687b
e8687b
* Mon Mar  6 2000 Bernhard Rosenkränzer <bero@redhat.com>
e8687b
- 5.3.1 - This fixes Bugs #9982 and #9987
e8687b
e8687b
* Wed Mar  1 2000 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- make kerberos support conditional at build-time
e8687b
e8687b
* Wed Mar  1 2000 Bill Nottingham <notting@redhat.com>
e8687b
- integrate kerberos support into main tree
e8687b
e8687b
* Fri Feb 25 2000 Nalin Dahyabhai <nalin@redhat.com>
e8687b
- Add Kerberos and GSS authenticator support
e8687b
e8687b
* Fri Feb 25 2000 Cristian Gafton <gafton@redhat.com>
e8687b
- version 5.3.0 has a correct version of the rfc822 patch
e8687b
e8687b
* Fri Feb 25 2000 Jeff Johnson <jbj@redhat.com>
e8687b
- fix length of rfc822 headers in strcncasecmp().
e8687b
e8687b
* Tue Feb 15 2000 Bernhard Rosenkränzer <bero@redhat.com>
e8687b
- 5.2.8 (fixes the POP3-UIDL bug)
e8687b
- Fix up the fetchmailconf man page symlink
e8687b
e8687b
* Fri Feb 11 2000 Cristian Gafton <gafton@redhat.com>
e8687b
- version 5.2.7
e8687b
- add patch so that fetchmailconf will not output ssl configure statements
e8687b
  is no ssl is configured
e8687b
e8687b
* Mon Jan 31 2000 Cristian Gafton <gafton@redhat.com>
e8687b
- rebuild to fix deps
e8687b
- man pages are compressed
e8687b
- enable %%clean
e8687b
e8687b
* Tue Jan 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
e8687b
- 5.2.3
e8687b
- fetchmailconf requires fetchmail = %%{version}
e8687b
- fix compilation
e8687b
e8687b
* Mon Dec 27 1999 Bernhard Rosenkraenzer <bero@redhat.com>
e8687b
- 5.2.2
e8687b
e8687b
* Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
e8687b
- got 5.1.0, fixes potential buffer overflow...
e8687b
e8687b
* Sat Jun 12 1999 Jeff Johnson <jbj@redhat.com>
e8687b
- update to 5.0.4.
e8687b
e8687b
* Mon Apr 05 1999 Cristian Gafton <gafton@redhat.com>
e8687b
- 5.0.0
e8687b
e8687b
* Tue Mar 30 1999 Preston Brown <pbrown@redhat.com>
e8687b
- subpackage for fetchmailconf
e8687b
e8687b
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
e8687b
- auto rebuild in the new build environment (release 2)
e8687b
e8687b
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
e8687b
- version 4.7.0
e8687b
- build against glibc 2.1
e8687b
e8687b
* Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
e8687b
- correct typo in dangling symlink fix.
e8687b
e8687b
* Wed Sep 09 1998 Cristian Gafton <gafton@redhat.com>
e8687b
- update to 4.5.8
e8687b
e8687b
* Wed Jul 22 1998 Jeff Johnson <jbj@redhat.com>
e8687b
- update to 4.5.3.
e8687b
e8687b
* Fri May 08 1998 Cristian Gafton <gafton@redhat.com>
e8687b
- fixed spelung eror in the decsriptoin
e8687b
e8687b
* Thu May 07 1998 Cristian Gafton <gafton@redhat.com>
e8687b
- new version 4.4.4 fixes a lot of bugs
e8687b
e8687b
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
e8687b
- translations modified for de, fr, tr
e8687b
e8687b
* Thu Apr 09 1998 Cristian Gafton <gafton@redhat.com>
e8687b
- upgraded to 4.4.1
e8687b
- buildroot
e8687b
e8687b
* Thu Oct 23 1997 Michael Fulbright <msf@redhat.com>
e8687b
- Updated to 4.3.2 using SRPM from Eric Raymond
e8687b
e8687b
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
e8687b
- built against glibc