From patchwork Sat Dec 14 11:13:40 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2646 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 47ZlK94R3dz43dc for ; Sat, 14 Dec 2019 11:13:49 +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 47ZlK81Kh9z2nF; Sat, 14 Dec 2019 11:13:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 47ZlK75hm5z2yK5; Sat, 14 Dec 2019 11:13:47 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 47ZlK659Cpz2xq4 for ; Sat, 14 Dec 2019 11:13:46 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 47ZlK623rzz2JF for ; Sat, 14 Dec 2019 11:13:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1576322026; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=rSa5eESFH1uejsfniW/MxKuurhR0HjAJaPWAlC1U750=; b=6VBzmY/ojReAr4FGBrt0o1oticg44nJ+HJbfgwzI4+9HBQk5cGoutJyzBXuADXYpoYmSkv c5bdN5pt8wWVlRCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1576322026; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=rSa5eESFH1uejsfniW/MxKuurhR0HjAJaPWAlC1U750=; b=hj46MkyxJeuARToLxauwReVa9GVIeQHLyOIUzspPiK9FN7SWv6zkOCai7cx2uDUtSc5NnX u2Vh9G42mw/17W3Pgb1okttROdsIeJ059RQy00rLqjPhRLkES8Pfdt/Mh2QYhAnsnhsUOH NIQqwTOuX1q2D/eD2wV4VwNAIBYNFGcNr6/j2kybFfoDrJ2126U5mqzMzfr1/dIfnCsPGB sa3F/XyB1NR1o2CEe/i2nrUH1bd3Lx9iBgpRrosahfckvqjct4MD+f1ZtakT4ZTSMCWvGo IQavbLf2wHkSE1qsnGOhrHC8B6ikLFZtBV3l6NWbthvCgoR+887+VfLud0fpxg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] knot: Update to 2.9.2 Date: Sat, 14 Dec 2019 12:13:40 +0100 Message-Id: <20191214111340.18759-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-12-12-version-292.html Signed-off-by: Matthias Fischer --- config/rootfiles/common/knot | 4 ++-- lfs/knot | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/knot b/config/rootfiles/common/knot index c0d900e6b..960f14d0a 100644 --- a/config/rootfiles/common/knot +++ b/config/rootfiles/common/knot @@ -9,7 +9,7 @@ usr/lib/libdnssec.so.7.0.0 #usr/lib/libknot.la #usr/lib/libknot.lai #usr/lib/libknot.so -usr/lib/libknot.so.9 -usr/lib/libknot.so.9.0.0 +usr/lib/libknot.so.10 +usr/lib/libknot.so.10.0.0 #usr/lib/libknotus.a #usr/lib/libknotus.la diff --git a/lfs/knot b/lfs/knot index 467f077db..513314e92 100644 --- a/lfs/knot +++ b/lfs/knot @@ -24,7 +24,7 @@ include Config -VER = 2.8.4 +VER = 2.9.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 = d2540d0a392e2f47fe48e5cf7bf491c9 +$(DL_FILE)_MD5 = 4f5ccc7b136858bb5dae8eacb2d3c4fe install : $(TARGET)