pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mutt-devel Solve a problem with illegal byte sequ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6e87268be78
branches:  trunk
changeset: 550346:a6e87268be78
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 19 12:06:41 2008 +0000

description:
Solve a problem with illegal byte sequences, causing mutt hangs.
Patch from Takehiko NOZAKI in
http://mail-index.netbsd.org/current-users/2008/11/19/msg006092.html

Bump PKGREVISION.

diffstat:

 mail/mutt-devel/Makefile         |   3 ++-
 mail/mutt-devel/distinfo         |   3 ++-
 mail/mutt-devel/patches/patch-ae |  12 ++++++++++++
 3 files changed, 16 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r 437cf35e580d -r a6e87268be78 mail/mutt-devel/Makefile
--- a/mail/mutt-devel/Makefile  Wed Nov 19 11:40:09 2008 +0000
+++ b/mail/mutt-devel/Makefile  Wed Nov 19 12:06:41 2008 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2008/05/18 08:26:30 tonio Exp $
+# $NetBSD: Makefile,v 1.69 2008/11/19 12:06:41 wiz Exp $
 
 DISTNAME=              mutt-1.5.18
+PKGREVISION=           1
 CATEGORIES=            mail
 MUTT_SITES=            ftp://ftp.mutt.org/mutt/ \
                        ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \
diff -r 437cf35e580d -r a6e87268be78 mail/mutt-devel/distinfo
--- a/mail/mutt-devel/distinfo  Wed Nov 19 11:40:09 2008 +0000
+++ b/mail/mutt-devel/distinfo  Wed Nov 19 12:06:41 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.50 2008/06/02 16:42:34 sketch Exp $
+$NetBSD: distinfo,v 1.51 2008/11/19 12:06:41 wiz Exp $
 
 SHA1 (mutt-1.5.18.tar.gz) = a835a1933297494f2c6c68b9a334cc1d71a95e5a
 RMD160 (mutt-1.5.18.tar.gz) = 1c8595f66eb9aa94c01a6020be20a75c0c8d2d14
@@ -12,6 +12,7 @@
 SHA1 (patch-aa) = 59d89dce24110be2927c8a1ea1fa5b780d644372
 SHA1 (patch-ab) = afc1b743c9299d0aa817dff3a0e580bbb3b9302a
 SHA1 (patch-ad) = ecfa994c7c5e494b6eb7356327b96de6559146fc
+SHA1 (patch-ae) = bea9a46e431ef9582c96b94556e56295ad92c8ed
 SHA1 (patch-ag) = b27327f0da19f8f3aad8d11505d7e6eabe9febd8
 SHA1 (patch-al) = ac8d963286d9edee73ee00bdb8f4ffcd65c6cd5d
 SHA1 (patch-am) = f7f20860bccb63ed5464e3a1225719ffc3fa504f
diff -r 437cf35e580d -r a6e87268be78 mail/mutt-devel/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mutt-devel/patches/patch-ae  Wed Nov 19 12:06:41 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.12 2008/11/19 12:06:41 wiz Exp $
+
+--- mbyte.c.orig       2008-05-10 07:47:57.000000000 +0000
++++ mbyte.c
+@@ -496,6 +496,7 @@ int mutt_filter_unprintable (char **s)
+     {
+       k = 1;
+       wc = replacement_char();
++      memset (&mbstate1, 0, sizeof (mbstate1));
+     }
+     if (!IsWPrint (wc))
+       wc = '?';



Home | Main Index | Thread Index | Old Index