Re: gnutls requires unbound?

From: Herbert J. Skuhra <herbert_at_gojira.at>
Date: Tue, 13 Jul 2021 17:53:47 UTC
On Tue, 13 Jul 2021 16:00:29 +0200, "@lbutlr" wrote:
> 
> When updating gnutls, the port requires and installs unbound. This
> is despitee the fact that bind is already installed why is a second
> DNS server required for gnutls? Unbound is not running on the system
> (nor could it be, since the DNS ports are bound to bind).

Yes libunbound.so is required, if you enable option DANE (off by
default).

DANE_DESC=              Certificate verification via DNSSEC
DANE_LIB_DEPENDS=       libunbound.so:dns/unbound
DANE_CONFIGURE_ENABLE=  libdane

--
Herbert