From patchwork Thu Sep 26 17:40:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2431 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 46fMf32nmTz42Rr for ; Thu, 26 Sep 2019 17:40:43 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 46fMf12XFjz2HW; Thu, 26 Sep 2019 17:40:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 46fMf10mZtz2yZg; Thu, 26 Sep 2019 17:40:41 +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 46fMdz5vG8z2xw1 for ; Thu, 26 Sep 2019 17:40:39 +0000 (UTC) Received: from Devel.localdomain (p4FF56DD1.dip0.t-ipconnect.de [79.245.109.209]) (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 46fMdx2ty0z2HW for ; Thu, 26 Sep 2019 17:40:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1569519637; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=PcZM0j07AJN9aAoccm852VgZalHko359CiJHu0DqUzQ=; b=bliET5yJsYAZrmFNmTQSk78Nrk+xj1mgYXHat9kD5cmKLcw56iOTnvGIJF1Z6x6qDJickn 3o8EwlV7h3hRer++/8/XwsueUCqqGUYJ+v6Ti5NzoSTRmJExzkW8BiWaMF5cYyorXdNtV0 l0HhYRGxn6fSjmQuqBwRZQ5cisWnP7hQE32iM84b3ehDzDBC5UbZ0NYsogeZodORTcciiG 1j5bHLuIizXtYIjlkccLwOW9UqQt7tmdosA9QdUqHahnlfCQNJx959G6ooJZuuXS35+1NL QMu1CjzyO3zfxxXSnJEUeADJAGC/FKRnNtmy1c9GL9AwpL0KO8xfrJW9vvS6VA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1569519637; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=PcZM0j07AJN9aAoccm852VgZalHko359CiJHu0DqUzQ=; b=zRrP3RVg818HgsucOM/UFqqmlF8a+2lIkhOVV3aqIt2bNJbIVExkGGP9cKN+cKn2Oqgrhe oAWwVzUp+Um7ScAw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] knot: Update to 2.8.4 Date: Thu, 26 Sep 2019 19:40:31 +0200 Message-Id: <20190926174031.15686-1-matthias.fischer@ipfire.org> 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.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/2019-09-24-version-284.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 1e9d269d3..467f077db 100644 --- a/lfs/knot +++ b/lfs/knot @@ -24,7 +24,7 @@ include Config -VER = 2.8.3 +VER = 2.8.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 = fb7623a6c1f40cf2f330c91ad9a7898f +$(DL_FILE)_MD5 = d2540d0a392e2f47fe48e5cf7bf491c9 install : $(TARGET)