From patchwork Fri Sep 4 22:44:58 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 10167 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 4hcBQS3GLNz3wqL for ; Fri, 04 Sep 2026 22:46:08 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.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 4hcBQJ0YMXz6mW for ; Fri, 04 Sep 2026 22:46:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hcBPp4P4xz36WG for ; Fri, 04 Sep 2026 22:45:34 +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 4hcBPm0Nxtz2xHj for ; Fri, 04 Sep 2026 22:45:32 +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 4hcBPb4TQPz1tn; Fri, 04 Sep 2026 22:45:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1788561923; 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=FaRlhGyoyFPAXIxoY8bdzpkPoy4LrcZHeD8BJj661MA=; b=BYCHn7sZTTNI8HzkQoNHVXjLfanY6RLXOpajC9sQD0J2dOIKWaV/PoEZAT//CCD8s40m/+ C+Brlw/8agnlo43yWdZZ1Ym2Md1id7xezjbjhcBKv5eNyi3v/icruYSmDMA7pq90Y/CNWV gnwfdLKkWow5Yyf/iJ5cITMqkPf8LgnZYlgCF+FnSL5XBkUQ1kYOtvkmVC3dFK9NVtkkVO GyWyjG0l3rPDZ1sjpNlpLiBFNSoldBvPC3uQdHZ85dDOwzFCtIL1CzMU+1mLFQrmljqDM1 A8G2crDWNAe3JJPPRTuBp3W0jyn9m5rXixOLXP+EbwcPZme5sWCDrgA3SPO/2w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1788561923; 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=FaRlhGyoyFPAXIxoY8bdzpkPoy4LrcZHeD8BJj661MA=; b=HmQGhf1yxREWeT51LXE0ty6SPIXRvLZ2yW2xV4ELEcIFg3hM+Io3okNTcGKCq7lLqgdwM1 UJVt6OpxlnmVBfBA== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] knot: Update to 3.5.8 Date: Sat, 5 Sep 2026 00:44:58 +0200 Message-ID: <20260904224515.121499-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-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 --- lfs/knot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)