pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-DNS (net/p5-Net-DNS) Updated to 1.21



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9322464ed25
branches:  trunk
changeset: 417340:c9322464ed25
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Nov 08 14:26:34 2019 +0000

description:
(net/p5-Net-DNS) Updated to 1.21

**** 1.21 Aug 30, 2019
 - Fix error report for non-existent or recursive zone file $INCLUDE.
 - Emit one deprecation warning on invocation of obsolete method.
 - Rework OPT.pm EDNS0 option construction.
 - Remove obsolete Net::DNS::RR::DLV package.
 - Add Net::DNS::RR::ZONEMD package.

Fix rt.cpan.org #128901
        background TCP query logic expects to read entire response at once

diffstat:

 net/p5-Net-DNS/Makefile |   9 ++++-----
 net/p5-Net-DNS/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (47 lines):

diff -r d3c3dcad5af9 -r c9322464ed25 net/p5-Net-DNS/Makefile
--- a/net/p5-Net-DNS/Makefile   Fri Nov 08 14:26:13 2019 +0000
+++ b/net/p5-Net-DNS/Makefile   Fri Nov 08 14:26:34 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.88 2019/08/11 13:22:17 wiz Exp $
+# $NetBSD: Makefile,v 1.89 2019/11/08 14:26:34 mef Exp $
 
-DISTNAME=              Net-DNS-1.20
+DISTNAME=              Net-DNS-1.21
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            net perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Net/}
 MASTER_SITES+=         http://www.net-dns.org/download/
@@ -15,6 +14,8 @@
 DEPENDS+=              p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC
 DEPENDS+=              p5-Net-IP>=1.20:../../net/p5-Net-IP
 
+TEST_DEPENDS+=         p5-Net-DNS-SEC-[0-9]*:../../security/p5-Net-DNS-SEC
+
 PKG_OPTIONS_VAR=       PKG_OPTIONS.p5-Net-DNS
 PKG_SUPPORTED_OPTIONS= inet6 online-tests
 PKG_SUGGESTED_OPTIONS= inet6
@@ -35,8 +36,6 @@
 MAKE_PARAMS+=          --no-online-tests
 .endif
 
-USE_LANGUAGES=         c
-
 PERL5_PACKLIST=                auto/Net/DNS/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r d3c3dcad5af9 -r c9322464ed25 net/p5-Net-DNS/distinfo
--- a/net/p5-Net-DNS/distinfo   Fri Nov 08 14:26:13 2019 +0000
+++ b/net/p5-Net-DNS/distinfo   Fri Nov 08 14:26:34 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.53 2019/04/20 07:26:07 wen Exp $
+$NetBSD: distinfo,v 1.54 2019/11/08 14:26:34 mef Exp $
 
-SHA1 (Net-DNS-1.20.tar.gz) = 9035dae0cda74da9c6bcea4986e5fd8947e6d134
-RMD160 (Net-DNS-1.20.tar.gz) = 1dd7a2e84967c34778f8b79649e3073add2e2648
-SHA512 (Net-DNS-1.20.tar.gz) = 1599d1b205a4d231a6b917fbc6da150fb77f13f4a16436ed0d8e582f709ab30e3af1435c26b381e8e33a8e015b5ed1f4958dfc3ba6dab58f02564e89c1d3b67e
-Size (Net-DNS-1.20.tar.gz) = 252363 bytes
+SHA1 (Net-DNS-1.21.tar.gz) = fc77d9ac9243ab4656ac2b7d10d15b3916dc7e1b
+RMD160 (Net-DNS-1.21.tar.gz) = bb3b668359b620b64b88ffe6c49993d405673bab
+SHA512 (Net-DNS-1.21.tar.gz) = 2f2471b98f9397341c59fdbf04fa0d0a4c7a9c7586a1ddabe28c71ba9f257bfe14ac485b28e6d4fba99ee45306855d45ec5ee51b8e5b39e9a016253d084e2acb
+Size (Net-DNS-1.21.tar.gz) = 252502 bytes



Home | Main Index | Thread Index | Old Index