pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mutt-devel add patch-aj: apply the same fix as up...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5e3a6e12234
branches:  trunk
changeset: 500305:c5e3a6e12234
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Wed Oct 05 20:08:32 2005 +0000

description:
add patch-aj: apply the same fix as upstream to fix PR 31466
Thanks Jeff Ito for debugging this

diffstat:

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

diffs (44 lines):

diff -r 952c60954056 -r c5e3a6e12234 mail/mutt-devel/Makefile
--- a/mail/mutt-devel/Makefile  Wed Oct 05 16:34:00 2005 +0000
+++ b/mail/mutt-devel/Makefile  Wed Oct 05 20:08:32 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2005/10/04 17:51:05 tonio Exp $
+# $NetBSD: Makefile,v 1.40 2005/10/05 20:08:32 tonio Exp $
 
 DISTNAME=              mutt-1.5.11
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=            mail
 MUTT_SITES=            ftp://ftp.mutt.org/mutt/ \
                        ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \
diff -r 952c60954056 -r c5e3a6e12234 mail/mutt-devel/distinfo
--- a/mail/mutt-devel/distinfo  Wed Oct 05 16:34:00 2005 +0000
+++ b/mail/mutt-devel/distinfo  Wed Oct 05 20:08:32 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2005/10/03 14:16:53 tonio Exp $
+$NetBSD: distinfo,v 1.28 2005/10/05 20:08:32 tonio Exp $
 
 SHA1 (mutt-1.5.11.tar.gz) = cc5823016fe7de6ee3a131b19a3f78796f9f53d5
 RMD160 (mutt-1.5.11.tar.gz) = 812bfa6b1c9bfb1650341f7522298699c7b214a5
@@ -10,4 +10,5 @@
 SHA1 (patch-ag) = 84637d95fa9aa0cf58a6e6b2c82b783efa21cf66
 SHA1 (patch-ah) = 4227c5768b900e58fa4a679e6ad67efc974a70b5
 SHA1 (patch-ai) = 7d9883198a22615fb1792a41fce3ee9821f48f08
+SHA1 (patch-aj) = 1b5f99a0f330c94f3ce0240e6767b575280fd788
 SHA1 (patch-al) = 9a2c61fae88c6c42534490ee19498677a355c276
diff -r 952c60954056 -r c5e3a6e12234 mail/mutt-devel/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mutt-devel/patches/patch-aj  Wed Oct 05 20:08:32 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1 2005/10/05 20:08:32 tonio Exp $
+
+--- smime.c.orig       2005-08-14 14:33:37.000000000 +0200
++++ smime.c
+@@ -1989,7 +1989,6 @@ int smime_send_menu (HEADER *msg, int *r
+ 
+     if ((p = smime_ask_for_key (_("Sign as: "), NULL, 0))) 
+     {
+-      p[mutt_strlen (p)-1] = '\0';
+       mutt_str_replace (&SmimeDefaultKey, p);
+       
+       msg->security |= SIGN;



Home | Main Index | Thread Index | Old Index