<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9a3e13ad66d306ece2d18e328bd6953f5e180a95">https://github.com/macports/macports-ports/commit/9a3e13ad66d306ece2d18e328bd6953f5e180a95</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 9a3e13ad66d zdns: update to 2.0.0
</span>9a3e13ad66d is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 9a3e13ad66d306ece2d18e328bd6953f5e180a95
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sun Mar 2 13:15:15 2025 -0500
<span style='display:block; white-space:pre;color:#404040;'> zdns: update to 2.0.0
</span>---
net/zdns/Portfile | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/zdns/Portfile b/net/zdns/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a3af88a6719..08c778bfb33 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/zdns/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/zdns/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,22 +3,22 @@
</span> PortSystem 1.0
PortGroup golang 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-go.setup github.com/zmap/zdns 1.0.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+go.setup github.com/zmap/zdns 2.0.0 v
</span> go.offline_build no
github.tarball_from archive
revision 0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description Fast CLI DNS Lookup Tool
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description Fast DNS Lookup Library and CLI Tool
</span>
long_description \
ZDNS is a command-line utility that provides high-speed DNS lookups. \
ZDNS is written in Go and contains its own recursive resolution code and \
a cache optimized for performing lookups of a diverse set of names. We \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- use https\:\/\/github.com/zmap/dns to construct and parse raw DNS packets.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ use {https://github.com/zmap/dns} to construct and parse raw DNS packets.\
</span> For more information about ZDNS\'s architecture and performance, check \
out the following paper appearing at ACM\'s Internet Measurement \
Conference \'22: \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- https\:\/\/lizizhikevich.github.io\/assets\/papers\/ZDNS.pdf
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ {https://lizizhikevich.github.io/assets/papers/ZDNS.pdf}
</span>
categories net
installs_libs no
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,9 +26,9 @@ license Apache-2
</span> maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 3bdb49e848499db4aae7b7916c5b64671fce08cc \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 ae3f4d4b01d1cb988d85c790dd7849baff58adcde8cdeefdc93012dab444f93e \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 84882
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 f1c5434b81ad93b9930886f3f94dad25319f8877 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 5e0529f409f48b303388b66cbc564f0c4302107af307ff538df266f383af0a06 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 1090193
</span>
destroot {
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
</pre><pre style='margin:0'>
</pre>