From patchwork Sat Mar 27 08:47:25 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3985 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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4F6st20JB3z3xCQ for ; Sat, 27 Mar 2021 08:47:38 +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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4F6ssz2q2hz1WV; Sat, 27 Mar 2021 08:47:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4F6ssy5lKLz2yN1; Sat, 27 Mar 2021 08:47:34 +0000 (UTC) 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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4F6ssx3lKzz2xmL for ; Sat, 27 Mar 2021 08:47:33 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4F6ssw5q9mzC6 for ; Sat, 27 Mar 2021 08:47:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1616834852; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=1gt0gAswl38ySYZ9Dt1cRQHiFBgoVGFLc3426PCJNNQ=; b=9blR/53O6AoN6Qw7giwB8kyLZXjuL76le2wTrD16s0q/0vCIrgJF3XUZJgyiVmEfo7MxSv JdGalSXHAP8Md9Bw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1616834852; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=1gt0gAswl38ySYZ9Dt1cRQHiFBgoVGFLc3426PCJNNQ=; b=IVzzbNgY0jJndmWKytJ7JgDJKhQ1hq/2pyQ7DHbgWnz1JvvY+OPzJBqbN6iYZk7tccpGij axUkECyT8A82xbBPuxhsAC0rT1/6JqztaHUZXntbCj3S9CMo/o9El9rwTNpMH9/WFciTyA Ae4mLkQveYKFyN0ywXQrM/7B/HwS5HqDSUfy9tfdYS9buzedttLNI3TD/f76XZys14YBUb Ndgl2viLJQCJ1oEf/W28GKzGFC9c8V8LhN5q9WAf+mdGKFcTHHqwapMEauK2Zx5Him8g05 t2gmrZBAkfjak4RmlktZwbV5pCsxWY4VYWEYLJ9l/3tfFCJE4GGekMzOsTDWMw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] knot: Update to 3.0.5 Date: Sat, 27 Mar 2021 09:47:25 +0100 Message-Id: <20210327084725.1731-1-matthias.fischer@ipfire.org> X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: https://www.knot-dns.cz/2021-03-25-version-305.html "Improvements: kdig: added support for TCP Fast Open on FreeBSD keymgr: the SEP flag can be changed on already generated keys Some documentation improvements Bugfixes: knotd: journal contents can be considered malformed after changeset merge knotd: broken detection of TCP Fast Open availability knotd: zone restore can stuck in an infinite loop if zone configuration changed knotd: failed zone backup makes control socket unavailable knotd: zone not stored to journal after reload if difference-no-serial is enabled knotd: old key is being used after an algorithm rollover with a shared policy #721 keymgr: keytag not recomputed upon key flag change kdig: TCP not used if +fastopen is set mod-dnstap: the local address is empty kzonecheck: missing letter lower-casing of the origin parameter XDP mode wrongly detected on NetBSD Failed to build knotd_stdio fuzzing utility" Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- lfs/knot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/knot b/lfs/knot index 39940a358..bdf34b966 100644 --- a/lfs/knot +++ b/lfs/knot @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2021 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 3.0.4 +VER = 3.0.5 THISAPP = knot-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = c0a546927ff50db153893de43758cb37 +$(DL_FILE)_MD5 = 687d00586202bc0bbf0c76fa90921652 install : $(TARGET)