diff options
author | tonio <tonio@pkgsrc.org> | 2005-10-05 20:08:32 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-10-05 20:08:32 +0000 |
commit | 4ac38b508e00531069aacbdc369b6ee4d26f7e83 (patch) | |
tree | 980f9e63681951d28a6061691cff3e91f33bb03b | |
parent | 93ea2303c5a14497fe674b704857a1763bb03fbe (diff) | |
download | pkgsrc-4ac38b508e00531069aacbdc369b6ee4d26f7e83.tar.gz |
add patch-aj: apply the same fix as upstream to fix PR 31466
Thanks Jeff Ito for debugging this
-rw-r--r-- | mail/mutt-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt-devel/distinfo | 3 | ||||
-rw-r--r-- | mail/mutt-devel/patches/patch-aj | 12 |
3 files changed, 16 insertions, 3 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index cba2fb79963..9b783e51920 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -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 --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo index 1004abe42da..2b826d3a019 100644 --- a/mail/mutt-devel/distinfo +++ b/mail/mutt-devel/distinfo @@ -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-ad) = c427d4ef5129018f26e5a4b3ee2fa5bfb59af3b9 SHA1 (patch-ag) = 84637d95fa9aa0cf58a6e6b2c82b783efa21cf66 SHA1 (patch-ah) = 4227c5768b900e58fa4a679e6ad67efc974a70b5 SHA1 (patch-ai) = 7d9883198a22615fb1792a41fce3ee9821f48f08 +SHA1 (patch-aj) = 1b5f99a0f330c94f3ce0240e6767b575280fd788 SHA1 (patch-al) = 9a2c61fae88c6c42534490ee19498677a355c276 diff --git a/mail/mutt-devel/patches/patch-aj b/mail/mutt-devel/patches/patch-aj new file mode 100644 index 00000000000..64741a9d6ca --- /dev/null +++ b/mail/mutt-devel/patches/patch-aj @@ -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; |