Blame SPECS/fetchmail.spec

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