From patchwork Fri Jun 7 04:30:56 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2289 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [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 7FA708C9F72 for ; Thu, 6 Jun 2019 19:31:06 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45KZ3s3J82z5ND6T; Thu, 6 Jun 2019 19:31:05 +0100 (BST) Received: from Devel.localdomain (p57B19E92.dip0.t-ipconnect.de [87.177.158.146]) (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 45KZ3n6j0Qz5LH3d for ; Thu, 6 Jun 2019 19:31:01 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1559845862; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=H3tJ0W6DlH65CAVrOkpAXA0qJTss2zzVml/t/oZJmTc=; b=vnwymCGjJ8lomxvriuQr0E3yQU/TMf73H/xPOYGwEBHbJRkC1oXOX2XsuhP+5METmPz6Sp GujKyMco6x7z0P7jcCYf4sQlHj1VahHszFVwPe6G14VV7WjWxn1aE/E3F0kI67LeDhlh/c gVF1jfAousnkI3bBSS0+cZ8m9fzwzvvmF+C33eX59+7GZmVHiREFuZlMwA9t2m7S34LE2A YMegYbWBUPtWv8rcEFY+8W1TuokMpbW7mVZ3dNNu/vB3OUouCmnOf2Oy8XkmVWx/lyBS38 AOA6GSXTznV60bUgnU6NEhTwMM/Nue9q+1zzj64x8HNDgSM4gj2SVaagZQ3Mxg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1559845862; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=H3tJ0W6DlH65CAVrOkpAXA0qJTss2zzVml/t/oZJmTc=; b=GvKL/pDwUjSwny0R0+N5/zTGLIt6WLPu8Y2jgebu13X+okzJEZDJ5J7uJy2z3njn6mUka0 tjeXGPWxtYmAXgCw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] knot: Update to 2.8.2 Date: Thu, 6 Jun 2019 20:30:56 +0200 Message-Id: <20190606183056.9804-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-06-05-version-282.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 804d3bcc2..be3991689 100644 --- a/lfs/knot +++ b/lfs/knot @@ -24,7 +24,7 @@ include Config -VER = 2.8.1 +VER = 2.8.2 THISAPP = knot-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 14e67b33ed409f92259dbdbaf0e5ade7 +$(DL_FILE)_MD5 = 7b2e9d44070e0559b13dac575547845b install : $(TARGET)