summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2004-02-02 07:05:33 +0000
committertron <tron@pkgsrc.org>2004-02-02 07:05:33 +0000
commit880dabc750e05d9f984332e24399628041b54cc5 (patch)
tree6637c7508ea2cf09b320cb650bfc93a9c787a6d5 /mail/mutt
parent64f965698d80709292f3f6bfe25ef63fc6dff5af (diff)
downloadpkgsrc-880dabc750e05d9f984332e24399628041b54cc5.tar.gz
Restore patch which got lost because it was illicitly bundled with
another patch.
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/distinfo5
-rw-r--r--mail/mutt/patches/patch-aa18
2 files changed, 21 insertions, 2 deletions
diff --git a/mail/mutt/distinfo b/mail/mutt/distinfo
index fe2547e3cf4..6c9e6cbdeb7 100644
--- a/mail/mutt/distinfo
+++ b/mail/mutt/distinfo
@@ -1,11 +1,12 @@
-$NetBSD: distinfo,v 1.15 2004/02/01 22:37:18 tron Exp $
+$NetBSD: distinfo,v 1.16 2004/02/02 07:05:33 tron Exp $
SHA1 (mutt-1.4.1i.tar.gz) = 34622caf9d04979d8ad01219050288561998f64b
Size (mutt-1.4.1i.tar.gz) = 2599487 bytes
+SHA1 (patch-aa) = 057c11486bb855e321853a106992c8792b75b812
SHA1 (patch-ab) = e0d3c5b90c94a501436aa037f5538c4ab12b04bc
SHA1 (patch-ad) = 63abea4130832d7612a904f7954ab9c97b3b80ac
SHA1 (patch-ae) = 7a7bc491c9f58b6ba26d5619182fb812d0f5e94e
SHA1 (patch-af) = 645b4f363ef47ac31335f15cdfc6e4c87542bcab
SHA1 (patch-ag) = a1574bfe28b2a0ee5295a3f3529b6865f72075fa
-SHA1 (patch-ba) = 689305356812d04bd3b490c436ed898a4b308136
+SHA1 (patch-ba) = 859390820f3829d64a59a2b052af79487f52459b
SHA1 (patch-bb) = 701a9f538c3231c2b83029b02014aab9dfc71f5e
diff --git a/mail/mutt/patches/patch-aa b/mail/mutt/patches/patch-aa
new file mode 100644
index 00000000000..2dda924cd5b
--- /dev/null
+++ b/mail/mutt/patches/patch-aa
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.7 2004/02/02 07:05:33 tron Exp $
+
+--- send.c.orig Wed Jan 30 23:50:59 2002
++++ send.c Mon Feb 2 08:00:16 2004
+@@ -1611,6 +1611,13 @@
+ }
+ }
+
++#ifdef HAVE_PGP
++ {
++ /* Extend the expiry time while messages keep getting sent. */
++ extern time_t PgpExptime;
++ PgpExptime = time (NULL) + PgpTimeout;
++ }
++#endif /* HAVE_PGP */
+
+ rv = 0;
+