From f5ca2b51f0cd0bf6cd7e85c8111fd181a4a7a8b3 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 18 Apr 2005 16:55:02 +0000 Subject: Update to 5.417: 2005-01-20 David F. Skoll * VERSION 5.417 RELEASED * Require MIME::QuotedPrint 3.03 to use the three-argument "encode_qp" function. If we have an earlier version of MIME::QuotedPrint, fall back to the one-argument version. * Field/ParamVal.pm: The patch to strip trailing whitespace on parameters was buggy and caused decoding errors. This has been fixed. 2005-01-03 David F. Skoll * VERSION 5.416 RELEASED * Allow MIME::Tools to work with MIME::QuotedPrint 2.20 again. The Makefile.PL will warn about potential problems, but will allow you to proceed. * Field/ParamVal.pm: Strip trailing whitespace when extracting parameters. Apparently, not doing so can cause Perl to core dump on certain badly-formed messages. --- mail/p5-MIME-tools/Makefile | 5 ++--- mail/p5-MIME-tools/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'mail/p5-MIME-tools') diff --git a/mail/p5-MIME-tools/Makefile b/mail/p5-MIME-tools/Makefile index 06b04cbfe53..e0c5de2be2c 100644 --- a/mail/p5-MIME-tools/Makefile +++ b/mail/p5-MIME-tools/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2005/04/11 21:46:21 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/04/18 16:55:02 wiz Exp $ # -DISTNAME= MIME-tools-5.415 +DISTNAME= MIME-tools-5.417 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mit -PKGREVISION= 1 CATEGORIES= perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} diff --git a/mail/p5-MIME-tools/distinfo b/mail/p5-MIME-tools/distinfo index e582d8a9b2e..24e2b11f859 100644 --- a/mail/p5-MIME-tools/distinfo +++ b/mail/p5-MIME-tools/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/02/24 09:59:25 agc Exp $ +$NetBSD: distinfo,v 1.7 2005/04/18 16:55:02 wiz Exp $ -SHA1 (MIME-tools-5.415.tar.gz) = 2e4cd623323fb00432118c1bf321d924f32a2b30 -RMD160 (MIME-tools-5.415.tar.gz) = 89d6ce5ebb47194858d96cc31c53d893785f8c7f -Size (MIME-tools-5.415.tar.gz) = 350176 bytes +SHA1 (MIME-tools-5.417.tar.gz) = aa29b392fb645e6879935dc6dbd234c44429a3d0 +RMD160 (MIME-tools-5.417.tar.gz) = 46e729b0a4c5a321ccbb159dd3e008e13ff9dc6e +Size (MIME-tools-5.417.tar.gz) = 385018 bytes -- cgit v1.2.3