[Bug 244600] dns/knot-resolver: [patch] fix critical cache space pre-allocation failure bug and add rc scripts

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 5 12:42:57 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244600

Vladimír Čunát <vcunat at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vcunat at gmail.com

--- Comment #1 from Vladimír Čunát <vcunat at gmail.com> ---
Trust anchors (say root.keys): there are two main approaches, with this file
being either read-only or read-write.  The error you were getting (before this
patch) was due to the default appearing to be a mix between the two.  Docs:
https://knot-resolver.readthedocs.io/en/stable/build.html#trust-anchors

If you update the package at least once a year (and thus the root.keys), I'd
say the read-only way is more practical, so you may want to re-consider this.


I see the lua dependencies can be tweaked more after 5.0.0 (from NEWS):
- lua: remove dependency on lua-socket and lua-sec, used lua-http and cqueues
(#512, #521, !894)

(Note: my FreeBSD/ports knowledge is minimial.)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list