auto-import changelog data from fetchmail-5.8.17-1.src.rpm

Thu Aug 09 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.17, candidate for 5.9.0
Tue Jul 17 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.14
Fri Jul 06 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.12
Mon Jul 02 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.11
Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
- fetchmailconf should depend on tkinter (#42156)
Thu Jun 21 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.8
Tue Jun 19 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.7
Tue Jun 12 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.6, which approaches a 5.9.0
Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.5
Tue May 22 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.4
Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com>
- rebuild in new environment
Tue Apr 17 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.1, which includes patches we were using
This commit is contained in:
cvsdist 2004-09-09 04:41:12 +00:00
parent 4d745d473d
commit cbe438437b
3 changed files with 53 additions and 20 deletions

View File

@ -1 +1 @@
fetchmail-5.7.4.tar.gz fetchmail-5.8.17.tar.gz

View File

@ -1,14 +1,11 @@
Summary: A remote mail retrieval and forwarding utility. Summary: A remote mail retrieval and forwarding utility.
Name: fetchmail Name: fetchmail
Version: 5.7.4 Version: 5.8.17
Release: 4 Release: 1
Requires: smtpdaemon Requires: smtpdaemon
Source: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz Source: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz
Source1: fetchmailconf.1 Source1: fetchmailconf.1
Patch0: fetchmail-5.7.4-nospambounce.patch Patch: fetchmail-configure.patch
Patch1: fetchmail-5.7.5-auth.patch
Patch2: fetchmail-5.8.0-auth.patch
Patch3: fetchmail-5.8.0-auth-password.patch
URL: http://www.tuxedo.org/~esr/fetchmail/ URL: http://www.tuxedo.org/~esr/fetchmail/
License: GPL License: GPL
Group: Applications/Internet Group: Applications/Internet
@ -20,36 +17,36 @@ BuildPrereq: openssl-devel
%package -n fetchmailconf %package -n fetchmailconf
Summary: A GUI utility for configuring your fetchmail preferences. Summary: A GUI utility for configuring your fetchmail preferences.
Group: Applications/Internet Group: Applications/Internet
Requires: python, tk, fetchmail = %{version} Requires: python, tk, tkinter, fetchmail = %{version}-%{release}
%description %description
Fetchmail is a remote mail retrieval and forwarding utility intended Fetchmail is a remote mail retrieval and forwarding utility intended
for use over on-demand TCP/IP links, like SLIP or PPP connections. for use over on-demand TCP/IP links, like SLIP or PPP connections.
Fetchmail supports every remote-mail protocol currently in use on the Fetchmail supports every remote-mail protocol currently in use on the
Internet (POP2, POP3, RPOP, APOP, KPOP, all IMAPs, ESMTP ETRN) for Internet (POP2, POP3, RPOP, APOP, KPOP, all IMAPs, ESMTP ETRN, IPv6,
retrieval. Then Fetchmail forwards the mail through SMTP, so you can and IPSEC) for retrieval. Then Fetchmail forwards the mail through
read it through your favorite mail client. SMTP so you can read it through your favorite mail client.
Install fetchmail if you need to retrieve mail over SLIP or PPP Install fetchmail if you need to retrieve mail over SLIP or PPP
connections. connections.
%description -n fetchmailconf %description -n fetchmailconf
Fetchmailconf is a Tcl/Tk GUI application which edits your Fetchmailconf is a Tcl/Tk GUI application that edits your .fetchmailrc
.fetchmailrc file, in order to configure the fetchmail mail retrieval file in order to configure the fetchmail mail retrieval
program. Fetchmail's numerous options may be confusing to new users, program. Fetchmail's numerous options may be confusing to new users,
but fetchmailconf may help to clear up the confusion. so fetchmailconf may help to clear up the confusion.
Install fetchmailconf if you need help configuring fetchmail. You'll Install fetchmailconf if you need help configuring fetchmail. You'll
need to have python and tk installed in order to use fetchmailconf. need to have Python and Tk installed in order to use fetchmailconf.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .nospambounce %patch -p1
%patch1 -p1 -b .auth aclocal
%patch2 -p1 -b .auth2 autoconf
%patch3 -p1 -b .auth-password
%build %build
LIBS=-ldl; export LIBS
%configure --enable-pop3 --enable-imap --with-ssl=/usr \ %configure --enable-pop3 --enable-imap --with-ssl=/usr \
--enable-etrn --enable-ntlm --enable-nls --enable-inet6 \ --enable-etrn --enable-ntlm --enable-nls --enable-inet6 \
%{?nokerberos:--without-kerberos --without-kerberos5 --without-gssapi} \ %{?nokerberos:--without-kerberos --without-kerberos5 --without-gssapi} \
@ -79,6 +76,42 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/fetchmailconf.1* %{_mandir}/man1/fetchmailconf.1*
%changelog %changelog
* Thu Aug 9 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.17, candidate for 5.9.0
* Tue Jul 17 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.14
* Fri Jul 6 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.12
* Mon Jul 2 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.11
* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
- fetchmailconf should depend on tkinter (#42156)
* Thu Jun 21 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.8
* Tue Jun 19 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.7
* Tue Jun 12 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.6, which approaches a 5.9.0
* Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.5
* Tue May 22 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.4
* Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com>
- rebuild in new environment
* Tue Apr 17 2001 Nalin Dahyabhai <nalin@redhat.com>
- update to 5.8.1, which includes patches we were using
* Wed Apr 4 2001 Nalin Dahyabhai <nalin@redhat.com> * Wed Apr 4 2001 Nalin Dahyabhai <nalin@redhat.com>
- fix handling of "any" authentication (#32527) - fix handling of "any" authentication (#32527)
- accept more arguments to --auth - accept more arguments to --auth

View File

@ -1 +1 @@
9aeb8702da10b8309cfc07d7e22283aa fetchmail-5.7.4.tar.gz 2843f870b13395d9feb994b2de48180e fetchmail-5.8.17.tar.gz