diff --git a/dns/bind-tools/pkg-plist-devel b/dns/bind-tools/pkg-plist-devel index 970451051e17..f02c39df9686 100644 --- a/dns/bind-tools/pkg-plist-devel +++ b/dns/bind-tools/pkg-plist-devel @@ -1,59 +1,59 @@ bin/arpaname bin/delv bin/dig bin/dnssec-cds bin/dnssec-dsfromkey bin/dnssec-importkey bin/dnssec-keyfromlabel bin/dnssec-keygen bin/dnssec-ksr bin/dnssec-revoke bin/dnssec-settime bin/dnssec-signzone bin/dnssec-verify %%DNSTAP%%bin/dnstap-read bin/host bin/mdig bin/named-rrchecker bin/nsec3hash bin/nslookup bin/nsupdate -lib/bind-tools/libdns-9.21.16.so -lib/bind-tools/libisc-9.21.16.so -lib/bind-tools/libisccc-9.21.16.so -lib/bind-tools/libisccfg-9.21.16.so -lib/bind-tools/libns-9.21.16.so +lib/bind-tools/libdns-9.21.17.so +lib/bind-tools/libisc-9.21.17.so +lib/bind-tools/libisccc-9.21.17.so +lib/bind-tools/libisccfg-9.21.17.so +lib/bind-tools/libns-9.21.17.so share/man/man1/arpaname.1.gz share/man/man1/delv.1.gz share/man/man1/dig.1.gz share/man/man1/dnssec-cds.1.gz share/man/man1/dnssec-dsfromkey.1.gz share/man/man1/dnssec-importkey.1.gz share/man/man1/dnssec-keyfromlabel.1.gz share/man/man1/dnssec-keygen.1.gz share/man/man1/dnssec-ksr.1.gz share/man/man1/dnssec-revoke.1.gz share/man/man1/dnssec-settime.1.gz share/man/man1/dnssec-signzone.1.gz share/man/man1/dnssec-verify.1.gz %%DNSTAP%%share/man/man1/dnstap-read.1.gz share/man/man1/host.1.gz share/man/man1/mdig.1.gz @comment share/man/man1/named-checkconf.1.gz @comment share/man/man1/named-checkzone.1.gz @comment share/man/man1/named-compilezone.1.gz @comment share/man/man1/named-journalprint.1.gz @comment share/man/man1/named-makejournal.1.gz share/man/man1/named-rrchecker.1.gz share/man/man1/nsec3hash.1.gz share/man/man1/nslookup.1.gz share/man/man1/nsupdate.1.gz @comment share/man/man5/named.conf.5.gz @comment share/man/man5/rndc.conf.5.gz @comment share/man/man8/ddns-confgen.8.gz @comment share/man/man8/filter-a.8.gz @comment share/man/man8/filter-aaaa.8.gz @comment share/man/man8/named.8.gz @comment share/man/man8/rndc-confgen.8.gz @comment share/man/man8/rndc.8.gz @comment share/man/man8/tsig-keygen.8.gz diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 8b8442060c41..18202596d9ab 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -1,215 +1,215 @@ # pkg-help formatted with fmt 59 63 PORTNAME= bind -DISTVERSION= 9.21.16 +DISTVERSION= 9.21.17 .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here PORTREVISION= 0 .else # XXX: correct version # dns/bind9xx here PORTREVISION= 0 .endif CATEGORIES= dns net MASTER_SITES= ISC/bind9/${DISTVERSION} .if defined(BIND_TOOLS_SLAVE) PKGNAMESUFFIX= -tools .else # XXX: correct SUFFIX. PKGNAMESUFFIX= 9-devel .endif MAINTAINER= mat@FreeBSD.org .if defined(BIND_TOOLS_SLAVE) COMMENT= Command line tools from BIND: delv, dig, host, nslookup... .else COMMENT= BIND DNS suite with updated DNSSEC and DNS64 .endif WWW= https://www.isc.org/bind/ # Uncomment when bind9xx comes of age. +3 years if ESV, +1year otherwise, see # https://kb.isc.org/docs/aa-00896 # DEPRECATED= End of life, please migrate to a newer version of BIND9 # EXPIRATION_DATE= XXX-12-31 LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libnghttp2.so:www/libnghttp2 \ liburcu.so:sysutils/liburcu \ libuv.so:devel/libuv .if !defined(BIND_TOOLS_SLAVE) RUN_DEPENDS= bind-tools>0:dns/bind-tools .endif USES= compiler:c11 cpe gnome libedit meson perl5 pkgconfig \ ssl tar:xz CPE_VENDOR= isc CPE_VERSION= ${DISTVERSION:C/-.*//} .if ${DISTVERSION:M*-*} CPE_UPDATE= ${DISTVERSION:C/.*-//:tl} .endif USE_PERL5= build .if !defined(BIND_TOOLS_SLAVE) USE_RC_SUBR= named .endif # !BIND_TOOLS_SLAVE MESON_ARGS= --localstatedir=/var \ --sysconfdir=${ETCDIR} \ -Ddoh=enabled \ -Djemalloc=disabled MAKE_JOBS_UNSAFE= yes .if !defined(BIND_TOOLS_SLAVE) # XXX: Add -devel CONFLICTS= bind9[0-9][0-9] .endif # !BIND_TOOLS_SLAVE ETCDIR= ${PREFIX}/etc/namedb # FIXME: figure out why build fails if enabled MESON_ARGS+= -Dtracing=disabled .if defined(BIND_TOOLS_SLAVE) MESON_ARGS+= -Dbind-tools=enabled \ -Dlibdir=${PREFIX}/lib/bind-tools .else MESON_ARGS+= -Dbind-tools=disabled # XXX: remove the big warning about it being a development version from pkg-message SUB_FILES= named.conf pkg-message PORTDOCS= * .endif # BIND_TOOLS_SLAVE OPTIONS_DEFINE= DNSTAP DOCS GEOIP IDN LMDB OVERRIDECACHE QUERYTRACE \ START_LATE OPTIONS_DEFAULT= DNSTAP GSSAPI_NONE IDN LMDB STATS_JSON STATS_XML OPTIONS_GROUP= STATS OPTIONS_GROUP_STATS= STATS_JSON STATS_XML OPTIONS_SINGLE= GSSAPI OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE .if defined(BIND_TOOLS_SLAVE) OPTIONS_EXCLUDE= DOCS GEOIP LMDB OVERRIDECACHE QUERYTRACE START_LATE \ STATS_JSON STATS_XML .endif # BIND_TOOLS_SLAVE OPTIONS_SUB= yes DNSTAP_DESC= Provides fast passive logging of DNS messages GSSAPI_BASE_DESC= Using Heimdal in base (nsupdate is broken) GSSAPI_HEIMDAL_DESC= Using security/heimdal (nsupdate is broken) GSSAPI_MIT_DESC= Using security/krb5 GSSAPI_NONE_DESC= Disable LMDB_DESC= Use LMDB for zone management OVERRIDECACHE_DESC= Use the override-cache patch QUERYTRACE_DESC= Enable the very verbose query tracelogging START_LATE_DESC= Start BIND late in the boot process (see help) STATS_DESC= Statistics channels STATS_JSON_DESC= Enable JSON statistics channel STATS_XML_DESC= Enable XML statistics channel DNSTAP_LIB_DEPENDS= libfstrm.so:devel/fstrm \ libprotobuf-c.so:devel/protobuf-c DNSTAP_MESON_ENABLED= dnstap DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \ sphinx-build:textproc/py-sphinx DOCS_USES= python:env DOCS_MESON_ENABLED= doc DOCS_ALL_TARGET= all arm GEOIP_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb GEOIP_MESON_ENABLED= geoip GSSAPI_BASE_USES= gssapi GSSAPI_BASE_CONFIGURE_ENV= ${GSSAPI_CONFIGURE_ARGS} \ KRB5_CONFIG="${KRB5CONFIG}" GSSAPI_BASE_MESON_ON= -Dgssapi=enabled GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_HEIMDAL_CONFIGURE_ENV= ${GSSAPI_CONFIGURE_ARGS} \ KRB5_CONFIG="${KRB5CONFIG}" GSSAPI_HEIMDAL_MESON_ON= -Dgssapi=enabled GSSAPI_MIT_USES= gssapi:mit GSSAPI_MIT_CONFIGURE_ENV= ${GSSAPI_CONFIGURE_ARGS} \ KRB5_CONFIG="${KRB5CONFIG}" GSSAPI_MIT_MESON_ON= -Dgssapi=enabled GSSAPI_NONE_MESON_ON= -Dgssapi=disabled IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 IDN_USES= iconv IDN_MESON_ENABLED= idn LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb LMDB_MESON_ENABLED= lmdb OVERRIDECACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl QUERYTRACE_MESON_ON= -Dtrace-logging=query START_LATE_SUB_LIST= NAMED_BEFORE="LOGIN" \ NAMED_REQUIRE="SERVERS cleanvar" START_LATE_SUB_LIST_OFF= NAMED_BEFORE="SERVERS" \ NAMED_REQUIRE="NETWORKING ldconfig syslogd" STATS_JSON_LIB_DEPENDS= libjson-c.so:devel/json-c STATS_JSON_MESON_ENABLED= stats-json STATS_JSON_LDFLAGS= -L${LOCALBASE}/lib -ljson-c STATS_XML_USE= GNOME=libxml2 STATS_XML_MESON_ENABLED= stats-xml .include .if defined(WITH_DEBUG) MESON_ARGS+= -Ddeveloper=enabled BUILD_DEPENDS+= cmocka>0:sysutils/cmocka .else MESON_ARGS+= -Dcmocka=disabled \ -Ddeveloper=disabled .endif .include .if ${SSL_DEFAULT} == base SUB_LIST+= ENGINES=/usr/lib/engines .else SUB_LIST+= ENGINES=${LOCALBASE}/lib/engines .endif .if !defined(BIND_TOOLS_SLAVE) post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/mtree ${MKDIR} ${STAGEDIR}${ETCDIR} . for i in dynamic primary secondary working @${MKDIR} ${STAGEDIR}${ETCDIR}/$i . endfor ${INSTALL_DATA} ${WRKDIR}/named.conf ${STAGEDIR}${ETCDIR}/named.conf.sample ${INSTALL_DATA} ${FILESDIR}/named.root ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/empty.db ${STAGEDIR}${ETCDIR}/primary ${INSTALL_DATA} ${FILESDIR}/localhost-forward.db ${STAGEDIR}${ETCDIR}/primary ${INSTALL_DATA} ${FILESDIR}/localhost-reverse.db ${STAGEDIR}${ETCDIR}/primary ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.dist ${STAGEDIR}${PREFIX}/etc/mtree/BIND.chroot.dist.sample ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.local.dist ${STAGEDIR}${PREFIX}/etc/mtree/BIND.chroot.local.dist.sample (for dir in ${WRKSRC}/lib/*/include; do \ cd $$dir && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include '-name *.h'; \ done) post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/arm ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/_build/arm && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/arm .endif # BIND_TOOLS_SLAVE .include diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index bf2d00c72c50..dc72a50dc72c 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765983486 -SHA256 (bind-9.21.16.tar.xz) = 521aa2003c5a7d78d8e589787025f39384065535818f4344cf9e14c086fda98d -SIZE (bind-9.21.16.tar.xz) = 5271888 +TIMESTAMP = 1769006056 +SHA256 (bind-9.21.17.tar.xz) = 3cefdbc795f6347aff11af478dded6f036ff7b3a00f9ca3c9d0e80f0deeb0d05 +SIZE (bind-9.21.17.tar.xz) = 5296892 diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl index f927b1a4772b..9afa8208d7ae 100644 --- a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl +++ b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl @@ -1,84 +1,84 @@ Add the override-cache-ttl feature. ---- bin/include/defaultconfig.h.orig 2025-12-09 17:51:25 UTC +--- bin/include/defaultconfig.h.orig 2026-01-09 13:24:57 UTC +++ bin/include/defaultconfig.h @@ -159,6 +159,7 @@ options {\n\ notify-source *;\n\ notify-source-v6 *;\n\ nsec3-test-zone no;\n\ + override-cache-ttl 0;\n\ parental-source *;\n\ parental-source-v6 *;\n\ provide-ixfr true;\n\ ---- bin/named/server.c.orig 2025-12-09 17:51:25 UTC +--- bin/named/server.c.orig 2026-01-09 13:24:57 UTC +++ bin/named/server.c -@@ -4082,6 +4082,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl +@@ -4080,6 +4080,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } obj = NULL; + result = named_config_get(maps, "override-cache-ttl", &obj); + INSIST(result == ISC_R_SUCCESS); + view->overridecachettl = cfg_obj_asduration(obj); + + obj = NULL; result = named_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asduration(obj); ---- doc/arm/reference.rst.orig 2025-12-09 17:51:25 UTC +--- doc/arm/reference.rst.orig 2026-01-09 13:24:57 UTC +++ doc/arm/reference.rst -@@ -4154,6 +4154,10 @@ Tuning +@@ -4188,6 +4188,10 @@ Tuning cannot exceed 7 days and is silently truncated to 7 days if set to a greater value. +.. namedconf:statement:: override-cache-ttl + + Enforce the configure cache TTL override. + .. namedconf:statement:: max-cache-ttl :tags: server :short: Specifies the maximum time (in seconds) that the server caches ordinary (positive) answers. ---- doc/misc/options.orig 2025-12-09 17:51:25 UTC +--- doc/misc/options.orig 2026-01-09 13:24:57 UTC +++ doc/misc/options @@ -171,6 +171,7 @@ options { masterfile-style ( full | relative ); match-mapped-addresses ; max-cache-size ( default | unlimited | | ); + override-cache-ttl ; max-cache-ttl ; max-clients-per-query ; max-ixfr-ratio ( unlimited | ); ---- lib/dns/include/dns/view.h.orig 2025-12-09 17:51:25 UTC +--- lib/dns/include/dns/view.h.orig 2026-01-09 13:24:57 UTC +++ lib/dns/include/dns/view.h @@ -155,6 +155,7 @@ struct dns_view { bool requestzoneversion; bool sendcookie; dns_ttl_t maxcachettl; + dns_ttl_t overridecachettl; dns_ttl_t maxncachettl; dns_ttl_t mincachettl; dns_ttl_t minncachettl; ---- lib/dns/resolver.c.orig 2025-12-09 17:51:25 UTC +--- lib/dns/resolver.c.orig 2026-01-09 13:24:57 UTC +++ lib/dns/resolver.c -@@ -6014,6 +6014,12 @@ fixttls(dns_view_t *view, dns_rdataset_t *rdataset, +@@ -6004,6 +6004,12 @@ fixttls(dns_view_t *view, dns_rdataset_t *rdataset, fixttls(dns_view_t *view, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) { /* + * Enforce the configured cache TTL override. + */ + if (view->overridecachettl) + rdataset->ttl = view->overridecachettl; + + /* * Enforce the configured maximum and minimum cache TTL. */ if (rdataset->ttl > view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2025-12-09 17:51:25 UTC +--- lib/isccfg/namedconf.c.orig 2026-01-09 13:24:57 UTC +++ lib/isccfg/namedconf.c -@@ -2429,6 +2429,7 @@ static cfg_clausedef_t view_clauses[] = { +@@ -2422,6 +2422,7 @@ static cfg_clausedef_t view_clauses[] = { { "nta-lifetime", &cfg_type_duration, 0, NULL }, { "nta-recheck", &cfg_type_duration, 0, NULL }, { "nxdomain-redirect", &cfg_type_astring, 0, NULL }, + { "override-cache-ttl", &cfg_type_duration, 0, NULL }, { "preferred-glue", &cfg_type_astring, 0, NULL }, { "prefetch", &cfg_type_prefetch, 0, prefetch_merge }, { "provide-ixfr", &cfg_type_boolean, 0, NULL }, diff --git a/dns/bind9-devel/pkg-plist b/dns/bind9-devel/pkg-plist index 0700b80365d0..624addb5d686 100644 --- a/dns/bind9-devel/pkg-plist +++ b/dns/bind9-devel/pkg-plist @@ -1,287 +1,289 @@ bin/named-checkconf bin/named-checkzone bin/named-compilezone bin/named-journalprint bin/named-makejournal %%LMDB%%bin/named-nzd2nzf @sample etc/mtree/BIND.chroot.dist.sample @sample etc/mtree/BIND.chroot.local.dist.sample @sample %%ETCDIR%%/named.conf.sample %%ETCDIR%%/named.root %%ETCDIR%%/primary/empty.db %%ETCDIR%%/primary/localhost-forward.db %%ETCDIR%%/primary/localhost-reverse.db include/dns/acl.h include/dns/adb.h include/dns/badcache.h include/dns/bit.h include/dns/byaddr.h include/dns/cache.h include/dns/callbacks.h include/dns/catz.h include/dns/cert.h include/dns/client.h include/dns/clientinfo.h include/dns/compress.h include/dns/db.h include/dns/dbiterator.h include/dns/diff.h include/dns/dispatch.h include/dns/dlz.h include/dns/dlz_dlopen.h include/dns/dns64.h include/dns/dnssec.h include/dns/dnstap.h include/dns/ds.h include/dns/dsdigest.h include/dns/dsync.h include/dns/dyndb.h include/dns/ecs.h include/dns/ede.h include/dns/edns.h include/dns/fixedname.h include/dns/forward.h include/dns/geoip.h include/dns/ipkeylist.h include/dns/iptable.h include/dns/journal.h include/dns/kasp.h include/dns/keydata.h include/dns/keyflags.h include/dns/keymgr.h include/dns/keystore.h include/dns/keytable.h include/dns/keyvalues.h include/dns/lib.h include/dns/master.h include/dns/masterdump.h include/dns/message.h include/dns/name.h include/dns/nametree.h include/dns/ncache.h include/dns/notify.h include/dns/nsec.h include/dns/nsec3.h include/dns/nta.h include/dns/opcode.h include/dns/order.h include/dns/peer.h include/dns/private.h include/dns/qp.h include/dns/rcode.h include/dns/rdata.h include/dns/rdataclass.h include/dns/rdatalist.h include/dns/rdataset.h include/dns/rdatasetiter.h include/dns/rdataslab.h include/dns/rdatatype.h +include/dns/rdatavec.h include/dns/remote.h include/dns/request.h include/dns/resolver.h include/dns/result.h include/dns/rootns.h include/dns/rpz.h include/dns/rriterator.h include/dns/rrl.h include/dns/sdlz.h include/dns/secalg.h include/dns/secproto.h include/dns/skr.h include/dns/soa.h include/dns/ssu.h include/dns/stats.h include/dns/time.h include/dns/tkey.h include/dns/trace.h include/dns/transport.h include/dns/tsig.h include/dns/ttl.h include/dns/types.h include/dns/unreachcache.h include/dns/update.h include/dns/validator.h include/dns/view.h include/dns/xfrin.h include/dns/zone.h include/dns/zonefetch.h include/dns/zoneverify.h include/dns/zt.h include/dst/dst.h include/dst/gssapi.h include/irs/resconf.h include/isc/ascii.h include/isc/assertions.h include/isc/async.h include/isc/atomic.h include/isc/attributes.h include/isc/backtrace.h include/isc/barrier.h include/isc/base32.h include/isc/base64.h include/isc/bit.h include/isc/buffer.h include/isc/commandline.h include/isc/counter.h include/isc/crypto.h include/isc/dir.h include/isc/dnsstream.h include/isc/endian.h include/isc/errno.h include/isc/error.h include/isc/file.h include/isc/formatcheck.h include/isc/fuzz.h include/isc/fxhash.h include/isc/getaddresses.h include/isc/hash.h include/isc/hashmap.h include/isc/heap.h include/isc/helper.h include/isc/hex.h include/isc/histo.h include/isc/hmac.h include/isc/ht.h include/isc/httpd.h include/isc/interfaceiter.h include/isc/iterated_hash.h include/isc/job.h include/isc/lex.h include/isc/lib.h include/isc/list.h include/isc/log.h include/isc/loop.h include/isc/magic.h include/isc/managers.h include/isc/md.h include/isc/mem.h include/isc/meminfo.h include/isc/mutex.h include/isc/net.h include/isc/netaddr.h include/isc/netmgr.h include/isc/netscope.h include/isc/nonce.h include/isc/once.h include/isc/os.h include/isc/overflow.h include/isc/parseint.h include/isc/pause.h include/isc/portset.h include/isc/proxy2.h include/isc/queue.h include/isc/quota.h include/isc/radix.h include/isc/random.h include/isc/ratelimiter.h include/isc/readline.h include/isc/refcount.h include/isc/regex.h include/isc/region.h include/isc/result.h include/isc/rwlock.h include/isc/safe.h include/isc/serial.h include/isc/sieve.h include/isc/signal.h include/isc/siphash.h +include/isc/slist.h include/isc/sockaddr.h include/isc/spinlock.h include/isc/stats.h include/isc/stdio.h include/isc/stdtime.h include/isc/strerr.h include/isc/string.h include/isc/symtab.h include/isc/syslog.h include/isc/thread.h include/isc/tid.h include/isc/time.h include/isc/timer.h include/isc/tls.h include/isc/tm.h include/isc/types.h include/isc/urcu.h include/isc/url.h include/isc/utf8.h include/isc/util.h include/isc/uv.h include/isc/work.h include/isc/xml.h include/isccc/alist.h include/isccc/base64.h include/isccc/cc.h include/isccc/ccmsg.h include/isccc/sexpr.h include/isccc/symtype.h include/isccc/types.h include/isccc/util.h include/isccfg/aclconf.h include/isccfg/cfg.h include/isccfg/check.h include/isccfg/duration.h include/isccfg/grammar.h include/isccfg/kaspconf.h include/isccfg/namedconf.h include/ns/client.h include/ns/hooks.h include/ns/interfacemgr.h include/ns/listenlist.h include/ns/notify.h include/ns/query.h include/ns/server.h include/ns/stats.h include/ns/types.h include/ns/update.h include/ns/xfrout.h lib/bind/filter-a.so lib/bind/filter-aaaa.so lib/bind/synthrecord.so -lib/libdns-9.21.16.so -lib/libisc-9.21.16.so -lib/libisccc-9.21.16.so -lib/libisccfg-9.21.16.so -lib/libns-9.21.16.so +lib/libdns-9.21.17.so +lib/libisc-9.21.17.so +lib/libisccc-9.21.17.so +lib/libisccfg-9.21.17.so +lib/libns-9.21.17.so @comment share/man/man1/arpaname.1.gz @comment share/man/man1/delv.1.gz @comment share/man/man1/dig.1.gz @comment share/man/man1/dnssec-cds.1.gz @comment share/man/man1/dnssec-dsfromkey.1.gz @comment share/man/man1/dnssec-importkey.1.gz @comment share/man/man1/dnssec-keyfromlabel.1.gz @comment share/man/man1/dnssec-keygen.1.gz @comment share/man/man1/dnssec-ksr.1.gz @comment share/man/man1/dnssec-revoke.1.gz @comment share/man/man1/dnssec-settime.1.gz @comment share/man/man1/dnssec-signzone.1.gz @comment share/man/man1/dnssec-verify.1.gz @comment share/man/man1/dnstap-read.1.gz @comment share/man/man1/host.1.gz @comment share/man/man1/mdig.1.gz share/man/man1/named-checkconf.1.gz share/man/man1/named-checkzone.1.gz share/man/man1/named-compilezone.1.gz share/man/man1/named-journalprint.1.gz share/man/man1/named-makejournal.1.gz %%LMDB%%share/man/man1/named-nzd2nzf.1.gz @comment share/man/man1/named-rrchecker.1.gz @comment share/man/man1/nsec3hash.1.gz @comment share/man/man1/nslookup.1.gz @comment share/man/man1/nsupdate.1.gz share/man/man5/named.conf.5.gz share/man/man5/rndc.conf.5.gz share/man/man8/ddns-confgen.8.gz share/man/man8/filter-a.8.gz share/man/man8/filter-aaaa.8.gz share/man/man8/named.8.gz share/man/man8/rndc-confgen.8.gz share/man/man8/rndc.8.gz share/man/man8/tsig-keygen.8.gz sbin/ddns-confgen sbin/named sbin/rndc sbin/rndc-confgen sbin/tsig-keygen @dir(bind,bind,) %%ETCDIR%%/dynamic @dir(bind,bind,) %%ETCDIR%%/secondary @dir(bind,bind,) %%ETCDIR%%/working