From patchwork Sun Oct 11 16:50:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3522 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 4C8SVP158kz3x1S for ; Sun, 11 Oct 2020 16:50:37 +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 4C8SVJ5fFKzlQ; Sun, 11 Oct 2020 16:50:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4C8SVJ44Jcz2yDk; Sun, 11 Oct 2020 16:50:32 +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 4C8SVG4Mw1z2xNg for ; Sun, 11 Oct 2020 16:50:30 +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 4C8SVF6PcDzlQ for ; Sun, 11 Oct 2020 16:50:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1602435029; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=2vsarQ6o7eFWNxEKMWzhzTdAeWgH4VS0xHqBJJVjksM=; b=qq2EPiZd394r2PKBzAUNWi3jFt9FxQsgzYJ8IRI7WgwUEUuq3inVeBf7hHz2FbN2LphT1k tNLp7IQRnxVP4rCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1602435029; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=2vsarQ6o7eFWNxEKMWzhzTdAeWgH4VS0xHqBJJVjksM=; b=a8NH9gfP4gdJmcrKIngkqVFEPTq8l2wxe8HFRzFrpoxJai/oy5shWgIC83VchxMoZQyfxy C1QV0OXjS3hKnD9rpmFUs+4JptrSTLxLapWRn9CbFpjaKk0565+9UMhuktJqObezT3nXtV 5O/ahPwpEozQwN/qfPGi9gpH76Ip/qOCfNs+eJiTSLnmmeITBy+JimdgdSu72V1wak+9cD 0pyL2d/q5pRqRTJNuhtnP0R3Z90ZCbuH1Crj8Nhq63YQ0W3hDGZzROwUVwiIzuj3+y3te/ cVrlNlcvqIffAo+BOpecYmakhFccWurH4RN65XeOSbJtRPsIqtUpgaXm003VmA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] knot: Update to 3.0.1 Date: Sun, 11 Oct 2020 18:50:24 +0200 Message-Id: <20201011165024.2144-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer 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-10-10-version-301.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 153a9841b..e1fb0fac7 100644 --- a/lfs/knot +++ b/lfs/knot @@ -24,7 +24,7 @@ include Config -VER = 3.0.0 +VER = 3.0.1 THISAPP = knot-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a49754adf3b76db78df678f2cb87fc54 +$(DL_FILE)_MD5 = 7dc32e034bab142c7a0fcf6d531ee881 install : $(TARGET)