From patchwork Thu Nov 26 17:36:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3681 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ChlLh3kylz3wpq for ; Thu, 26 Nov 2020 17:37:00 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ChlLg4Crrz12M; Thu, 26 Nov 2020 17:36:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ChlLg3Hplz2xhR; Thu, 26 Nov 2020 17:36:59 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ChlLf5PtVz2xB7 for ; Thu, 26 Nov 2020 17:36:58 +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 4ChlLd6QZRz11V for ; Thu, 26 Nov 2020 17:36:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1606412217; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=pkv0VD8f53ijgqg+UAvO0Rs4qzlWXxdB6wHpQct0hiE=; b=LOt6Y5S31B6P5TvFjgOlPTwWMyiXYZko+50XUTZr9HmZdqUZF9CaE1VeknVny2fUQnYkMB KrKvSGYcs5ENnkBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1606412217; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=pkv0VD8f53ijgqg+UAvO0Rs4qzlWXxdB6wHpQct0hiE=; b=bGJpNaY98ewWsH3xgInyTQxZCGSYX4zi37TjQjXlityoJszDdOBr1QrmKGuikHFTgJtsJb 0wmNFOPktcYD2L4VmdrJ8WsXMvA5vexwQogSWJacGTZl72avRv2Ppm10v2sTRuuP8EK60h xVlnT1EBT38VABHOO/o9y01xsdnn92mjEIPRtfHNntMCtNNSH9qzQngnVJ11IYr+fHuHDs Oea+WooJn1b6967aecyat+O5xJOYai+F5dHniBaQzGd381F/K5S1E+nmFBWGYy2N0dTLNt j0B0htgG7UN88onY3n1kEv+bdBz/WC5BLW4Pn2tj1lQE69teKiTxwMPuqS/xJA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] knot: Update to 3.0.2 Date: Thu, 26 Nov 2020 18:36:53 +0100 Message-Id: <20201126173653.31017-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/2020-11-11-version-302.html Signed-off-by: Matthias Fischer --- lfs/knot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/knot b/lfs/knot index e1fb0fac7..4bb8dcbf0 100644 --- a/lfs/knot +++ b/lfs/knot @@ -24,7 +24,7 @@ include Config -VER = 3.0.1 +VER = 3.0.2 THISAPP = knot-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 7dc32e034bab142c7a0fcf6d531ee881 +$(DL_FILE)_MD5 = c4e18bd1e595cffb185a042522985dec install : $(TARGET)