Update to 1.71:
version 1.71: Thu Jan 5 11:20:52 CET 2006 - grrrr tests failed version 1.70: Thu Jan 5 11:17:05 CET 2006 - Mail::Mailer::testfile.pm adds "from" display to trace output. [wurblzap] - fixed regex in Mail::Address [J Meyers] version 1.68: Thu Jan 5 10:29:25 CET 2006 - Updated copyright year. - Removed 'use locale' from Mail::Address, which tainted the parsed address. E-mail addresses are ASCII, so this 'locale' thing seems flawed. - $adr->name will refuse charset-encoded names. Found by [kappa] - Improve parse-regexes in Mail::Address. By [J Meyers] and me.
This commit is contained in:
parent
e54ed8c2f1
commit
af7484899f
2 changed files with 6 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.34 2005/08/06 06:19:22 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.35 2006/01/15 00:31:31 wiz Exp $
|
||||
|
||||
DISTNAME= MailTools-1.67
|
||||
DISTNAME= MailTools-1.71
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5mto
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.14 2005/04/18 16:16:33 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.15 2006/01/15 00:31:31 wiz Exp $
|
||||
|
||||
SHA1 (MailTools-1.67.tar.gz) = 707fb7bc7fff73191b5d2082a2e3b5f2003c9ad0
|
||||
RMD160 (MailTools-1.67.tar.gz) = 233ee3d24254c8516457ee669749b30b4f8a884b
|
||||
Size (MailTools-1.67.tar.gz) = 46995 bytes
|
||||
SHA1 (MailTools-1.71.tar.gz) = a5282c728fae03f020e3788c2486d5ee80869102
|
||||
RMD160 (MailTools-1.71.tar.gz) = 44bab0aef1bc864b809977cec7aff25d64a0c77d
|
||||
Size (MailTools-1.71.tar.gz) = 47476 bytes
|
||||
|
|
Loading…
Reference in a new issue