From mboxrd@z Thu Jan 1 00:00:00 1970 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1246901872225013398==" List-Id: --===============1246901872225013398== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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) -- 2.18.0 --===============1246901872225013398==--