diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-02-11 17:19:00 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-02-11 17:19:00 +0000 |
commit | cc1b58bb6ebc3913a3063d052da51e40ab13d6c0 (patch) | |
tree | 1ff0fd42ad4919a9368c33b0a73ea5a8da85118d /mail/mutt | |
parent | forced commit: previous change was from (diff) |
Maintainer update of mail/mutt:
- Update mutt to version 1.4.2.
This version fixes a buffer overflow that can be
triggered by incoming messages. There are reports
about spam that has actually triggered this problem
and crashed mutt.
- Add SIZEs to distinfo
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
PR: 62695
Notes
Notes:
svn path=/head/; revision=100691
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 19 | ||||
-rw-r--r-- | mail/mutt/distinfo | 5 |
2 files changed, 15 insertions, 9 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 739b8ff8fc92..6f6d7c5de08d 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -7,8 +7,7 @@ # PORTNAME= mutt -PORTVERSION= 1.4.1 -PORTREVISION= 6 +PORTVERSION= 1.4.2 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ @@ -16,13 +15,17 @@ MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.parodius.com/pub/mutt/ DISTFILES= ${DISTNAME}i${EXTRACT_SUFX} +PATCHVERSION= 1.4.1 +.if ! defined(PATCHVERSION) +PATCHVERSION= ${PORTVERSION} +.endif PATCH_SITES= http://www.spinnaker.de/mutt/compressed/:spinnaker \ - http://www.mutt.org.ua/download/mutt-${PORTVERSION}/:vvv \ - 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}.rr.compressed.1.gz:spinnaker \ - patch-${PORTVERSION}.vvv.initials.gz:vvv + http://www.mutt.org.ua/download/mutt-${PATCHVERSION}/:vvv \ + http://www2.mutt.org.ua/download/mutt-${PATCHVERSION}/:vvv \ + ftp://ftp.mutt.org.ua/pub/mutt/mutt-${PATCHVERSION}/:vvv \ + ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${PATCHVERSION}/:vvv +PATCHFILES= patch-${PATCHVERSION}.rr.compressed.1.gz:spinnaker \ + patch-${PATCHVERSION}.vvv.initials.gz:vvv PATCH_DIST_STRIP= -p1 MAINTAINER?= udo.schweigert@siemens.com diff --git a/mail/mutt/distinfo b/mail/mutt/distinfo index bb75b8c019b2..6d708271fa49 100644 --- a/mail/mutt/distinfo +++ b/mail/mutt/distinfo @@ -1,3 +1,6 @@ -MD5 (mutt/mutt-1.4.1i.tar.gz) = fb5418135c5be2638964eef2f654f847 +MD5 (mutt/mutt-1.4.2i.tar.gz) = 6045b47cbba8170d6a9fdccc1aa817b9 +SIZE (mutt/mutt-1.4.2i.tar.gz) = 2557481 MD5 (mutt/patch-1.4.1.rr.compressed.1.gz) = b50484f8b12328c3ee69222a3eb1da11 +SIZE (mutt/patch-1.4.1.rr.compressed.1.gz) = 14059 MD5 (mutt/patch-1.4.1.vvv.initials.gz) = 467a4ba3a0aae4ea94ab4d31a94540ab +SIZE (mutt/patch-1.4.1.vvv.initials.gz) = 680 |