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.
This commit is contained in:
parent
19c00732d1
commit
72e1b11fe6
2 changed files with 6 additions and 7 deletions
|
@ -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/}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue