"""Quite a bit of changes in this one, most noticeably:
- prosody now ships with BSD Makefiles, so we can drop gmake.
- I have disabled the tests for now, as they now require busted and
luacheck, of which busted has not been ported yet."""
From Henrik Friedrichsen (Maintainer)
name to the end of the line rather than inline, useful for annotating
dhcp configs.
Add Text::CSV_XS dependency, it's small and 10x faster than CSV_PP.
ok afresh1@
pkg/DESCR:
POE::Component::Server::DNS is a POE component that implements a DNS
server.
It uses POE::Component::Client::DNS to handle resolving when configured
as 'forward_only' and Net::DNS::Resolver::Recurse wrapped by
POE::Component::Generic to perform recursion.
One may add handlers to massage and manipulate responses to particular
queries which is vaguely modelled after Net::DNS::Nameserver.
implements a recursive DNS client.
ok afresh1@
pkg/DESCR:
POE::Component::Client::DNS::Recursive is a POE component that
implements a recursive DNS client.
POE sessions and components can spawn a
POE::Component::Client::DNS::Recursive instance to perform a DNS query.
The component will perform its task and return the results to the
requesting session.
One may also enable tracing of the delegation path from the root name
servers for the name being looked up.
ok afresh1@
pkg/DESCR:
POE::Filter::DNS::TCP is a POE::Filter for parsing and generating DNS
messages received from or transmitted (respectively) over TCP as per RFC
1035.
Encode the "vX" part in distfiles, translated as "plX" in PKGNAME.
Makes it possible to update to v2.48.15v4, which is needed with newer
OCaml version.
ok sthen@ bket@ (maintainer)
(we can't use upstream's "head -c 12 /dev/urandom | base64" directly so
had to patch, but it's easier to just "openssl rand -base64 12" instead
of the dd | perl monstrosity I was using).
This causes the gettext configure test to weirdly mix shared and
static libraries with pthread dependencies, and lld 7 errors out.
Fix by grabbing updated macros and re-generating the configure script.
Many tweaks and OK sthen@, OK solene@ bcallah@
dnsperf and resperf are free tools that make it simple to gather
accurate latency and throughput metrics for Domain Name Service (DNS).
They read input files describing DNS queries, and send those queries
to DNS servers to measure performance.
resperf-report is a script allowing to generate a report in HTML
format, with graphs. You will need to install the gnuplot package
to use it.