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/Makefile | |
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/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 19 |
1 files changed, 11 insertions, 8 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 |