From patchwork Tue May 26 18:46:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3135 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49Wjc14PWrz43x9 for ; Tue, 26 May 2020 18:46:41 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49Wjbz0Yh8z1FJ; Tue, 26 May 2020 18:46:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49Wjby2y7bz2xmj; Tue, 26 May 2020 18:46:38 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49Wjbw3jpDz2xGF for ; Tue, 26 May 2020 18:46: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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49Wjbt6dGGz1FJ for ; Tue, 26 May 2020 18:46:34 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1590518794; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=1FHfWzPZcChgLoy3jEBJziBS8PD2NuDeLG5aa+IO1hI=; b=aQYbq1d0cQYfuaF295YQi+pTEdstxcadjxzAsDgGagVyhZSJz2JziTwGUFN1LbIK8EJ8Pm lLVW9DG1PcVYlJAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1590518794; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=1FHfWzPZcChgLoy3jEBJziBS8PD2NuDeLG5aa+IO1hI=; b=HBXoN0IIFACYjs2FauXn6mqLS8HctKokha8rGWm07Wz43yl4UESUYUBReNKfXRcTfwv0oK H6NcmnKWKsS++GH4bRDtfdwJNQ/QP8jLWfuqfxyVdN1F3Wl5pWE0mQ9ITo0MJ5XQHB20xg ffMNb1cDPc5flzVYVm5a6Hx3b0ouG/Sa9PqIIbcA82i8oJRgdSj4vy3zURoc+S8rN4c8kg rwN2d6uVIt7WRIoeWMnf98R8X6ZH+1jBbBx5X0lI6Fp8t/wcodaWkECN3Jb44V9jDDTd0u b/dUyPB0QxNjIlVeXPBJcscGOi/nISk87htEhQn9BgFv90qCE1ZtQVR/99/fmA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] knot: Update to 2.9.5 Date: Tue, 26 May 2020 20:46:29 +0200 Message-Id: <20200526184629.1740-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=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/2020-05-25-version-295.html "Bugfixes: Old ZSK can be withdrawn too early during a ZSK rollover if maximum zone TTL is computed automatically Server responds SERVFAIL to ANY queries on empty non-terminal nodes Improvements: Also module onlinesign returns minimized responses to ANY queries Linking against libcap-ng can be disabled via a configure option" Signed-off-by: Matthias Fischer --- lfs/knot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/knot b/lfs/knot index e5074d08c..7f341ab3f 100644 --- a/lfs/knot +++ b/lfs/knot @@ -24,7 +24,7 @@ include Config -VER = 2.9.4 +VER = 2.9.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 = 4975cfc1b0a789bc1263b07d28f2493c +$(DL_FILE)_MD5 = f04b2ce8c9e25ec8a9a5e8566a8192b7 install : $(TARGET)