From patchwork Thu May 2 03:28:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2235 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 50E5485BDD0 for ; Wed, 1 May 2019 18:28:26 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 44vQN837s5z55JnN; Wed, 1 May 2019 18:28:24 +0100 (BST) Received: from Devel.localdomain (p4FF5627B.dip0.t-ipconnect.de [79.245.98.123]) (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 44vQN50pvHz5Dw8Y for ; Wed, 1 May 2019 18:28:21 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1556731701; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:openpgp:autocrypt; bh=PZ4x7So7wH3S20+Nih6UJKxoAiFdaQZQkYRQHjIoL8E=; b=fN57wfQpPiayfOK8jumXn1AG724hebbPA1piQpEcp8zK6Ir51a+oeTuncnt/Gt+207Ju9j 3UvMZ5PIM8xsFvnSQm44+jogBopmKWlXman0I2xg3lnYugZ70fvo6ftdQOftkswwnZ0jTE z7+6R+sa7auM0P3w2IyBQ22p7ICWy6KGzCCMP8cF6aDbpcoJj22FyrPL77ooLw1MBm/1yF +/jRDPqbYjV49gQy/24AnFbPCmygPh1oBy3uaBvnl3yri3BG6C3U8qUdQ3qMURGR3okTR5 hrklDsJ26th9e+OmGi7+8fSKfobDTJ5TifsMHMAUHLGkvYfPgaWcotikxO3zCg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1556731701; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:openpgp:autocrypt; bh=PZ4x7So7wH3S20+Nih6UJKxoAiFdaQZQkYRQHjIoL8E=; b=5rBSwzp+RhZqT/2L/BCyl76KIGOFQkKe/WaU74V+pbuMgmvHvUp/Cm/hbkf4DX9qRF1m8y uLtHczcB+Tj3IOBw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] knot: Update to 2.8.1 Date: Wed, 1 May 2019 19:28:16 +0200 Message-Id: <20190501172816.16377-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-04-09-version-281.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 1a7fec0cb..804d3bcc2 100644 --- a/lfs/knot +++ b/lfs/knot @@ -24,7 +24,7 @@ include Config -VER = 2.8.0 +VER = 2.8.1 THISAPP = knot-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5b0d73e143b4c5a72faf4f1f1337ca08 +$(DL_FILE)_MD5 = 14e67b33ed409f92259dbdbaf0e5ade7 install : $(TARGET)