pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/rt3 Pull up a change from 3.6.5 to support MIME-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/658bfa320484
branches:  trunk
changeset: 535303:658bfa320484
user:      cube <cube%pkgsrc.org@localhost>
date:      Tue Nov 13 02:52:06 2007 +0000

description:
Pull up a change from 3.6.5 to support MIME-tools > 5.420.

PR#37372 by Jon Bailey.

No version bump:  riding the update 5 minutes ago.

diffstat:

 devel/rt3/distinfo         |   3 ++-
 devel/rt3/patches/patch-ag |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r f16d6d60958d -r 658bfa320484 devel/rt3/distinfo
--- a/devel/rt3/distinfo        Tue Nov 13 02:42:02 2007 +0000
+++ b/devel/rt3/distinfo        Tue Nov 13 02:52:06 2007 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.8 2007/11/13 02:40:06 cube Exp $
+$NetBSD: distinfo,v 1.9 2007/11/13 02:52:06 cube Exp $
 
 SHA1 (rt-3.4.6.tar.gz) = 853555eebafbaacedfa88093f57cd4adf43b4e63
 RMD160 (rt-3.4.6.tar.gz) = 58d35f69c74772fa95b08ec1f4e778cff63b037f
 Size (rt-3.4.6.tar.gz) = 1423027 bytes
 SHA1 (patch-aa) = 4d29c290658144dcd7aa08d87649681dd2549b43
 SHA1 (patch-ac) = efa7095fe10e313a1578a1d739a8e77244c2ba6e
+SHA1 (patch-ag) = 76bd40c698136afff3445d57a8579c46f6075c68
diff -r f16d6d60958d -r 658bfa320484 devel/rt3/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rt3/patches/patch-ag        Tue Nov 13 02:52:06 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2007/11/13 02:52:07 cube Exp $
+
+--- lib/RT/EmailParser.pm.orig 2005-11-14 23:35:40.000000000 +0100
++++ lib/RT/EmailParser.pm
+@@ -613,7 +613,7 @@ sub _SetupMIMEParser {
+     # Turns out that the default is to recycle tempfiles
+     # Temp files should never be recycled, especially when running under perl taint checking
+     
+-    $parser->tmp_recycling(0);
++    $parser->tmp_recycling(0) if $parser->can('tmp_recycling');
+ 
+ }
+ 



Home | Main Index | Thread Index | Old Index