Port details |
- knot1 High performance authoritative-only DNS server
- 1.6.8_4 dns
=1 1.6.8_4Version of this port present on the latest quarterly branch.
- DEPRECATED: EOL upstream; successor dns/knot2 is in place
This port expired on: 2018-12-15
- Maintainer: freebsd@dns.company
- Port Added: 2015-08-07 08:09:44
- Last Update: 2018-12-16 00:29:20
- SVN Revision: 487552
- People watching this port, also watch:: rancid3, nsd
- Also Listed In: ipv6
- License: GPLv3
- WWW:
- http://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
WWW: http://www.knot-dns.cz/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- No installation instructions:
- This port has been deleted.
- PKGNAME: knot1
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1470790030
SHA256 (knot-1.6.8.tar.xz) = 8d95dfd359fb187289d7d085e217d8fabb6022135d358134ed4165418a269237
SIZE (knot-1.6.8.tar.xz) = 806748
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:
-
- flex>=2.5.35_1 : textproc/flex
- bison : devel/bison
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- liburcu.so : sysutils/liburcu
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for knot1-1.6.8_4:
DNSTAP=off: dnstap support (see dnstap.info)
DOCS=on: Build and/or install documentation
IDN=off: International Domain Names support
LMDB=off: Enable LMDB backend
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- alias bison libtool pkgconfig ssl tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.8_4 16 Dec 2018 00:29:20 |
rene |
Remove expired ports:
2018-12-15 graphics/cuneiform: Unmaintained upstream
2018-12-15 dns/knot1: EOL upstream; successor dns/knot2 is in place |
1.6.8_4 18 Nov 2018 08:01:37 |
riggs |
Mark DEPRECATED. EOL upstream, and successor already in place
PR: 233163
Reported by: freebsd@dns.company (maintainer) |
1.6.8_3 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
1.6.8_3 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.6.8_3 24 Apr 2018 00:49:56 |
dbaio |
Update maintainer email address
Ownership of the former email address confirmed by email
PR: 227620
Submitted by: Leo Vandewoestijne |
1.6.8_3 22 Aug 2017 12:56:03 |
swills |
dns/knot1: avoid UDP traffic issues
PR: 216439
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) |
1.6.8_2 17 Jul 2017 14:44:39 |
mmokhi |
sysutils/liburcu: Update port to 0.10.0
Bump revision for consumer ports.
This version contains many fix/features:
* Bump library soname due to urcu flavor structure change
* Cleanup: use mutex_lock() wrapper in rculfhash
* Use workqueue in rculfhash
* Implement urcu workqueues internal API
* Add support for m68k architecture
* Set -Wall globally in AM_CFLAGS
* Fix: remove double use of PTHREAD_CFLAGS
* Re-add PTHREAD_CFLAGS to global CFLAGS
* Fix: Don't override user variables within the build system
* Add report at the end of configure
* uatomic-api docs: use the third-person singular (Only the first 15 lines of the commit message are shown above ) |
1.6.8_1 05 Feb 2017 21:20:24 |
tijl |
- Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so
bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
pre-makefile section to the options section so the variables can be used
earlier. Also put the bit of code sitting between the options section and
the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is
handled in bsd.default-versions.mk and some ports were setting it after
including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports,
and then only when setting non-default options, work without setting that
variable.
PR: 215996
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.6.8 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.6.8 09 Sep 2016 19:42:46 |
amdmi3 |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
1.6.8 10 Aug 2016 01:37:41 |
junovitch |
dns/knot1: update 1.6.7 -> 1.6.8
Changes: https://www.knot-dns.cz/2016-08-08-version-168-lts.html
Approved by: ports-secteam (with hat)
Security: CVE-2016-6171
Security: https://vuxml.FreeBSD.org/freebsd/7d08e608-5e95-11e6-b334-002590263bf5.html
MFH: 2016Q3 |
1.6.7 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.6.7 24 Feb 2016 19:34:59 |
pi |
dns/knot1: 1.6.6 -> 1.6.7
Changes:
https://gitlab.labs.nic.cz/labs/knot/raw/1.6/NEWS
- IXFR: Log change of the zone serial number after the transfer
- RRL: Document operational impact of various settings
- RRL: Add support for zero slip (dropping of all limited responses)
- Added 'timer-db' configuration option allowing relocation of timer database
PR: 207414
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) |
1.6.6 27 Nov 2015 08:45:43 |
miwi |
- Update to 1.6.6
PR: 204825
Submitted by: Leo Vandewoestijne (maintainer)
Approved by: bapt (mentor) |
1.6.5 17 Sep 2015 11:14:10 |
erwin |
Update to 1.6.5
PR: 203126
Submitted by: Leo Vandewoestijne (maintainer)
Sponsored by: DK Hostmaster A/S |
1.6.4_2 07 Aug 2015 08:09:29 |
erwin |
Move dns/knot to knot1 now knot2 no longer is in beta.
PR: 201257
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Sponsored by: DK Hostmaster A/S |