auto-import changelog data from fetchmail-6.2.0-3.9.src.rpm

Fri Oct 10 2003 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-3.9
- add patch to not truncate headers which have been munged to include a
    hostname where one didn't exist before (CAN-2003-0792)
Thu Oct 09 2003 Nalin Dahyabhai <nalin@redhat.com>
- add patch from Markus Friedl to fix possible buffer underrun
    (CAN-2003-0790)
This commit is contained in:
cvsdist 2004-09-09 04:45:38 +00:00
parent 51c3d02122
commit 570731bba4

View File

@ -3,12 +3,14 @@
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.0
Release: 3 Release: 3.9
Requires: smtpdaemon Requires: smtpdaemon
Source0: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz Source0: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz
Source1: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz.asc Source1: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz.asc
Source2: fetchmailconf.1 Source2: fetchmailconf.1
Patch: fetchmail-6.2.0-krb5-config.patch Patch0: fetchmail-6.2.0-krb5-config.patch
Patch1: fetchmail-6.2.0-markus.patch
Patch2: fetchmail-6.2.0-reply_hack.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
@ -47,6 +49,8 @@ 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
%patch2 -p1 -b .reply_hack
autoconf autoconf
%build %build
@ -87,6 +91,13 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Oct 10 2003 Nalin Dahyabhai <nalin@redhat.com> 6.2.0-3.9
- add patch to not truncate headers which have been munged to include a
hostname where one didn't exist before (CAN-2003-0792)
* Thu Oct 9 2003 Nalin Dahyabhai <nalin@redhat.com>
- add patch from Markus Friedl to fix possible buffer underrun (CAN-2003-0790)
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt - rebuilt