Skip to content

Commit

Permalink
dnscheck-1.54
Browse files Browse the repository at this point in the history
=============

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]
  • Loading branch information
pettai committed Feb 3, 2014
1 parent 6de74a5 commit e5078d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
15 changes: 9 additions & 6 deletions net/dnscheck/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}
Expand Down
8 changes: 4 additions & 4 deletions net/dnscheck/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e5078d9

Please sign in to comment.