diff options
author | cube <cube@pkgsrc.org> | 2007-11-13 02:52:06 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2007-11-13 02:52:06 +0000 |
commit | 433b2815fa4c9b702b7d25cf5725e483f2e69b77 (patch) | |
tree | 212004e12887a02f29cc8b1396f5a9cc0daf885f /devel/rt3 | |
parent | 367572c71034e2b398ed76216c97d1d34df0d785 (diff) | |
download | pkgsrc-433b2815fa4c9b702b7d25cf5725e483f2e69b77.tar.gz |
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 (limited to 'devel/rt3')
-rw-r--r-- | devel/rt3/distinfo | 3 | ||||
-rw-r--r-- | devel/rt3/patches/patch-ag | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/rt3/distinfo b/devel/rt3/distinfo index 3e981225ab0..8af4e91c160 100644 --- a/devel/rt3/distinfo +++ b/devel/rt3/distinfo @@ -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 --git a/devel/rt3/patches/patch-ag b/devel/rt3/patches/patch-ag new file mode 100644 index 00000000000..372420ce290 --- /dev/null +++ b/devel/rt3/patches/patch-ag @@ -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'); + + } + |