diff options
author | wen <wen@pkgsrc.org> | 2021-09-12 07:43:01 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2021-09-12 07:43:01 +0000 |
commit | 4cb77aa96a85ebbc64764167a9758b8015f157f3 (patch) | |
tree | 2e0b90acd2f0e1bdb83659490290cb571b5c41f4 /net/p5-Net-DNS/Makefile | |
parent | 095c10f07cdf6063b70b1ea42c917f32c3e45853 (diff) | |
download | pkgsrc-4cb77aa96a85ebbc64764167a9758b8015f157f3.tar.gz |
Update to 1.32
Upstream changes:
**** 1.32 Jul 16, 2021
Text: Offer both Unicode and escaped-ASCII strings.
Add LICENSE file to comply with Fedora/RedHat announcement.
Fix rt.cpan.org #136666
Net::DNS::RR::ZoneFile parser erroneously strips line
terminators in quoted string forming part of multiline RR.
**** 1.31 May 2, 2021
Improve implementation of SVCB record.
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 d2542cc3ecc..2f67db8f0cf 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.96 2021/05/24 19:53:26 wiz Exp $ +# $NetBSD: Makefile,v 1.97 2021/09/12 07:43:01 wen Exp $ -DISTNAME= Net-DNS-1.30 +DISTNAME= Net-DNS-1.32 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MASTER_SITES+= http://www.net-dns.org/download/ |