diff options
author | tonio <tonio@pkgsrc.org> | 2007-05-27 17:39:47 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2007-05-27 17:39:47 +0000 |
commit | bb9a78e1f11893478f65754274806bc36eeac3fc (patch) | |
tree | 79953c50f8e5312a614e158b82eecc798f010bed /mail/mutt-devel/Makefile | |
parent | a9c5f533c6b7029b34ef774367553c3c839c2ab4 (diff) | |
download | pkgsrc-bb9a78e1f11893478f65754274806bc36eeac3fc.tar.gz |
Add a fix for Fix CVE-2007-2683
Bump PKGREVISION
Use signed arithmetic in mutt_gecos_name to avoid an overflow.
From http://dev.mutt.org/hg/mutt/rev/47d08903b79b
And trac: http://dev.mutt.org/trac/ticket/2885
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 18285a28e33..690d81a19bf 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2007/04/21 18:27:21 tonio Exp $ +# $NetBSD: Makefile,v 1.59 2007/05/27 17:39:47 tonio Exp $ DISTNAME= mutt-1.5.15 +PKGREVISION= 1 CATEGORIES= mail MUTT_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \ |