pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mutt Restore patch which got lost because it was ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4fad57fd3861
branches:  trunk
changeset: 467512:4fad57fd3861
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Feb 02 07:05:33 2004 +0000

description:
Restore patch which got lost because it was illicitly bundled with
another patch.

diffstat:

 mail/mutt/distinfo         |   5 +++--
 mail/mutt/patches/patch-aa |  18 ++++++++++++++++++
 2 files changed, 21 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 3f6b4af00392 -r 4fad57fd3861 mail/mutt/distinfo
--- a/mail/mutt/distinfo        Mon Feb 02 06:40:11 2004 +0000
+++ b/mail/mutt/distinfo        Mon Feb 02 07:05:33 2004 +0000
@@ -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 -r 3f6b4af00392 -r 4fad57fd3861 mail/mutt/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mutt/patches/patch-aa        Mon Feb 02 07:05:33 2004 +0000
@@ -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;
+   



Home | Main Index | Thread Index | Old Index