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