diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-01 14:04:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-01 14:04:23 +0000 |
commit | c995ef31025eeaf92ca3cd04375200598f8659c2 (patch) | |
tree | b0c5d16faed58f52553b1a9f4b02ee189b7772b3 /net/p5-Net-DNS/Makefile | |
parent | b8e86afba63a2099e1d211a06c5e87e4f52a9838 (diff) | |
download | pkgsrc-c995ef31025eeaf92ca3cd04375200598f8659c2.tar.gz |
Updated p5-Net-DNS to 1.07.
**** 1.07 December 29, 2016
Fix rt.cpan.org #118598/#108908
Serious Makefile.PL issues
"make install" now suppressed if pre-1.01 version detected
Fix rt.cpan.org #115558
Net::DNS::Nameserver does not allow EDNS replies
Fix rt.cpan.org #114917
Net::DNS::ZoneFile fails to parse mixed case mnemonics
Fix rt.cpan.org #114876
Use of uninitialized value in lc at MSWin32.pm line 77
Fix rt.cpan.org #114819
Net::DNS fails to compile with taint checks enabled
Diffstat (limited to 'net/p5-Net-DNS/Makefile')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index e89b1860176..3f779ae7994 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.71 2016/06/08 19:24:10 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2017/01/01 14:04:23 wiz Exp $ -DISTNAME= Net-DNS-1.06 +DISTNAME= Net-DNS-1.07 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \ http://www.net-dns.org/download/ |