knot: Update to 3.5.8

Message ID 20260904224515.121499-1-matthias.fischer@ipfire.org
State New
Headers
Series knot: Update to 3.5.8 |

Commit Message

Matthias Fischer 4 Sep 2026, 10:44 p.m. UTC
For details see:
https://www.knot-dns.cz/2026-09-04-version-358.html

"Improvements:

        knotc: better compatibility with SmartOS #979
        knotd: added a check for possible errors while reading a backup
        label file
        knotd: more robust parsing of data stored in LMDB (Thanks to Jim
        Alves-Foss)

Bugfixes:

        knotd: unauthenticated TSIG chosen-prefix signing that enables DDNS
        forgery (Thanks to Gia Bui)
        knotd: server crash due to a missing check for malformed TCP packet
        in XDP mode (Thanks to Kushal Das)
        kzonecheck: defective zone origin detection if the file name is too
        short (Thanks to Kushal Das)"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/knot | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/lfs/knot b/lfs/knot
index caa2a5e01..c3626cad7 100644
--- a/lfs/knot
+++ b/lfs/knot
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 3.5.7
+VER        = 3.5.8
 
 THISAPP    = knot-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 820ab9dc28fda30547c3989451f44eff2953b29d746cb2460da9726a627648c1aef69adbc13e7d1d71905c229bda1f36d56cec98b9a00f2f4f3bf27549ebaa0a
+$(DL_FILE)_BLAKE2 = e7793b469c7782a3aa14c8e02fb038d8d1d943283a9cd4dde7bee6a7296d5c4149e0752f8741317dabadbe4dfe930c715a8c82b6c27bb483b8f358c17acac3c4
 
 install : $(TARGET)