| Port details |
- knot-resolver6 Caching full resolver implementation
- 6.1.0_2 dns
=0 6.1.0_1Version of this port present on the latest quarterly branch. - Maintainer: freebsd@dns.company
 - Port Added: 2025-12-24 06:03:42
- Last Update: 2026-07-06 15:57:32
- Commit Hash: 5f9d389
- License: GPLv3+
- WWW:
- https://www.knot-resolver.cz/
- Description:
- Knot Resolver is a caching DNS resolver scalable from huge resolver
farms down to home network routers.
Knot Resolver is a modern resolver implementation designed for
scalability, resiliency, and flexibility. Its design is
different from other resolvers: The core architecture is tiny and
efficient, and most of the rich features are implemented as
optional modules, which limits attack surface and improves
performance.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- knot-resolver6>0:dns/knot-resolver6
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/dns/knot-resolver6/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/knot-resolver6
- pkg install knot-resolver6
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: knot-resolver6
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1768225823
SHA256 (knot-resolver-6.1.0.tar.xz) = 7921df7507286d90574bbf5ae664a8a537805ce40b5fa8b15f5d0d33e2c438d0
SIZE (knot-resolver-6.1.0.tar.xz) = 2158788
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:
-
- bash : shells/bash
- flake8 : devel/py-flake8@py312
- lua54-cqueues>=20200726_1 : devel/lua-cqueues@lua54
- luacheck : devel/lua-luacheck
- cmake : devel/cmake-core
- lua54 : lang/lua54
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.12 : lang/python312
- Runtime dependencies:
-
- lua54-cqueues>=20200726_1 : devel/lua-cqueues@lua54
- lua54 : lang/lua54
- Library dependencies:
-
- libdnssec.so : dns/knot3
- libgnutls.so : security/gnutls
- libknot.so : dns/knot3
- liblmdb.so : databases/lmdb0
- libnghttp2.so : www/libnghttp2
- libuv.so : devel/libuv
- libzscanner.so : dns/knot3
- libluajit-5.1.so : lang/luajit
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for knot-resolver6-6.1.0_2:
DNSTAP=off: dnstap support
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
TESTUNIT=off: Build unit tests
===> Use 'make config' to modify these settings
- Options name:
- dns_knot-resolver6
- USES:
- cmake:indirect compiler:c11 lua:build,run luajit meson ncurses ninja pkgconfig python:build tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
6.1.0_2 06 Jul 2026 15:57:32
    |
Xin LI (delphij)  |
databases/lmdb0: Add port for LMDB 0.9.x legacy ABI
LMDB 1.0 introduced an incompatible on-disk format change and subtle
API breakage: applications that compiled cleanly against 1.0 headers
could fail silently at run time. Known affected ports include dns/knot3,
mail/bogofilter, and mail/postfix; the postfix issue has been confirmed
upstream. Linux distributions such as Arch Linux have observed the same
breakage. Samba can also be affected in certain configurations.
Because the regression is not detectable in an -exp build run -- the
postfix failure only manifests at run time, and bogofilter was caught
only because post-build self-tests happen to exercise this path -- we
cannot rely on package builds to validate the 1.0 upgrade.
This commit introduces databases/lmdb0 as a holding port for the 0.9.35 (Only the first 15 lines of the commit message are shown above ) |
6.1.0_1 17 Mar 2026 05:48:21
    |
Koichiro Iwao (meta)  |
*/*: Bump all devel/protobuf consumers
They must always be bumped after devel/protobuf because it include
following files whose filenames contain %%PORTVERSION%%. Consequently,
the shlib will always change when PORTVERSION is increased.
lib/libprotobuf-lite.so.%%PORTVERSION%%.0
lib/libprotobuf.so.%%PORTVERSION%%.0
lib/libprotoc.so.%%PORTVERSION%%.0
Approved by: portmgr (blanket; fixing consumers) |
6.1.0 20 Jan 2026 14:09:13
    |
Vladimir Druzenko (vvd)  Author: Leo Vandewoestijne |
dns/knot-resolver6: Update 6.0.17 => 6.1.0
Release Notes:
https://www.knot-resolver.cz/documentation/v6.1.0/NEWS.html#knot-resolver-6-1-0-2026-01-08
- Remove hardcoded lua 5.1 - upstream added support for newer versions.
- Replace manual strip with --strip build option.
- Remove unnecessary LDFLAGS.
- Fix TESTUNIT option.
PR: 292402 291928
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org> |
6.0.17 24 Dec 2025 05:59:42
    |
Koichiro Iwao (meta)  |
dns/knot-resolver6: Add new port
This port is meant to replace dns/knot-resolver in the future, and
intends to allow a seamless migration to it's users.
PR: 291892 |
Number of commits found: 4
|