Created attachment 243009 [details] git diff patch This is a bug fix version. Upgrade is recommended for users of version 3.2.7 with journal enabled. 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
Thanks for the patch. Tested with Poudriere and in reality. All perfectly fine.
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=cdde04dfa0cbd60c22d7eedd77a94e80f4ddc639 commit cdde04dfa0cbd60c22d7eedd77a94e80f4ddc639 Author: Christoph Lukas <clukas@firc.de> AuthorDate: 2023-06-28 10:16:02 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-07-05 05:59:53 +0000 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) dns/knot3/Makefile | 2 +- dns/knot3/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)