diff options
author | pettai <pettai> | 2014-02-03 12:45:26 +0000 |
---|---|---|
committer | pettai <pettai> | 2014-02-03 12:45:26 +0000 |
commit | 84c5b09f3725206a337f6488f1fe5738398b6e2c (patch) | |
tree | 258322c759c7a3ef0ae74af598adca99d8999c75 /net/dnscheck | |
parent | 0ef274d39e6fcfe9fa40e3aec5922b3a7b5de6d4 (diff) | |
download | pkgsrc-84c5b09f3725206a337f6488f1fe5738398b6e2c.tar.gz |
dnscheck-1.54
=============
Some extracts from the git log:
* Add new DNSKEY algorithms registered by IANA
* Add AUTH checking over both UDP and TCP. [Fixes #80]
* New queue dispatch
* Clean out dead code, add tests to new code and add log entries.
[Closes #89]
* Log when an AS prefix is discarded
* Add simple command-line tool to add domains to the dispatcher queue
* Add callback functionality to logger
* Perl 5.18 fix (hash key order randomization)
* The authoritative servers for ARPA are the root servers, which caused
problems for our parent-finding algorithm. Worked around by special
-casing so that single-label names always return root as the parent.
[Closes #92]
* Make allowed maximum NSEC3 iterations a policy parameter
* Detect DNSCurve-supporting nameservers
* Significant improvements to glue checking
* Fix for referral check under undelegated
* More tests for new glue-checking code
* Detect names in domains reserved by IANA (RFC 6761). [Closes #96]
* Log messages for reserved ASs. [Closes #97]
Diffstat (limited to 'net/dnscheck')
-rw-r--r-- | net/dnscheck/Makefile | 15 | ||||
-rw-r--r-- | net/dnscheck/distinfo | 8 |
2 files changed, 13 insertions, 10 deletions
diff --git a/net/dnscheck/Makefile b/net/dnscheck/Makefile index 8a3ddf6048a..5d5f8bc6b52 100644 --- a/net/dnscheck/Makefile +++ b/net/dnscheck/Makefile @@ -1,15 +1,18 @@ -# $NetBSD: Makefile,v 1.6 2014/01/27 18:41:13 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/02/03 12:45:26 pettai Exp $ -DISTNAME= dotse-dnscheck-1.4.1-0-ga93f48c -PKGNAME= dnscheck-1.4.1 +DISTNAME= dotse-dnscheck-1.5.4-0-g352a15c +PKGNAME= dnscheck-1.5.4 CATEGORIES= net perl5 -MASTER_SITES= -https://github.com/dotse/dnscheck/tarball/1.4.1 +MASTER_SITES= -https://github.com/dotse/dnscheck/tarball/1.5.4 MAINTAINER= pettai@NetBSD.org HOMEPAGE= https://github.com/dotse/dnscheck/ COMMENT= DNSCheck is a DNS quality checker LICENSE= 2-clause-bsd +# If you're not able to download the distfile, try using +#FETCH_USING= curl # in mk.conf or on the command-line + DEPENDS+= p5-Net-DNS>=0.65:../../net/p5-Net-DNS DEPENDS+= p5-Net-DNS-SEC>=0.16:../../security/p5-Net-DNS-SEC DEPENDS+= p5-Net-IP>=1.25:../../net/p5-Net-IP @@ -30,12 +33,12 @@ DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template REPLACE_PERL+= lib/DNSCheck.pm lib/DNSCheck/*.pm REPLACE_PERL+= lib/DNSCheck/Lookup/*.pm lib/DNSCheck/Test/*.pm -REPLACE_PERL+= apps/dnscheck-packetcheck +REPLACE_PERL+= apps/dnscheck-enqueue apps/dnscheck-packetcheck PERL5_PACKLIST= auto/DNSCheck/.packlist BUILDLINK_API_DEPENDS.perl+= perl>=5.6.1 -WRKSRC= ${WRKDIR}/dotse-dnscheck-f058797/engine +WRKSRC= ${WRKDIR}/dotse-dnscheck-006ca8d/engine SYSCONFDIR= `${BASENAME} ${PKG_SYSCONFDIR}` EGDIR= ${PREFIX}/share/examples/${PKGBASE} diff --git a/net/dnscheck/distinfo b/net/dnscheck/distinfo index beda2f42b7d..61e6a62a0e8 100644 --- a/net/dnscheck/distinfo +++ b/net/dnscheck/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2013/06/15 21:18:49 pettai Exp $ +$NetBSD: distinfo,v 1.3 2014/02/03 12:45:26 pettai Exp $ -SHA1 (dotse-dnscheck-1.4.1-0-ga93f48c.tar.gz) = cd365d17ae472661117abb0263dedec36147e35c -RMD160 (dotse-dnscheck-1.4.1-0-ga93f48c.tar.gz) = 55908f573896e185bfeb1810f0228fd547eb196a -Size (dotse-dnscheck-1.4.1-0-ga93f48c.tar.gz) = 1330139 bytes +SHA1 (dotse-dnscheck-1.5.4-0-g352a15c.tar.gz) = c3a0e38071856ae9b62acf0265fa33fc6581bf96 +RMD160 (dotse-dnscheck-1.5.4-0-g352a15c.tar.gz) = 79f99139446f8d280e51ca60be75faf51f49d6eb +Size (dotse-dnscheck-1.5.4-0-g352a15c.tar.gz) = 1341040 bytes SHA1 (patch-ab) = 4a5ef356166e3bd84b7f51575ac18147b7da45e1 |