pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/p5-Net-DNS
Module Name: pkgsrc
Committed By: mef
Date: Fri Nov 8 14:26:34 UTC 2019
Modified Files:
pkgsrc/net/p5-Net-DNS: Makefile distinfo
Log Message:
(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
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/net/p5-Net-DNS/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/net/p5-Net-DNS/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/p5-Net-DNS/Makefile
diff -u pkgsrc/net/p5-Net-DNS/Makefile:1.88 pkgsrc/net/p5-Net-DNS/Makefile:1.89
--- pkgsrc/net/p5-Net-DNS/Makefile:1.88 Sun Aug 11 13:22:17 2019
+++ pkgsrc/net/p5-Net-DNS/Makefile Fri Nov 8 14:26:34 2019
@@ -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 @@ LICENSE= ${PERL5_LICENSE}
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+= --online-tests
MAKE_PARAMS+= --no-online-tests
.endif
-USE_LANGUAGES= c
-
PERL5_PACKLIST= auto/Net/DNS/.packlist
.include "../../lang/perl5/module.mk"
Index: pkgsrc/net/p5-Net-DNS/distinfo
diff -u pkgsrc/net/p5-Net-DNS/distinfo:1.53 pkgsrc/net/p5-Net-DNS/distinfo:1.54
--- pkgsrc/net/p5-Net-DNS/distinfo:1.53 Sat Apr 20 07:26:07 2019
+++ pkgsrc/net/p5-Net-DNS/distinfo Fri Nov 8 14:26:34 2019
@@ -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