Date: Mon, 6 Aug 2018 09:16:59 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476499 - in head/dns: . dnsblast Message-ID: <201808060916.w769Gx8O043461@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon Aug 6 09:16:59 2018 New Revision: 476499 URL: https://svnweb.freebsd.org/changeset/ports/476499 Log: Add dnsblast 0.0.2016060901, simple load testing tool for DNS resolvers. Added: head/dns/dnsblast/ head/dns/dnsblast/Makefile (contents, props changed) head/dns/dnsblast/distinfo (contents, props changed) head/dns/dnsblast/pkg-descr (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Mon Aug 6 09:07:58 2018 (r476498) +++ head/dns/Makefile Mon Aug 6 09:16:59 2018 (r476499) @@ -32,6 +32,7 @@ SUBDIR += dns2blackhole SUBDIR += dns2tcp SUBDIR += dns_balance + SUBDIR += dnsblast SUBDIR += dnscap SUBDIR += dnscheck SUBDIR += dnscheckengine Added: head/dns/dnsblast/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dnsblast/Makefile Mon Aug 6 09:16:59 2018 (r476499) @@ -0,0 +1,24 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= dnsblast +PORTVERSION= 0.0.2016060901 +CATEGORIES= dns benchmarks + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Simple load testing tool for DNS resolvers + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GITHUB= yes + +GH_ACCOUNT= jedisct1 +GH_TAGNAME= f74cc52 + +PLIST_FILES= bin/dnsblast + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +.include <bsd.port.mk> Added: head/dns/dnsblast/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dnsblast/distinfo Mon Aug 6 09:16:59 2018 (r476499) @@ -0,0 +1,3 @@ +TIMESTAMP = 1533376008 +SHA256 (jedisct1-dnsblast-0.0.2016060901-f74cc52_GH0.tar.gz) = 53fa705ccca0f05be816046da77672d0d355f8ff917fdd5f0f333f7767c6385f +SIZE (jedisct1-dnsblast-0.0.2016060901-f74cc52_GH0.tar.gz) = 6482 Added: head/dns/dnsblast/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/dnsblast/pkg-descr Mon Aug 6 09:16:59 2018 (r476499) @@ -0,0 +1,7 @@ +Simple load testing tool for DNS resolvers. + +Give it the IP address of a resolver, the total number of queries you want to +send, the rate (number of packets per second), and dnsblast will tell you how +well the resolver is able to keep up. + +WWW: https://github.com/jedisct1/dnsblast
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808060916.w769Gx8O043461>