Date: Thu, 20 Mar 2003 20:33:17 +0100 From: Udo Schweigert <udo.schweigert@siemens.com> To: "David E. O'Brien" <obrien@FreeBSD.ORG> Cc: ports-committers@FreeBSD.ORG, cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/mutt Makefile distinfo ports/mail/mutt/files pre-patch-Makefile.in Message-ID: <20030320193317.GA92479@alaska.cert.siemens.de> In-Reply-To: <200303201639.h2KGdN7V026305@repoman.freebsd.org> References: <200303201639.h2KGdN7V026305@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 20, 2003 at 08:39:23 -0800, David E. O'Brien wrote: > Update to version 1.4.1 which among other things, fixes a buffer overflow > in mutt's IMAP client code. > > Approved by: kris > Thanks, David. The patch I was waiting for (compressed folders support) is now available, so we do not need the pre-patch any longer. Attached is a patch to update that. Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC CERT, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : udo.schweigert@siemens.com cvs rm files/pre-patch-Makefile.in diff -ru /usr/ports/mail/mutt/Makefile ./Makefile --- /usr/ports/mail/mutt/Makefile Thu Mar 20 20:18:43 2003 +++ ./Makefile Thu Mar 20 20:26:59 2003 @@ -23,7 +23,7 @@ http://www2.mutt.org.ua/download/mutt-${PORTVERSION}/:vvv \ ftp://ftp.mutt.org.ua/pub/mutt/mutt-${PORTVERSION}/:vvv \ ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${PORTVERSION}/:vvv -PATCHFILES= patch-${PORTVERSION:C/\.[0-9]*$//}.rr.compressed.1.gz:spinnaker \ +PATCHFILES= patch-${PORTVERSION}.rr.compressed.1.gz:spinnaker \ patch-${PORTVERSION:C/\.[0-9]*$//}.vvv.initials.gz:vvv PATCH_DIST_STRIP= -p1 @@ -86,9 +86,6 @@ .endif MAN1= flea.1 mutt.1 mutt_dotlock.1 muttbug.1 MAN5= mbox.5 muttrc.5 - -pre-patch: - cd ${WRKSRC} ; patch < ${FILESDIR}/pre-patch-Makefile.in .if defined(WITH_MUTT_XFACE) post-patch: diff -ru /usr/ports/mail/mutt/distinfo ./distinfo --- /usr/ports/mail/mutt/distinfo Thu Mar 20 20:18:43 2003 +++ ./distinfo Thu Mar 20 20:25:01 2003 @@ -1,3 +1,3 @@ MD5 (mutt/mutt-1.4.1i.tar.gz) = fb5418135c5be2638964eef2f654f847 -MD5 (mutt/patch-1.4.rr.compressed.1.gz) = 57b241046d0c0bbfe6a4fe7e3ba5f0ec +MD5 (mutt/patch-1.4.1.rr.compressed.1.gz) = b50484f8b12328c3ee69222a3eb1da11 MD5 (mutt/patch-1.4.vvv.initials.gz) = 43b4c482d9f8164a016d6d869328ad66 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030320193317.GA92479>