From patchwork Fri Jan 1 09:58:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3776 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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4D6gSx0H1Zz3wg4 for ; Fri, 1 Jan 2021 09:58:25 +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 4D6gSw0KCSz2cH; Fri, 1 Jan 2021 09:58:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4D6gSv6yYRz2xqD; Fri, 1 Jan 2021 09:58:23 +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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4D6gSt4p99z2xfh for ; Fri, 1 Jan 2021 09:58:22 +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 4D6gSs6DfkzSH for ; Fri, 1 Jan 2021 09:58:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1609495101; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=G1T0lZ/s1JkzoFfcVvMeOBKaIxigylZV27AOVJFS9y0=; b=Fw1KsMi0gbDKTvw9gseIST0ev5WnsQkYNW9WJ0rMky9oepCQwiSxBtgy4jt5eQbe6+gk3K lo4EBgCz03NUwJBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1609495101; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=G1T0lZ/s1JkzoFfcVvMeOBKaIxigylZV27AOVJFS9y0=; b=T/FbJ4w1HZ97oZFLS3gxXm74n+hhs0Z3BaFyEcsg2HMN2daVaa49MAyUhE2T135jnzYmQI hcwVMSLCnyzWhgYl7gtf+zz45LzudDLBUp83Mt7AHqEtxK8Rvfqp2aVsklYWw1JF3ZWTSe vnbG6/P2sGhRjiKTkoepoB0i817RjsPWT0H0bNrQ2ggGZLFB/NjJl03FQLS9MHbNmYmOwB OOHK3PuK9he7ZIy9fgde6vdcJvsaJWpC5oWvOQYuv6a528851dvdgQBLBZG7jHPnpuBIlh /PdE1X23Oos4nAYMwfwxfAfKo5SZyfSeDCYU6Jf6kWngNZACwXRaBHHPrn6Yug== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] knot: Update to 3.0.3 Date: Fri, 1 Jan 2021 10:58:16 +0100 Message-Id: <20210101095816.2099-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-12-15-version-303.html 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 4bb8dcbf0..8a3288cdf 100644 --- a/lfs/knot +++ b/lfs/knot @@ -24,7 +24,7 @@ include Config -VER = 3.0.2 +VER = 3.0.3 THISAPP = knot-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = c4e18bd1e595cffb185a042522985dec +$(DL_FILE)_MD5 = 96db8b271ab8c54dd8d4f69a480a71c5 install : $(TARGET)