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