From patchwork Sat May 16 08:38:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3105 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 49PJbf6b3Cz3xQn for ; Sat, 16 May 2020 08:39:10 +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 49PJbd3gkkzL2; Sat, 16 May 2020 08:39:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49PJbc3Lt8z2yC8; Sat, 16 May 2020 08:39:08 +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 49PJbZ23Drz2xGc for ; Sat, 16 May 2020 08:39:06 +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 49PJbY4PPjzL2 for ; Sat, 16 May 2020 08:39:05 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1589618345; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=Z1TmpEa5Fg9p0X4y8pBZY8Z0bfgcLBDqPg6kGQEcKN4=; b=rueJRvVcfFqUrw+WE1Yoa8Nd+ug3cvj2kXxr0RxsIQudL5WZ7TBnNwg7m2Oa/QThKtj4qw ayjg/o6oCO6Uh/Cw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1589618345; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=Z1TmpEa5Fg9p0X4y8pBZY8Z0bfgcLBDqPg6kGQEcKN4=; b=jq/5b8repHJfo31B2UtYWxYxIYtpklQQE32OO3AyS5tZ9GQ6CV6MDTRG7cOIsWO9Jpuuk0 dw0k5ONI1wCnC//+Bss9rTzVIoCzKPi/Ajv1UJ6Ky/q4+iVVRmfNhNYHQHXD0VDLn7M4UO B3tuBW0yAuREt8IvUZunJObfCsu1a14KVaCeq1FM9RpOJMCS8JE+eQOzPC/CK/4IId0Ylu 0CMJI6xDjU224JNgVGnvF70GeC4Jn4SD29/HoAxhtvYPoCF6JMdo7rCSgyHs4MLywV8G4W 8MwyfMTJncaQxosC9MI8ivJW6usjAZfadYF0cKAGm4Uk4lT3wx2BuL3SBfuBzQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] knot: Update to 2.9.4 Date: Sat, 16 May 2020 10:38:58 +0200 Message-Id: <20200516083858.7252-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-05-version-294.html Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- lfs/knot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/knot b/lfs/knot index 513314e92..e5074d08c 100644 --- a/lfs/knot +++ b/lfs/knot @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2020 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.9.2 +VER = 2.9.4 THISAPP = knot-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4f5ccc7b136858bb5dae8eacb2d3c4fe +$(DL_FILE)_MD5 = 4975cfc1b0a789bc1263b07d28f2493c install : $(TARGET)