Bug 286628 - dns/knot-resolver: upgrade to 5.7.5
Summary: dns/knot-resolver: upgrade to 5.7.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://www.knot-resolver.cz/2025-04-...
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-06 14:12 UTC by Leo Vandewoestijne
Modified: 2025-05-07 14:20 UTC (History)
1 user (show)

See Also:
vvd: merge-quarterly+


Attachments
knot-resolver 5.7.5 (1.32 KB, patch)
2025-05-06 14:12 UTC, Leo Vandewoestijne
freebsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Vandewoestijne 2025-05-06 14:12:42 UTC
Created attachment 260206 [details]
knot-resolver 5.7.5

This patch updates the knot-resolver port to 5.7.5

Tested in poudriere, all current versions (on amd64), all fine.
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2025-05-06 15:44:52 UTC
#		scripts/run-pylint.sh \
Why not just remove this line?
Comment 2 Leo Vandewoestijne 2025-05-07 13:28:19 UTC
(In reply to Vladimir Druzenko from comment #1)
Argh, I thought I did that.
Yes, the intention was to do so.
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2025-05-07 14:08:36 UTC
(In reply to Leo Vandewoestijne from comment #2)
Ok.
Comment 4 commit-hook freebsd_committer freebsd_triage 2025-05-07 14:15:42 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fa6a6333772caae7564c136c09e14632f1bf5d0c

commit fa6a6333772caae7564c136c09e14632f1bf5d0c
Author:     Leo Vandewoestijne <freebsd@dns.company>
AuthorDate: 2025-05-07 14:11:56 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-05-07 14:15:00 +0000

    dns/knot-resolver: Update 5.7.4 => 5.7.5

    Security
    * DoS: fix unconfirmed crashes with the line below (!1683) [system]
      requirement "h && h->end > h->begin" failed in queue_pop_impl

    Release notes:
    https://www.knot-resolver.cz/2025-04-24-knot-resolver-5.7.5.html

    PR:     286628
    MFH:    2025Q2

 dns/knot-resolver/Makefile | 4 +---
 dns/knot-resolver/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 6 deletions(-)
Comment 5 commit-hook freebsd_committer freebsd_triage 2025-05-07 14:19:43 UTC
A commit in branch 2025Q2 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89b0047b075f4a160f4e4f93bdf56a7224d4050b

commit 89b0047b075f4a160f4e4f93bdf56a7224d4050b
Author:     Leo Vandewoestijne <freebsd@dns.company>
AuthorDate: 2025-05-07 14:11:56 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-05-07 14:18:32 +0000

    dns/knot-resolver: Update 5.7.4 => 5.7.5

    Security
    * DoS: fix unconfirmed crashes with the line below (!1683) [system]
      requirement "h && h->end > h->begin" failed in queue_pop_impl

    Release notes:
    https://www.knot-resolver.cz/2025-04-24-knot-resolver-5.7.5.html

    PR:     286628
    MFH:    2025Q2
    (cherry picked from commit fa6a6333772caae7564c136c09e14632f1bf5d0c)

 dns/knot-resolver/Makefile | 4 +---
 dns/knot-resolver/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 6 deletions(-)
Comment 6 Vladimir Druzenko freebsd_committer freebsd_triage 2025-05-07 14:20:10 UTC
Thanks.