Port details |
- unbound Validating, recursive, and caching DNS resolver
- 1.22.0_1 dns =52 1.21.0Version of this port present on the latest quarterly branch.
- Maintainer: jaap@NLnetLabs.nl
- Port Added: 2008-04-29 07:35:35
- Last Update: 2024-10-18 20:33:31
- Commit Hash: 23b8a31
- People watching this port, also watch:: pkg, rsync, apache24, smartmontools, curl
- License: BSD3CLAUSE
- WWW:
- https://www.nlnetlabs.nl/projects/unbound
- Description:
- Unbound is designed as a set of modular components, so that also
DNSSEC (secure DNS) validation and stub-resolvers (that do not run as
a server, but are linked into an application) are easily possible.
Goals:
* A validating recursive DNS resolver.
* Code diversity in the DNS resolver monoculture.
* Drop-in replacement for BIND apart from config.
* DNSSEC support.
* Fully RFC compliant.
* High performance, even with validation enabled.
* Used as: stub resolver, full caching name server, resolver library.
* Elegant design of validator, resolver, cache modules.
o provide the ability to pick and choose modules.
* Robust.
* In C, open source: The BSD license.
* Smallest as possible component that does the job.
* Stub-zones can be configured (local data or AS112 zones).
Non-goals:
* An authoritative name server.
* Too many Features.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/dns/unbound/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/unbound
- pkg install unbound
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: unbound
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729156458
SHA256 (unbound-1.22.0.tar.gz) = c5dd1bdef5d5685b2cedb749158dd152c52d44f65529a34ac15cd88d4b1b3d43
SIZE (unbound-1.22.0.tar.gz) = 6682466
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libexpat.so : textproc/expat2
- libnghttp2.so : www/libnghttp2
- libsodium.so : security/libsodium
- libevent.so : devel/libevent
- This port is required by:
- for Build
-
- security/libreswan
- for Libraries
-
- dns/getdns
- dns/luaunbound
- mail/opendkim
- mail/opendkim-devel
- net-p2p/monero-cli
- security/libreswan
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for unbound-1.22.0_1:
DEP-RSA1024=off: Deprecate the use of RSA 1024 keys
DNSCRYPT=on: Enable dnscrypt support
DNSTAP=off: Enable dnstap logging support
DOCS=on: Build and/or install documentation
DYNLIB=on: Enable support for dynamic (shared) 3rd-party libraries
ECDSA=on: Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0)
EVAPI=off: (Experimental) pluggable event based libunbound API support
FILTER_AAAA=off: Build with AAAA filter functionality (contrib)
GOST=on: Enable GOST support (requires OpenSSL >= 1.0)
HIREDIS=off: Enable hiredis support for the cachedb module
LIBEVENT=on: Build against libevent
MUNIN_PLUGIN=off: Install Munin plugin
PYTHON=off: Python bindings or support
SUBNET=off: Enable client subnet support
TFOCL=off: Enable TCP Fast Open for client mode
TFOSE=off: Enable TCP Fast Open for server mode
THREADS=on: Threading support
===> Use 'make config' to modify these settings
- Options name:
- dns_unbound
- USES:
- autoreconf cpe libtool pkgconfig ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|