diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-20 04:38:22 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-20 04:38:22 +0000 |
commit | 82c459307a09cb6457bb189aaf0a901e1c06398c (patch) | |
tree | 5e54779d44f58a308539e578f99dcaa4c2da164d /mail | |
parent | f3ce407e7d5884b3f0cd9209869694244c48bad3 (diff) | |
download | pkgsrc-82c459307a09cb6457bb189aaf0a901e1c06398c.tar.gz |
Update mutt to 1.4.1:
fix a buffer overflow in mutt's IMAP client code which
was identified by Core Security Technologies, and fixed by Edmund
Grimley Evans. A more detailed advisory will be published by Core
Security.
This happens to close PR pkg/20814, filed while I was updating the package. :-)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 9 | ||||
-rw-r--r-- | mail/mutt/distinfo | 8 | ||||
-rw-r--r-- | mail/mutt/patches/patch-af | 12 |
3 files changed, 14 insertions, 15 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index b1d8404a43c..6e0aeb00533 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.92 2003/03/13 02:35:30 jschauma Exp $ +# $NetBSD: Makefile,v 1.93 2003/03/20 04:38:22 jschauma Exp $ -DISTNAME= mutt-1.4i -PKGNAME= ${DISTNAME:C/i$//} -PKGREVISION= 3 +DISTNAME= mutt-1.4.1i +PKGNAME= ${DISTNAME:C/i$//} CATEGORIES= mail -MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ +MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \ ftp://gd.tuwien.ac.at/infosys/mail/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ diff --git a/mail/mutt/distinfo b/mail/mutt/distinfo index 5339673ddde..f7cdd2db512 100644 --- a/mail/mutt/distinfo +++ b/mail/mutt/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.12 2002/12/03 21:21:57 jmmv Exp $ +$NetBSD: distinfo,v 1.13 2003/03/20 04:38:22 jschauma Exp $ -SHA1 (mutt-1.4i.tar.gz) = 6b7fb8440de18f12ceb24a486a1bbe77fce93955 -Size (mutt-1.4i.tar.gz) = 2554158 bytes +SHA1 (mutt-1.4.1i.tar.gz) = 34622caf9d04979d8ad01219050288561998f64b +Size (mutt-1.4.1i.tar.gz) = 2599487 bytes SHA1 (patch-ab) = e0d3c5b90c94a501436aa037f5538c4ab12b04bc SHA1 (patch-ad) = 63abea4130832d7612a904f7954ab9c97b3b80ac SHA1 (patch-ae) = 7a7bc491c9f58b6ba26d5619182fb812d0f5e94e -SHA1 (patch-af) = 7ab4b6f8f6457317216d1d4126a19c07a478abad +SHA1 (patch-af) = 645b4f363ef47ac31335f15cdfc6e4c87542bcab SHA1 (patch-ag) = a1574bfe28b2a0ee5295a3f3529b6865f72075fa diff --git a/mail/mutt/patches/patch-af b/mail/mutt/patches/patch-af index ebe99ad355e..4eb8811191e 100644 --- a/mail/mutt/patches/patch-af +++ b/mail/mutt/patches/patch-af @@ -1,8 +1,8 @@ -$NetBSD: patch-af,v 1.3 2002/12/03 21:21:57 jmmv Exp $ +$NetBSD: patch-af,v 1.4 2003/03/20 04:38:22 jschauma Exp $ ---- doc/mutt.man.in.orig Thu Aug 30 14:55:37 2001 -+++ doc/mutt.man.in -@@ -124,21 +124,19 @@ Editor to invoke when the ~v command is +--- doc/mutt.man.in.orig Wed Mar 19 23:25:40 2003 ++++ doc/mutt.man.in Wed Mar 19 23:27:11 2003 +@@ -124,21 +124,19 @@ .PP .IP "~/.muttrc or ~/.mutt/muttrc" User configuration file. @@ -15,7 +15,7 @@ $NetBSD: patch-af,v 1.3 2002/12/03 21:21:57 jmmv Exp $ User definition for handling non-text MIME types. -.IP "/etc/mailcap" +.IP "@PKG_SYSCONFDIR@/mailcap" - System definition for handing non-text MIME types. + System definition for handling non-text MIME types. .IP "~/.mime.types" User's personal mapping between MIME types and file extensions. -.IP "/etc/mime.types" @@ -28,7 +28,7 @@ $NetBSD: patch-af,v 1.3 2002/12/03 21:21:57 jmmv Exp $ The Mutt manual. .SH BUGS .PP -@@ -174,7 +172,6 @@ GNU General Public License for more deta +@@ -174,7 +172,6 @@ .BR mailcap (5), .BR maildir (5), .BR mbox (5), |