Port details |
- knot3-lib High performance authoritative-only DNS server
- 3.3.8 dns
=0 3.3.8Version of this port present on the latest quarterly branch.
- Maintainer: freebsd@dns.company
- Port Added: 2020-10-04 10:30:13
- Last Update: 2024-08-09 11:15:49
- Commit Hash: b7fcdc2
- License: GPLv3
- WWW:
- https://www.knot-dns.cz/
- Description:
- This port allows to install only libknot, which comes along with
Knot DNS (authoritative), but also is a depency of knot-resolver
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- knot3-lib>0:dns/knot3-lib
- Conflicts:
- CONFLICTS:
- knot-1.*
- knot1-[0-6].*
- knot2-[0-9].*
- No installation instructions:
- This port has been deleted.
- PKGNAME: knot3-lib
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1721655384
SHA256 (knot-3.3.8.tar.xz) = 498de8338489a625673797f7ecc921fa4490c826afbfa42fa66922b525089e6a
SIZE (knot-3.3.8.tar.xz) = 1608360
Packages (timestamps in pop-ups are UTC):
- Master port: dns/knot3
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gsed : textproc/gsed
- 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
- libidn2.so : dns/libidn2
- libedit.so.0 : devel/libedit
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for knot3-lib-3.3.8:
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-lib
- USES:
- alias 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) |
This is a slave port. You may also want to view the commits to the master port: dns/knot3 |
Commit | Credits | Log message |
3.3.8 09 Aug 2024 11:15:49 |
Fernando Apesteguía (fernape) |
dns/knot3-lib: Remove port
The port is superseded by knot3-lib.
Consumer has been modified accordingly.
PR: 280626 |
3.3.8 08 Aug 2024 17:35:17 |
Fernando Apesteguía (fernape) |
dns/knot3-lib: revert Remove port
This reverts commit 8d0a20fc0979c502ff1e5c0aaeb943051bd56b7d.
dns/knot-resolver still depends on the port despite the work in PR 277540 |
3.3.8 08 Aug 2024 15:07:42 |
Fernando Apesteguía (fernape) Author: Leo Vandewoestijne |
dns/knot3-lib: Remove port
The port was a dependency of dns/knot3 that took a while to remove since the
port needed some work done in 277332 and 277540
PR: 280626 |
3.3.0 31 Aug 2023 09:35:52 |
Fernando Apesteguía (fernape) |
dns/knot3-lib: fix build
Build was broken after upgrade of the master port.
Fixes: 11f44f375254e07a262455aaf8311bfd4bbedb67 |
3.2.0 10 Sep 2022 17:41:16 |
Stefan Eßer (se) Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
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 23 Aug 2022 12:06:14 |
Felix Palmen (zirias) Author: Leo Vandewoestijne |
dns/knot3-lib: Fix pkg-plist after master upgrade
After commit 19c2289c66eba7a9a02ebd0862c5009ceb36f637
dns/knot3: upgrade to 3.2.0
the pkg-plist of the slave port must be updated as well.
Also bump PORTREVISION on consumer dns/knot-resolver.
PR: 265999
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36308 |
3.1.0 10 Aug 2021 15:20:19 |
Tobias C. Berner (tcberner) Author: Leo Vandewoestijne |
dns/knot3-lib: fix plist
PR: 257654
Original version: Eric Camachat <eric@camachat.org> |
3.0.6 25 May 2021 09:30:44 |
Nuno Teixeira (eduardo) Author: Eric Camachat |
dns/knot3-lib: fix pkg-plist orphaned items
- fix pkg-plist orphaned items:
Error: Orphaned: include/libknot/probe/data.h
Error: Orphaned: include/libknot/probe/probe.h
PR: 256107
Approved by: dbaio, garga (mentors, implicit) |
3.0.5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.0.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.0 04 Oct 2020 11:04:02 |
pi |
dns/knot3-lib: re-add using repo-copy
PR: 249364
Reported by: danfe |
3.0.0 04 Oct 2020 11:03:11 |
pi |
dns/knot3-lib: remove for repo-copy
PR: 249364
Reported by: danfe |
3.0.0 04 Oct 2020 10:29:37 |
pi |
New port: dns/knot3-lib
This port allows to install only libknot, which comes along with
Knot DNS (authoritative), but also is a depency of knot-resolver
WWW: https://www.knot-dns.cz/
PR: 249364
Submitted by: Leo Vandewoestijne <freebsd@dns.company>
Relnotes: https://www.knot-resolver.cz/2020-09-08-knot-resolver-5.1.3.html |