From patchwork Wed Jul 24 03:09:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2353 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id DD3B78804AB for ; Tue, 23 Jul 2019 18:09:13 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45tQ1h4vJNz55yGF; Tue, 23 Jul 2019 18:09:12 +0100 (BST) Received: from Devel.localdomain (p4FF568F4.dip0.t-ipconnect.de [79.245.104.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45tQ1c75Fnz55yGB for ; Tue, 23 Jul 2019 18:09:08 +0100 (BST) From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] knot: Update to 2.8.3 Date: Tue, 23 Jul 2019 19:09:05 +0200 Message-Id: <20190723170905.1665-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 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.15 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/2019-07-16-version-283.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 be3991689..1e9d269d3 100644 --- a/lfs/knot +++ b/lfs/knot @@ -24,7 +24,7 @@ include Config -VER = 2.8.2 +VER = 2.8.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 = 7b2e9d44070e0559b13dac575547845b +$(DL_FILE)_MD5 = fb7623a6c1f40cf2f330c91ad9a7898f install : $(TARGET)