summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/files/patch-smime-sender
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2003-03-21 17:20:51 +0000
committerPeter Pentchev <roam@FreeBSD.org>2003-03-21 17:20:51 +0000
commit74bee551cc59f69e80c627a87f2e8e40d67816fc (patch)
treecb712e7651d51a3b20da0fa8ae5c88789a255eef /mail/mutt-devel/files/patch-smime-sender
parentRewrite some static functions that do not compile with ruby 1.6. (diff)
Update mutt-devel to Mutt 1.5.4, which fixes the IMAP vulnerability.
PR: 50150 Submitted by: maintainer Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=77175
Diffstat (limited to 'mail/mutt-devel/files/patch-smime-sender')
-rw-r--r--mail/mutt-devel/files/patch-smime-sender10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/mutt-devel/files/patch-smime-sender b/mail/mutt-devel/files/patch-smime-sender
index 13ccf385f042..43e1028443cf 100644
--- a/mail/mutt-devel/files/patch-smime-sender
+++ b/mail/mutt-devel/files/patch-smime-sender
@@ -1,11 +1,11 @@
---- commands.c.orig2 Fri May 31 10:14:06 2002
-+++ commands.c Fri May 31 10:32:00 2002
-@@ -197,7 +197,7 @@
+--- commands.c.orig Thu Mar 20 20:37:21 2003
++++ commands.c Thu Mar 20 20:40:29 2003
+@@ -178,7 +178,7 @@
{
if (cur->security & GOODSIGN)
{
-- if (!smime_verify_sender(cur))
-+ if (option(OPTSMIMENOSENDER) || !smime_verify_sender(cur))
+- if (!crypt_smime_verify_sender(cur))
++ if (option(OPTSMIMENOSENDER) || !crypt_smime_verify_sender(cur))
mutt_message ( _("S/MIME signature successfully verified."));
else
mutt_error ( _("S/MIME certificate owner does not match sender."));