diff options
author | wen <wen@pkgsrc.org> | 2012-08-31 12:30:22 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-08-31 12:30:22 +0000 |
commit | 0e85935b8c544f188e1617ae75cabdf5267352ea (patch) | |
tree | f9c56e80162dc41cbbefff09380879e8cc02b3f0 /mail | |
parent | 5fadb2ae6ccc0222761cf6e708edc5f38b966506 (diff) | |
download | pkgsrc-0e85935b8c544f188e1617ae75cabdf5267352ea.tar.gz |
Update to 0.190
Upstream changes:
0.190 2012-03-26
fix skip test count
0.189 2012-03-26
addresses in the form rjbs@[1.2.3.4], when allowed by allow_ip,
are not failed for the tld check (reported by Marcel Gr.nauer)
0.188 2012-03-15
fix [rt.cpan.org #75736], in which 0@domain.com was considered
invalid (thanks for the fix from Steve Bertrand)
0.187 2012-01-27
addresses in the form rjbs@[1.2.3.4] are now (correctly) considered
valid; this can be disabled with the -allow_ip option
(this resolves RT #48398)
check email address length and localpart length (thanks, Steve
Bertrand!)
0.186 2012-01-22
use blessed($x) instead of wrapping an ->isa called in eval{}; this
patch (thanks, Felipe Bergo!) was submitted to avoid problems with
people who have global __DIE__ handlers, but was applied to just
avoid the dumb eval{}; people with __DIE__ are otherwise on their
own, here
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Email-Valid/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-Email-Valid/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/p5-Email-Valid/Makefile b/mail/p5-Email-Valid/Makefile index e35c0a58d88..322721a6009 100644 --- a/mail/p5-Email-Valid/Makefile +++ b/mail/p5-Email-Valid/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2011/11/18 00:14:22 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.26 2012/08/31 12:30:22 wen Exp $ -DISTNAME= Email-Valid-0.185 +DISTNAME= Email-Valid-0.190 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5emv CATEGORIES= mail perl5 diff --git a/mail/p5-Email-Valid/distinfo b/mail/p5-Email-Valid/distinfo index 45e95c0ed9e..6824b98eb89 100644 --- a/mail/p5-Email-Valid/distinfo +++ b/mail/p5-Email-Valid/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2011/11/18 00:14:22 hiramatsu Exp $ +$NetBSD: distinfo,v 1.11 2012/08/31 12:30:22 wen Exp $ -SHA1 (Email-Valid-0.185.tar.gz) = eaffa58f9b39453258356324dc642eb929d37c48 -RMD160 (Email-Valid-0.185.tar.gz) = 0f272de3fcaa2bc55a388d9127f4fc5c8137859c -Size (Email-Valid-0.185.tar.gz) = 18463 bytes +SHA1 (Email-Valid-0.190.tar.gz) = 7e185f8e8851b9b195f8a2259d68ad4db6a5fce1 +RMD160 (Email-Valid-0.190.tar.gz) = 399257a268191bcafddfe9ece6d56dd3ac7556a2 +Size (Email-Valid-0.190.tar.gz) = 19617 bytes |