diff --git a/fetchmail.spec b/fetchmail.spec index f63f03f..352af2a 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -3,12 +3,14 @@ Summary: A remote mail retrieval and forwarding utility. Name: fetchmail Version: 6.2.0 -Release: 3 +Release: 3.9 Requires: smtpdaemon Source0: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz Source1: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz.asc 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/ License: GPL Group: Applications/Internet @@ -47,6 +49,8 @@ need to have Python and Tk installed in order to use fetchmailconf. %prep %setup -q %patch0 -p1 -b .krb5-config +%patch1 -p0 -b .markus +%patch2 -p1 -b .reply_hack autoconf %build @@ -87,6 +91,13 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Oct 10 2003 Nalin Dahyabhai 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 +- add patch from Markus Friedl to fix possible buffer underrun (CAN-2003-0790) + * Wed Jan 22 2003 Tim Powers - rebuilt