diff options
author | wiz <wiz@pkgsrc.org> | 2017-05-17 11:01:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-05-17 11:01:00 +0000 |
commit | b62fe33211f62ac1bf9cd3886069cc6185c56ba7 (patch) | |
tree | c9aca8c9b6932719021a97053f90e8628796ba2b /net/p5-Net-DNS/Makefile | |
parent | da56880e5e46aadc7d78125d80e9e3f5a9771fe2 (diff) | |
download | pkgsrc-b62fe33211f62ac1bf9cd3886069cc6185c56ba7.tar.gz |
Updated p5-Net-DNS to 1.10.
**** 1.10 May 5, 2017
Fix rt.cpan.org #120748
Net::DNS::Resolver::MSWin32 critical issue
Thanks to Dmytro Zagashev for his valuable assistence during
the investigation which exposed five distinct issues.
Feature rt.cpan.org #18819
Perl 5.22.0 puts EBCDIC character encoding back on the agenda.
Thanks to Yaroslav Kuzmin for successful test build on os390.
Diffstat (limited to 'net/p5-Net-DNS/Makefile')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 6efe5d3574d..188c16bbbea 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2017/04/05 15:29:22 wiz Exp $ +# $NetBSD: Makefile,v 1.76 2017/05/17 11:01:00 wiz Exp $ -DISTNAME= Net-DNS-1.09 +DISTNAME= Net-DNS-1.10 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} |