- Don't increase the certificate search path on each poll (#206346)

This commit is contained in:
Miloslav Trmac 2006-09-24 02:05:04 +00:00
parent a618c7b267
commit 4c1b2ae108

View File

@ -4,11 +4,12 @@
Summary: A remote mail retrieval and forwarding utility.
Name: fetchmail
Version: 6.3.4
Release: 1.1
Release: 2
Requires: smtpdaemon
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2
Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2.asc
Patch0: fetchmail-6.2.5-addrconf.patch
Patch1: fetchmail-6.3.4-ssl.patch
URL: http://fetchmail.berlios.de/
License: GPL
Group: Applications/Internet
@ -46,6 +47,7 @@ need to have Python and Tk installed in order to use fetchmailconf.
%prep
%setup -q
%patch0 -p1 -b .addrconf
%patch1 -p1 -b .sshl
%build
%configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \
@ -83,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Sun Sep 24 2006 Miloslav Trmac <mitr@redhat.com> - 6.3.4-2
- Don't increase the certificate search path on each poll (#206346)
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 6.3.4-1.1
- rebuild