summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-02-19 12:27:33 +0000
committerjperkin <jperkin>2015-02-19 12:27:33 +0000
commit937d1252488ad503842f731a607499474a9841b0 (patch)
tree8de996ca534eca2bdefc6c1fd44ca7de0c22b8ab /mail
parentacdf1631ef96e1252e41e0af72494d40c0bd89a8 (diff)
downloadpkgsrc-937d1252488ad503842f731a607499474a9841b0.tar.gz
Remove trailing whitespace, noticed whilst merging to git. No functional
change.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/distinfo4
-rw-r--r--mail/mutt-devel/patches/patch-sendlib.c14
2 files changed, 9 insertions, 9 deletions
diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo
index 4f852f9005a..117ab9ef33b 100644
--- a/mail/mutt-devel/distinfo
+++ b/mail/mutt-devel/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.82 2015/02/19 10:50:44 jperkin Exp $
+$NetBSD: distinfo,v 1.83 2015/02/19 12:27:33 jperkin Exp $
SHA1 (mutt-1.5.23.tar.gz) = 8ac821d8b1e25504a31bf5fda9c08d93a4acc862
RMD160 (mutt-1.5.23.tar.gz) = 2476a9e202ab1cd20a512253246e37538e0aad5a
@@ -17,4 +17,4 @@ SHA1 (patch-an) = b9cc3e957bb1650c8e22c0edf0ce112f769664a1
SHA1 (patch-ao) = a5dddb01d30f28337ca825c6461139c2d9f288d5
SHA1 (patch-ap) = c6f79d5c4e19efdc15e9d5a59934da52b16b7a62
SHA1 (patch-aq) = e363d8929ced9731a31af1137b111d3476a3d05d
-SHA1 (patch-sendlib.c) = 0c14236d28f55eae88aea409acc5b8cdcb241556
+SHA1 (patch-sendlib.c) = 7394a7814f3986d5fc82c6a5dab76d9b85212c0b
diff --git a/mail/mutt-devel/patches/patch-sendlib.c b/mail/mutt-devel/patches/patch-sendlib.c
index 78c0bb5c648..c289bbb751d 100644
--- a/mail/mutt-devel/patches/patch-sendlib.c
+++ b/mail/mutt-devel/patches/patch-sendlib.c
@@ -1,4 +1,4 @@
-$NetBSD: patch-sendlib.c,v 1.3 2015/02/19 10:50:44 jperkin Exp $
+$NetBSD: patch-sendlib.c,v 1.4 2015/02/19 12:27:33 jperkin Exp $
Fix CVE-2014-9116 using the upstream patch from
http://dev.mutt.org/trac/changeset/0aebf1df43598b442ac75ae4fe17875351854db0
@@ -10,13 +10,13 @@ http://dev.mutt.org/trac/changeset/0aebf1df43598b442ac75ae4fe17875351854db0
tagbuf = mutt_substrdup (start, t);
/* skip over the colon separating the header field name and value */
- t = skip_email_wsp(t + 1);
-+ ++t;
++ ++t;
+
-+ /* skip over any leading whitespace (WSP, as defined in RFC5322)
-+ * NOTE: skip_email_wsp() does the wrong thing here.
-+ * See tickets 3609 and 3716. */
-+ while (*t == ' ' || *t == '\t')
-+ t++;
++ /* skip over any leading whitespace (WSP, as defined in RFC5322)
++ * NOTE: skip_email_wsp() does the wrong thing here.
++ * See tickets 3609 and 3716. */
++ while (*t == ' ' || *t == '\t')
++ t++;
+
valbuf = mutt_substrdup (t, end);
}