From patchwork Sat May 22 13:32:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 4361 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FnPY26QGnz3wbk for ; Sat, 22 May 2021 13:32: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 4FnPY13Vlnz1yH; Sat, 22 May 2021 13:32:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FnPY06fsJz2yTP; Sat, 22 May 2021 13:32:36 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FnPY0329yz2xNt for ; Sat, 22 May 2021 13:32:36 +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 4FnPXz65l4zHv for ; Sat, 22 May 2021 13:32:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1621690355; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=JqLCW31MNl4mc/8EgNiamLm9Yo+1Ce0gHFx6UmyLHOI=; b=59EyfvZOai3bZfEWEnfwUs5jDF+wIN4wcH+MLMkSAIbxUPgZiTEsSYSK0qd2tb0HQ9IwIR D7r0DLKDVPQmWZCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1621690355; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=JqLCW31MNl4mc/8EgNiamLm9Yo+1Ce0gHFx6UmyLHOI=; b=VO3bOMIfBulXGDCljtBQLgdN/wKEMPT8UwUL2DK7h9Hr3fBaLsMSnm1D4ZIuGvxrUal445 jz69OSezDfj2PSXNzPhXdkdgJhIpvwkijkoX19GlyTpSjB2YYnVJQtvAuAS5JDv3rIe23p VuSn5kYMmvVj6kyfju40jBNb0UzGFIVfigCCPBd1dB9qLZttZbSFzCBJSBWmWetWLRz2eR iUOq4TXb32Y6dsrAwM8m3sjZ4SqZV25pywAj/ZLMXRtmMiwPy2rQsoSreiYLO07Qc4nWsj GbMJJUTpRcSm/34xGln4cIzAqGmW0bFvfjcbCbJ1tlTyz/aP+wB0EWeQq7hP6Q== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] knot: Update to 3.0.6 Date: Sat, 22 May 2021 15:32:31 +0200 Message-Id: <20210522133231.3801-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-05-12-version-306.html " Features: mod-probe: new module for simple traffic logging (Python API not yet included) Improvements: keymgr: new mode for listing zones with at least one key stored keymgr: the pregenerate command accepts optional timestamp-from parameter kzonecheck: accept '-' as substitution for standard input #727 knotd: print an error when unable to change owner of a logging file knotd: new warning log if no interface is configured knotd: new signing policy check for NSEC3 iterations higher than 20 knotd: don't allow backup to/restore from the DB storage directory Various code (mostly zone backup/restore), tests, and documentation improvements Bugfixes: knotd: secondary fails to load zone file if HTTPS or SVCB record is present #725 knotd: (KSK roll-over) new KSK is not signing DNSKEY long enough before DS submission knotd: (KSK roll-over) old KSK uselessly published after roll-over finished knotd: malformed address in TCP-related logs when listening on a UNIX socket knotd: server responds FORMERR instead of BADTIME if TSIG signed time is zero #730 modules: incorrect local and remote addresses in the XDP mode modules: failed to read configuration from a section without identifiers mod-synthrecord: queries on synthesized empty-non-terminals not answered with NODATA keymgr: confusing error if del-all-old command fails" Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- lfs/knot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/knot b/lfs/knot index bdf34b966..ec6ec4deb 100644 --- a/lfs/knot +++ b/lfs/knot @@ -24,7 +24,7 @@ include Config -VER = 3.0.5 +VER = 3.0.6 THISAPP = knot-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 687d00586202bc0bbf0c76fa90921652 +$(DL_FILE)_MD5 = 0d8aaa8e5214623c12123c67b5f2c460 install : $(TARGET)