Port details |
- knot3 High performance authoritative-only DNS server
- 3.4.4 dns =2 3.4.4Version of this port present on the latest quarterly branch.
- Maintainer: freebsd@dns.company
- Port Added: 2020-10-04 10:18:08
- Last Update: 2025-01-25 10:41:38
- Commit Hash: 2de5c69
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://www.knot-dns.cz/
- Description:
- Knot DNS is a high-performance authoritative-only DNS server which
supports all key features of the domain name system including zone
AXFR and IXFR, DDNS and DNSSEC. Its key features:
* Open source
* High-performance, multi-threaded, and mostly lock-free
implementation which scales well on SMPs
* Object-oriented design
* Support for all important DNS protocols:
- Full and incremental zone transfers
- EDNS0 and DNSSEC extensions, including NSEC3
- NSID
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- knot-1.*
- knot1-[0-6].*
- knot2-[0-9].*
- To install the port:
- cd /usr/ports/dns/knot3/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/knot3
- pkg install knot3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: knot3
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1737736066
SHA256 (knot-3.4.4.tar.xz) = e7d9d6de97f21bf33e907bd986a4038025f394879af0a5fd19787203ac3b2131
SIZE (knot-3.4.4.tar.xz) = 1641460
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gsed : textproc/gsed
- lmdb>=0.9.15 : databases/lmdb
- sphinx-build : textproc/py-sphinx
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libgnutls.so : security/gnutls
- liblmdb.so : databases/lmdb
- liburcu.so : sysutils/liburcu
- libnghttp2.so : www/libnghttp2
- libngtcp2.so : net/libngtcp2
- libngtcp2_crypto_gnutls.so : net/libngtcp2-gnutls
- libidn2.so : dns/libidn2
- libedit.so.0 : devel/libedit
- This port is required by:
- for Libraries
-
- dns/knot-resolver
- dns/py-libknot
Configuration Options:
- ===> The following configuration options are available for knot3-3.4.4:
DAEMON=on: Install daemon
UTILS=on: Install utulities
DOCS=on: Install documentation
EXAMPLES=on: Build and/or install examples
====> Options for daemon
DNSTAP=off: dnstap support (see dnstap.info)
FASTPARSER=on: Fast zone parser (demands compiling)
MODACL=on: Build 'queryacl' module
MODAUTH=on: Build 'authsignal' module
MODCOOKIES=on: Build 'cookies' module
MODPROXY=on: Build 'dnsproxy' module
MODGEO=off: Build 'geodb' module
MODNOUDP=on: Build 'noudp' module
MODPROBE=on: Build 'probe' module
MODRRL=on: Build 'rrl' module
MODSIGN=on: Build 'onlinesign' module
MODSTATS=on: Build 'stats' module
MODSYNTH=on: Build 'synthrecord' module
MODWHOAMI=on: Build 'whoami' module
====> Options for utilities
DOH=on: Support for DNS over HTTPS (DoH)
DOQ=on: Support for DNS over QUIC (DoQ)
IDN=on: Support for International Domain Names (IDN)
===> Use 'make config' to modify these settings
- Options name:
- dns_knot3
- USES:
- alias compiler:c11 libtool localbase pkgconfig tar:xz libedit
- pkg-message:
- For install:
- To start using Knot DNS, you should complete the following tasks:
cp /usr/local/etc/knot/knot.conf.sample /usr/local/etc/knot/knot.conf
$EDITOR /usr/local/etc/knot/knot.conf
sysrc knot_enable=YES
sysrc knot_config=/usr/local/etc/knot/knot.conf
service knot start
Please consult the documentation:
- man knotd
- https://www.knot-dns.cz/documentation/
When upgrading from 2.4.x read:
- https://www.knot-dns.cz/docs/3.3/html/migration.html#upgrade-2-9-x-to-3-0-x
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.4 25 Jan 2025 10:41:38 |
Vladimir Druzenko (vvd) Author: Leo Vandewoestijne |
dns/{knot3,py-libknot}: Update 3.4.3 → 3.4.4
Changelog:
https://www.knot-dns.cz/2025-01-22-version-344.html
PR: 284318
MFH: 2025Q1 |
3.4.3_1 23 Jan 2025 13:53:25 |
Vladimir Druzenko (vvd) Author: Tomáš Čiernik |
dns/knot3: Workaround due to bug in service(8): /usr/sbin/service: ERROR: USAGE:
load_rc_config_var name var
/usr/sbin/service: ERROR: USAGE: load_rc_config_var name var
This is very old and known bug in service(8) from 2016:
https://bugs.freebsd.org/208534
https://reviews.freebsd.org/D5833
PR: 284100
Approved by: Leo Vandewoestijne <freebsd@dns.company> (maintainer)
MFH: 2025Q1 |
3.4.3 09 Dec 2024 21:00:16 |
Vladimir Druzenko (vvd) Author: Leo Vandewoestijne |
dns/{knot3,py-libknot}: Update 3.4.2 → 3.4.3
Changelog:
https://www.knot-dns.cz/2024-12-06-version-343.html
PR: 283225 |
3.4.2 31 Oct 2024 20:17:01 |
Vladimir Druzenko (vvd) Author: Leo Vandewoestijne |
dns/{knot3,py-libknot}: Update 3.4.1 → 3.4.2
Changelog:
https://www.knot-dns.cz/2024-10-31-version-342.html
PR: 282446
MFH: 2024Q4 |
3.4.1 15 Oct 2024 14:55:51 |
Vladimir Druzenko (vvd) Author: Leo Vandewoestijne |
dns/{knot3,py-libknot}: Update 3.4.0 → 3.4.1
Changelog:
https://www.knot-dns.cz/2024-10-14-version-341.html
PR: 282104
MFH: 2024Q4 |
3.4.0 04 Oct 2024 00:05:09 |
Vladimir Druzenko (vvd) Author: Leo Vandewoestijne |
dns/{knot3,py-libknot}: Update 3.3.8 → 3.4.0, improve ports
Changelog:
https://www.knot-dns.cz/2024-09-02-version-340.html
PR: 281087 |
3.3.8 07 Aug 2024 15:26:49 |
Fernando Apesteguía (fernape) Author: Leo Vandewoestijne |
dns/knot3: Add options
And prepare to replace knot3-lib which will be deprecated.
PR: 277332
Reported by: trashcan@ellael.org |
3.3.8 23 Jul 2024 12:38:28 |
Vladimir Druzenko (vvd) Author: Leo Vandewoestijne |
dns/knot3: update 3.3.7 → 3.3.8
Changelog:
https://www.knot-dns.cz/2024-07-22-version-338.html
PR: 280414
MFH: 2024Q3 |
3.3.7 25 Jun 2024 15:21:24 |
Joel Bodenmann (jbo) Author: Leo Vandewoestijne |
dns/knot3: Update to 3.3.7
Changelog: https://www.knot-dns.cz/2024-06-25-version-337.html
PR: 279989
Approved by: tcberner (mentor, implicit) |
3.3.6 21 Jun 2024 16:17:48 |
Fernando Apesteguía (fernape) Author: Leo Vandewoestijne |
dns/knot3: upgrade to 3.3.6
Externalization of the port version to help keeping in sync with the upcoming
port dns/py-libknot to be introduced in PR #278280.
ChangeLog: https://www.knot-dns.cz/2024-06-12-version-336.html
Features:
* knotd: configurable control socket backlog size (see 'control.backlog')
* knotd: optional configuration of congruency of generated keytags (see
'policy.keytag-modulo')
* knotc: support for exporting configuration schema in JSON (see 'conf-export')
* mod-dnstap: configuration of sink allows TCP address specification
(Only the first 15 lines of the commit message are shown above ) |
3.3.5 25 Mar 2024 05:40:47 |
Gabriel M. Dutra (dutra) Author: Leo Vandewoestijne |
dns/knot3: Update to 3.3.5
changeLog:
https://www.knot-dns.cz/2024-03-06-version-335.html
PR: 277864
Approved by: garga (mentor, implicit), maintainer (implicit) |
3.3.4 28 Feb 2024 13:46:49 |
Gabriel M. Dutra (dutra) Author: Michael Grimm |
dns/knot3: Update to 3.3.4
ChangeLog:
https://www.knot-dns.cz/2024-01-24-version-334.html
PR: 277305
Approved by: garga (mentor), Leo Vandewoestijne (maintainer)
Differential Revision: https://reviews.freebsd.org/D44137 |
3.3.3_1 22 Jan 2024 10:42:27 |
Muhammad Moinur Rahman (bofh) |
dns/knot3: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
3.3.3 15 Dec 2023 12:55:46 |
Muhammad Moinur Rahman (bofh) Author: Leo Vandewoestijne |
dns/knot3: Update version 3.3.2=>3.3.3
Changelog: https://www.knot-dns.cz/2023-12-13-version-333.html
PR: 275763
Approved by: submitter is maintainer |
3.3.2 27 Oct 2023 06:32:58 |
Robert Clausecker (fuz) Author: Leo Vandewoestijne |
dns/knot3: update to 3.3.2
Changelog: https://www.knot-dns.cz/2023-10-20-version-332.html
PR: 274691 |
3.3.1 19 Sep 2023 06:56:16 |
Fernando Apesteguía (fernape) Author: Leo Vandewoestijne |
dns/knot3: upgrade to 3.3.1
ChangeLog: https://gitlab.nic.cz/knot/knot-dns/raw/v3.2.10/NEWS
PR: 273927
Reported by: freebsd@dns.company (maintainer) |
3.3.0 30 Aug 2023 07:54:09 |
Fernando Apesteguía (fernape) Author: Leo Vandewoestijne |
dns/knot3: upgrade to 3.3.0
ChangeLog: https://www.knot-dns.cz/2023-08-28-version-330.html
PR: 273394
Reported by: freebsd@dns.company (maintainer) |
3.2.9 29 Jul 2023 16:54:52 |
Fernando Apesteguía (fernape) Author: Leo Vandewoestijne |
dns/knot3: upgrade to 3.2.9
ChangeLog: https://gitlab.labs.nic.cz/knot/knot-dns/raw/v3.2.9/NEWS
Improvements:
-------------
* keymgr: 'import-pkcs11' not allowed if no PKCS #11 keystore backend is
configured
* keymgr: more verbose key import errors
* doc: extended migration notes
* doc: various improvements
Bugfixes:
---------
* knotd: server may crash when storing changeset of a big zone migrating
to/from NSEC3
* knotd: zone refresh loop when all masters are outdated and timers cleared
* knotd: failed to active D-Bus notifications if not started as systemd service
* kjournalprint: database transaction not properly closed when terminated
prematurely
PR: 272752
Reported by: freebsd@dns.company (maintainer) |
3.2.8 05 Jul 2023 05:59:53 |
Fernando Apesteguía (fernape) Author: Christoph Lukas |
dns/knot3: Update to 3.2.8
ChangeLog: https://gitlab.nic.cz/knot/knot-dns/raw/v3.2.8/NEWS
Improvements:
-------------
* kdig: malformed messages are parsed and printed using a best-effort approach
* python: new dname from wire initialization
Bugfixes:
---------
* knotd: missing outgoing NOTIFY upon refresh if one of more primaries is
up-to-date
* knotd: journal loop detection can prevent zone from loading
* knotd: cryptic error message when journal is full #842
* knotd: failed to query catalog zone over UDP
* configure: libngtcp2 check wrongly requires version 0.13.0 instead of 0.13.1
PR: 272222
Reported by: clukas@firc.de
Approved by: freebsd@dns.company (maintainer) |
3.2.7 24 Jun 2023 16:50:03 |
Fernando Apesteguía (fernape) Author: Leo Vandewoestijne |
dns/knot3: upgrade to 3.2.7
ChangeLog: https://www.knot-dns.cz/2023-06-06-version-327.html
Features:
* knotd: new configuration option for preserving incoming IXFR changeset
history (see 'zone.ixfr-by-one')
Improvements:
* knotd: journal ensures the stored changeset's SOA serials are strictly
increasing
* knotd: more effective handling of zero KNOT_ZONE_LOAD_TIMEOUT_SEC environment
value (Only the first 15 lines of the commit message are shown above ) |
3.2.6 04 Apr 2023 20:28:17 |
Nuno Teixeira (eduardo) Author: Leo Vandewoestijne |
dns/knot3: Update to 3.2.6
ChangeLog: https://www.knot-dns.cz/2023-04-04-version-326.html
PR: 270634 |
3.2.5 06 Feb 2023 10:24:54 |
Nuno Teixeira (eduardo) Author: Leo Vandewoestijne |
dns/knot3: Update to 3.2.5
ChangeLog: https://www.knot-dns.cz/2023-02-02-version-325.html
PR: 269367 |
3.2.4 17 Dec 2022 19:41:53 |
Nuno Teixeira (eduardo) Author: Christoph Lukas |
dns/knot3: Update to 3.2.4
ChangeLog: https://gitlab.nic.cz/knot/knot-dns/raw/v3.2.4/NEWS
PR: 268325 |
3.2.3 28 Nov 2022 16:52:52 |
Fernando Apesteguía (fernape) Author: Christoph Lukas |
dns/knot3: Update to 3.2.3
Improvements:
* knotd: new per-zone DS push configuration option (see 'zone.ds-push')
* libs: upgraded embedded libngtcp2 to 0.11.0
Bugfixes:
* knsupdate: program crashes when sending an update
* knotd: server drops more responses over UDP under higher load
* knotd: missing EDNS padding in responses over QUIC
* knotd: some memory issues when handling unusual QUIC traffic
* kxdpgun: broken IPv4 source subnet processing
* kdig: incorrect handling of unsent data over QUIC
PR: 267965
Reported by: clukas@firc.de
Approved by: freebsd@dns.company (maintainer) |
3.2.2 08 Nov 2022 14:49:35 |
Nuno Teixeira (eduardo) Author: Leo Vandewoestijne |
dns/knot3: Update to 3.2.2
ChangeLog: https://www.knot-dns.cz/2022-11-01-version-322.html
PR: 267634 |
3.2.1 12 Sep 2022 16:32:40 |
Neel Chauhan (nc) Author: Leo Vandewoestijne |
dns/knot3-lib: upgrade to 3.2.1
Changes: https://www.knot-dns.cz/2022-09-09-version-321.html
PR: 266377 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.2.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.2.0 22 Aug 2022 17:43:48 |
Neel Chauhan (nc) Author: Leo Vandewoestijne |
dns/knot3: upgrade to 3.2.0
Changes: https://www.knot-dns.cz/2022-08-22-version-320.html
PR: 265992 |
3.1.8 20 Jul 2022 14:21:47 |
Tobias C. Berner (tcberner) |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
3.1.8 16 May 2022 11:53:06 |
Nuno Teixeira (eduardo) Author: Leo Vandewoestijne |
dns/knot3: Upgrade to 3.1.8
ChangeLog: https://www.knot-dns.cz/2022-04-28-version-318.html
PR: 263895 |
3.1.7 30 Mar 2022 17:31:12 |
Neel Chauhan (nc) Author: Leo Vandewoestijne |
dns/knot3: Update to 3.1.7
Changes: https://www.knot-dns.cz/2022-03-30-version-317.html
PR: 262934 |
3.1.6 10 Feb 2022 04:24:43 |
Guangyuan Yang (ygy) Author: Leo Vandewoestijne |
dns/knot3: Update to 3.1.6
Changelog: https://www.knot-dns.cz/2022-02-08-version-316.html
PR: 261823 |
3.1.5 29 Dec 2021 22:08:57 |
Guangyuan Yang (ygy) Author: Leo Vandewoestijne |
dns/knot3: Update to 3.1.5
Changelog: https://www.knot-dns.cz/2021-12-20-version-315.html
PR: 260799 |
3.1.4 19 Nov 2021 12:30:02 |
Fernando Apesteguía (fernape) Author: Leo Vandewoestijne |
dns/knot3: upgrade to 3.1.4
ChangeLog: https://www.knot-dns.cz/2021-11-04-version-314.html
PR: 259716
Reported by: freebsd@dns.company (maintainer) |
3.1.3 29 Oct 2021 17:06:27 |
Neel Chauhan (nc) Author: Leo Vandewoestijne |
dns/knot3: upgrade to 3.1.3
Changes: https://www.knot-dns.cz/2021-10-18-version-313.html
PR: 259461 |
3.1.2 14 Sep 2021 13:40:25 |
Guangyuan Yang (ygy) Author: Leo Vandewoestijne |
dns/knot3: Update to 3.1.2
Changelog: https://www.knot-dns.cz/2021-09-08-version-312.html
PR: 258495 |
3.1.1 10 Aug 2021 20:47:21 |
Guangyuan Yang (ygy) Author: Leo Vandewoestijne |
dns/knot3: Update to 3.1.1
Changelog: https://www.knot-dns.cz/2021-08-10-version-311.html
PR: 257742 |
3.1.0 03 Aug 2021 14:00:32 |
Vanilla I. Shu (vanilla) |
dns/knot3: upgrade to 3.1.0.
PR: 257584
Reported by: maintainer |
3.0.8 22 Jul 2021 23:08:47 |
Kevin Bowling (kbowling) Author: Leo Vandewoestijne |
dns/knot3: Update to 3.0.8
Changes https://www.knot-dns.cz/2021-07-16-version-308.html
PR: 257272 |
3.0.7 21 Jun 2021 12:50:52 |
Vanilla I. Shu (vanilla) |
dns/knot3: update to 3.0.7.
PR: 256671
Reported by: maintainer |
3.0.6 22 May 2021 01:08:51 |
Neel Chauhan (nc) Author: Leo Vandewoestijne |
dns/knot3: Update to 3.0.6
Changes: https://www.knot-dns.cz/2021-05-12-version-306.html
PR: 256001 |
3.0.5 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.0.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.5 25 Mar 2021 14:01:37 |
nc |
dns/knot3: Update to to 3.0.5
Changes: https://www.knot-dns.cz/2021-03-25-version-305.html
PR: 254547
Submitted by: Leo Vandewoestijne <freebsd AT dns DOT company> (maintainer) |
3.0.4 31 Jan 2021 21:07:27 |
yuri |
dns/knot3: Update 3.0.3 -> 3.0.4
PR: 252992
Submitted by: freebsd@dns.company (maintainer) |
3.0.3 29 Dec 2020 12:22:02 |
pi |
dns/knot3: update 3.0.0 -> 3.0.3
PR: 250485
Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer)
Relnotes: https://www.knot-dns.cz/2020-12-15-version-303.html
https://www.knot-dns.cz/2020-11-11-version-302.html
https://www.knot-dns.cz/2020-10-10-version-301.html |
3.0.0 09 Nov 2020 11:42:33 |
mat |
Remove references to non existent patches.
PR: 250723 |
3.0.0 04 Oct 2020 11:01:57 |
pi |
dns/knot3: re-add using repocopy
PR: 249363
Reported by: danfe |
3.0.0 04 Oct 2020 11:00:40 |
pi |
dns/knot3: remove for repo-copy
PR: 249363
Reported by: danfe |
3.0.0 04 Oct 2020 10:18:00 |
pi |
New port: dns/knot3
Knot DNS is a high-performance authoritative-only DNS server which
supports all key features of the domain name system including zone
AXFR and IXFR, DDNS and DNSSEC. Its key features:
* Open source
* High-performance, multi-threaded, and mostly lock-free
implementation which scales well on SMPs
* Object-oriented design
* Support for all important DNS protocols:
- Full and incremental zone transfers
- EDNS0 and DNSSEC extensions, including NSEC3
- NSID
WWW: https://www.knot-dns.cz/
PR: 249363
Submitted by: Leo Vandewoestijne <freebsd@dns.company>
Relnotes: https://www.knot-dns.cz/2020-09-09-version-300.html |