Bug 272222 - dns/knot3: Update to 3.2.8
Summary: dns/knot3: Update to 3.2.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://gitlab.nic.cz/knot/knot-dns/r...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-26 11:43 UTC by Christoph Lukas
Modified: 2023-07-05 06:01 UTC (History)
2 users (show)

See Also:
fernape: maintainer-feedback+


Attachments
git diff patch (795 bytes, patch)
2023-06-26 11:43 UTC, Christoph Lukas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Lukas 2023-06-26 11:43:47 UTC
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
Comment 1 Leo Vandewoestijne 2023-07-05 00:26:17 UTC
Thanks for the patch. Tested with Poudriere and in reality.
All perfectly fine.
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2023-07-05 06:00:39 UTC
Committed,

Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-07-05 06:01:02 UTC
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(-)