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

Mon Mar 15 2004 Nalin Dahyabhai <nalin@redhat.com> 6.2.5-1
- update to 6.2.5, per Eric's recommendation
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Mon Feb 02 2004 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-9
- add patch to ensure that stuffed warnings always end in cr-lf (#114470)
Tue Nov 25 2003 Nalin Dahyabhai <nalin@redhat.com>
- blah, merge multiple patches for krb5-config things into one
Fri Nov 14 2003 Nalin Dahyabhai <nalin@redhat.com>
- fix gssapi support authenticating to imap, even when connected to pop
Thu Nov 13 2003 Nalin Dahyabhai <nalin@redhat.com>
- munge, munge, munge. kpop build resurrected, at least for now.
This commit is contained in:
cvsdist 2004-09-09 04:46:48 +00:00
parent 5610bf2c3e
commit d7109ead8a
3 changed files with 29 additions and 10 deletions

View File

@ -1 +1 @@
fetchmail-6.2.0.tar.gz fetchmail-6.2.5.tar.gz

View File

@ -2,15 +2,15 @@
Summary: A remote mail retrieval and forwarding utility. Summary: A remote mail retrieval and forwarding utility.
Name: fetchmail Name: fetchmail
Version: 6.2.0 Version: 6.2.5
Release: 8 Release: 1
Requires: smtpdaemon Requires: smtpdaemon
Source0: http://www.catb.org/~esr/fetchmail/fetchmail-%{version}.tar.gz Source0: http://www.catb.org/~esr/fetchmail/fetchmail-%{version}.tar.gz
Source1: http://www.catb.org/~esr/fetchmail/fetchmail-%{version}.tar.gz.asc Source1: http://www.catb.org/~esr/fetchmail/fetchmail-%{version}.tar.gz.asc
Source2: fetchmailconf.1 Source2: fetchmailconf.1
Patch0: fetchmail-6.2.0-krb5-config.patch Patch0: fetchmail-6.2.0-krb5-config.patch
Patch1: fetchmail-6.2.0-markus.patch Patch1: fetchmail-6.2.0-gsspop.patch
Patch2: fetchmail-6.2.0-reply_hack.patch Patch2: fetchmail-6.2.0-crlf.patch
URL: http://www.catb.org/~esr/fetchmail/ URL: http://www.catb.org/~esr/fetchmail/
License: GPL License: GPL
Group: Applications/Internet Group: Applications/Internet
@ -50,8 +50,9 @@ need to have Python and Tk installed in order to use fetchmailconf.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .krb5-config %patch0 -p1 -b .krb5-config
%patch1 -p0 -b .markus %patch1 -p1 -b .gsspop
%patch2 -p1 -b .reply_hack %patch2 -p1 -b .crlf
autoheader
autoconf autoconf
%build %build
@ -59,8 +60,8 @@ LIBS=-ldl; export LIBS
%configure --enable-POP3 --enable-IMAP --with-ssl=auto \ %configure --enable-POP3 --enable-IMAP --with-ssl=auto \
%{!?nohesiod:--with-hesiod=auto} \ %{!?nohesiod:--with-hesiod=auto} \
--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-kerberos --without-gssapi} \
%{!?nokerberos:--with-kerberos --with-kerberos5 --with-gssapi} %{!?nokerberos:--with-kerberos --with-kerberos5 --with-kerberos --with-gssapi}
make make
%install %install
@ -92,6 +93,24 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Mon Mar 15 2004 Nalin Dahyabhai <nalin@redhat.com> 6.2.5-1
- update to 6.2.5, per Eric's recommendation
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Mon Feb 2 2004 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-9
- add patch to ensure that stuffed warnings always end in cr-lf (#114470)
* Tue Nov 25 2003 Nalin Dahyabhai <nalin@redhat.com>
- blah, merge multiple patches for krb5-config things into one
* Fri Nov 14 2003 Nalin Dahyabhai <nalin@redhat.com>
- fix gssapi support authenticating to imap, even when connected to pop
* Thu Nov 13 2003 Nalin Dahyabhai <nalin@redhat.com>
- munge, munge, munge. kpop build resurrected, at least for now.
* Fri Oct 10 2003 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-8 * Fri Oct 10 2003 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-8
- add patch to not truncate headers which have been munged to include a - add patch to not truncate headers which have been munged to include a
hostname where one didn't exist before (CAN-2003-0792), backport from fix hostname where one didn't exist before (CAN-2003-0792), backport from fix

View File

@ -1 +1 @@
1242753944ad242bb4312af6be08b810 fetchmail-6.2.0.tar.gz 9956b30139edaa4f5f77c4d0dbd80225 fetchmail-6.2.5.tar.gz