Commit Message
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(-)
@@ -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)