diff --git a/dns/zns/Makefile b/dns/zns/Makefile index 061e32387f60..9e8d4c1c95d5 100644 --- a/dns/zns/Makefile +++ b/dns/zns/Makefile @@ -1,27 +1,26 @@ PORTNAME= zns DISTVERSIONPREFIX= v -DISTVERSION= 0.4.0 -PORTREVISION= 12 +DISTVERSION= 0.6.0 CATEGORIES= dns MAINTAINER= nxjoseph@FreeBSD.org COMMENT= CLI tool for querying DNS records with readable and colored output WWW= https://github.com/znscli/zns LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= go:1.26+,modules GO_MODULE= github.com/znscli/zns PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= JSON OPTIONS_DEFAULT= JSON -JSON_DESC= Enable JSON output processing support +JSON_DESC= Install jq for JSON output processing support JSON_RUN_DEPENDS= jq:textproc/jq .include diff --git a/dns/zns/distinfo b/dns/zns/distinfo index 3dbe9e6a5a95..666b7fb6deb0 100644 --- a/dns/zns/distinfo +++ b/dns/zns/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1757531373 -SHA256 (go/dns_zns/zns-v0.4.0/v0.4.0.mod) = f34552e0671ee0e8a249177527d7d918e848a63f62ed6eb5330fbdc896ade2cb -SIZE (go/dns_zns/zns-v0.4.0/v0.4.0.mod) = 886 -SHA256 (go/dns_zns/zns-v0.4.0/v0.4.0.zip) = bfd897d0e619bca5135f2d468800e22f943b21c4574875c9fb95e0b67bc6dca5 -SIZE (go/dns_zns/zns-v0.4.0/v0.4.0.zip) = 23753 +TIMESTAMP = 1785275548 +SHA256 (go/dns_zns/zns-v0.6.0/v0.6.0.mod) = 129c457e71e1470090d7d8d1670ae1e7533e52622d53abac488106c483d4277e +SIZE (go/dns_zns/zns-v0.6.0/v0.6.0.mod) = 887 +SHA256 (go/dns_zns/zns-v0.6.0/v0.6.0.zip) = dce85d6ab9b10b990dc85c44103d77b5bb8437d530055f976c0ac7a539fec92b +SIZE (go/dns_zns/zns-v0.6.0/v0.6.0.zip) = 52147 diff --git a/dns/zns/pkg-descr b/dns/zns/pkg-descr index d451c3208191..9da41e9853b5 100644 --- a/dns/zns/pkg-descr +++ b/dns/zns/pkg-descr @@ -1,12 +1,14 @@ zns is a command-line utility for querying DNS records, displaying them in a human-readable, colored format that includes type, name, TTL, and value. Features: -- Supports various DNS record types +- Supports all DNS record types +- DNSSEC support, including chain-of-trust validation +- Reverse lookups and delegation tracing from the root nameservers - Colorized and tabular output for easy reading - Concurrent queries for improved performance - JSON output format for machine-readable results - Option to write output to a file - Option to query a specific DNS server