From patchwork Tue Jul 21 15:36:01 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 10043 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4h4M1L3WjNz3wp9 for ; Tue, 21 Jul 2026 15:36:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4h4M1K6Z3Cz7B1 for ; Tue, 21 Jul 2026 15:36:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4h4M1K5q5kz33ty for ; Tue, 21 Jul 2026 15:36:21 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4h4M1H20xDz2xPV for ; Tue, 21 Jul 2026 15:36:19 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4h4M1F2DQpz1F9; Tue, 21 Jul 2026 15:36:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1784648177; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=aesL9cQum6MjtYkKjxKBSasVi9zyr+guE34frp/ORNM=; b=Wp7oYnY7l+bUkoiiR+AH6Jt/S6RGI74tMexFC5ewPqMUou8unByPiDxkGQVRQ3cd+QYueW wSloL353kWcd/HBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1784648177; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=aesL9cQum6MjtYkKjxKBSasVi9zyr+guE34frp/ORNM=; b=IEl/U8LZvqrQMYXuH/GFqo2eWH9VgeF2WpiiARnMxjq48ISNF6X2i0Y3tQ6l5szb6AOlkK dghHUpHgYZqXCzfTxMpvCTk7j5/dm7UorCBAgWEgM2RWvC1gb9OUxF3/IwgnrHybZOl1VQ 3NerG2jWvv3EDoMi0x3BHsJENkXIoKDKi+CspAk7HIjNjnZWhc7XxyiJkth/vmANpjBCdm A+gukXXDAQ7O3rMhmv4MrPwfc33PH2+rxNLRqtmu8TK+qWsI7sKqIjhWb+1BK478hLowFG 4REDljSEiEMhDwU+9zCYRgkUBKtY7T5ok+C3+PYan4LOWg92eVfoEb7khOdJNg== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] knot: Update to 3.5.6 Date: Tue, 21 Jul 2026 17:36:01 +0200 Message-ID: <20260721153609.3343018-1-matthias.fischer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 For details see: https://www.knot-dns.cz/2026-07-20-version-356.html "Version 3.5.6 Monday, July 20, 2026 Improvements: knotd: new log message when accepting a control client fails knotd: new log message when UDP or TCP worker initialization fails knotd: improved log message when loading an expired zone knotd: more verbose log messages for DDNS forwarding knotd: disabled 0-RTT when forwarding DDNS updates over QUIC utils: configuration detection considers an empty database directory as unused libknot: added support for EDE code 33 (Negative Trust Anchor) (Thanks to Babak Farrokhi) libs: upgraded embedded libngtcp2 to 1.24.0 doc: various improvements Bugfixes: knotd: server crashes when evaluating an ACL rule with 'cert-hostname' set knotd: failed to start with 'listen-tls' and 'tcp-reuseport' enabled knotd: missing proper mutex (de)initialization for controlling access to some zone properties knotd: server crashes when it fails to load a QUIC/TLS key knotd: zone control unset does not respect the TTL value of the removed record knotd: incomplete configuration check for conflicting ACL settings libknot: XDP frame limit does not correctly consider the MTU limit libknot: QUIC connection not closed on handshake failure (Thanks to Vendemiat) !1886 knot-exporter: uncaught exception when connecting to knotd that is not running #974" Signed-off-by: Matthias Fischer --- lfs/knot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/knot b/lfs/knot index a68619134..24c083ea1 100644 --- a/lfs/knot +++ b/lfs/knot @@ -24,7 +24,7 @@ include Config -VER = 3.5.5 +VER = 3.5.6 THISAPP = knot-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 5ee478109a26e3b163da169e7e22a03780727528f84953e399f25670d48392b6b407388c38b152bc90399f517b70676168735c1aba4028326237b92cdf904938 +$(DL_FILE)_BLAKE2 = f03a2da9390e89bd7955505d3f59ca54689e2183b1ea0f82efbf5abedd71f16902c6d09f77adceaedd29573d52135c168441dbf46721709b370269220b68f49b install : $(TARGET)