From patchwork Fri Apr 22 08:03:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 5528 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Kl6PG5zsxz3xG6 for ; Fri, 22 Apr 2022 08:04:02 +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 "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Kl6PD3ZkTz35k; Fri, 22 Apr 2022 08:04:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Kl6PD2zBxz2yjZ; Fri, 22 Apr 2022 08:04:00 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Kl6PC1GfLz2xSn for ; Fri, 22 Apr 2022 08:03:59 +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 4Kl6PB300xzm9 for ; Fri, 22 Apr 2022 08:03:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1650614638; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=HL8BgfjKWrDU8pGWGfX/Xb94O5cAm2sjSxiwp8hyZo0=; b=2Zdvqyvs5WuhGNIQSl+PFbUXdg9WjKfFz+OWH/xgAXRf9t0I5K17BKQ7MuICDoShw+5/fO 5d7vTM/23512thAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1650614638; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=HL8BgfjKWrDU8pGWGfX/Xb94O5cAm2sjSxiwp8hyZo0=; b=MXpByVlOZVzCoIbha722SRTnTjLTycF8rsE9YcU3U6vPUZB73uQKAtEbh5z3A2Qe5zPsQz G3cQmgn9KjlRb8zVbiEpVEHMX72rLUSgMzWdWldYYwr9BwT3rVCYcCeekBgfP2AkmQn4K3 kmxbPzgA4i3T/NvxQ7NZ4Thx4+sdTz1EA9SoAA+jksy6cPJFR472xjded1ZlhRZ5qTVsDq T/dCnZ6Kj9hElV2xeU9Lk3xunYMa8jUb+yIiSwrorsE0RCZ+Xpm8Y8wEQw/dvRXu3Ckb3S VQPkZZL/1SRwkzgT2nkGpISY5DBHr6yCTbix3dLeaxfIiHhhCNCf/+ddxortHQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] knot: Update to 3.1.7 Date: Fri, 22 Apr 2022 10:03:54 +0200 Message-Id: <20220422080354.21616-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 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 changes since v3.1.1 see: https://gitlab.nic.cz/knot/knot-dns/raw/v3.1.7/NEWS Signed-off-by: Matthias Fischer Reviewed-by: Adolf Belka --- lfs/knot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/knot b/lfs/knot index e3a9924d4..0c0c033c0 100644 --- a/lfs/knot +++ b/lfs/knot @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2022 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 = 3.1.1 +VER = 3.1.7 THISAPP = knot-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d6f9d29de153b5bdea8a294ae3d65131a0bdcc339ecdc507a9e1429a9cc50752e91f14ea84a7446de76869c6f129d571e9b6b4f9b048618941c4f4c0d667dbff +$(DL_FILE)_BLAKE2 = d0e5c999c1b4bca89b86ad956dd91643f795fcba94757e34c44e3e6b925030c332da9cb0bfd72d6ae0f32b3016a8c50d821cfcc513268682dd6b5715714d9047 install : $(TARGET)