Port details on branch 2023Q3 |
- knot-resolver Caching full resolver implementation
- 5.7.0 dns
=0 5.7.5Version of this port present on the latest quarterly branch. - Maintainer: freebsd@dns.company
 - Port Added: 2023-08-31 13:39:08
- Last Update: 2023-08-31 13:37:32
- Commit Hash: 318f8ed
- 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 - Dependency lines:
-
- knot-resolver>0:dns/knot-resolver
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/dns/knot-resolver/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/knot-resolver
- pkg install knot-resolver
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: knot-resolver
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1692801721
SHA256 (knot-resolver-5.7.0.tar.xz) = 383ef6db1cccabd2dd788ea9385f05e98a2bafdfeb7f0eda57ff9d572f4fad71
SIZE (knot-resolver-5.7.0.tar.xz) = 1926196
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
- cmake : devel/cmake-core
- flake8 : devel/py-flake8@py39
- lua51-cqueues>=20200726_1 : devel/lua-cqueues@lua51
- luacheck : devel/lua-luacheck
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- Runtime dependencies:
-
- lua51-cqueues>=20200726_1 : devel/lua-cqueues@lua51
- Library dependencies:
-
- libdnssec.so : dns/knot3-lib
- libgnutls.so : security/gnutls
- libknot.so : dns/knot3-lib
- liblmdb.so : databases/lmdb
- libnghttp2.so : www/libnghttp2
- libuv.so : devel/libuv
- libzscanner.so : dns/knot3-lib
- libedit.so.0 : devel/libedit
- libluajit-5.1.so : lang/luajit-devel
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for knot-resolver-5.7.0:
DNSTAP=off: dnstap support
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
ROOTKEYS=on: Install root.keys
TESTUNIT=off: Build unit tests
TRUSTANCHOR=on: Trust anchor bootstrapping, management and stats
===> Use 'make config' to modify these settings
- Options name:
- dns_knot-resolver
- USES:
- compiler:c11 libedit libtool luajit meson ncurses ninja pkgconfig python:build shebangfix tar:xz
- pkg-message:
- For install:
-
Please consult the documentation:
- man kresd
- https://knot-resolver.readthedocs.io/
If upgrading:
- https://knot-resolver.readthedocs.io/en/latest/upgrading.html
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.7.0 31 Aug 2023 13:37:32
    |
Fernando ApesteguĂa (fernape)  Author: Leo Vandewoestijne |
dns/knot-resolver: upgrade to 5.7.0
ChangeLog: https://www.knot-resolver.cz/2023-08-22-knot-resolver-5.7.0.html
Security
* avoid excessive TCP reconnections in a few more cases Like before, the remote
server had to behave nonsensically in order to inflict this upon itself, but
it might be abusable for DoS.
Improvements
* forwarding mode: tweak dealing with failures from forwarders, in particular
prefer sending CD=0 upstream
(Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|