[1/2] knot: Update to 3.0.0

Message ID 20200913150439.1397-1-matthias.fischer@ipfire.org
State Accepted
Commit de27aa4731fc7a6ad8fcb8ccc2c52a7006d92d91
Headers
Series [1/2] knot: Update to 3.0.0 |

Commit Message

Matthias Fischer Sept. 13, 2020, 3:04 p.m. UTC
  For details see:
https://www.knot-dns.cz/2020-09-09-version-300.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 config/rootfiles/common/knot | 8 ++++----
 lfs/knot                     | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
  

Comments

Michael Tremer Sept. 17, 2020, 3:03 p.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 13 Sep 2020, at 16:04, Matthias Fischer <matthias.fischer@ipfire.org> wrote:
> 
> For details see:
> https://www.knot-dns.cz/2020-09-09-version-300.html
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
> config/rootfiles/common/knot | 8 ++++----
> lfs/knot                     | 4 ++--
> 2 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/config/rootfiles/common/knot b/config/rootfiles/common/knot
> index 960f14d0a..f352543b3 100644
> --- a/config/rootfiles/common/knot
> +++ b/config/rootfiles/common/knot
> @@ -4,12 +4,12 @@ usr/bin/kdig
> #usr/lib/libdnssec.la
> #usr/lib/libdnssec.lai
> #usr/lib/libdnssec.so
> -usr/lib/libdnssec.so.7
> -usr/lib/libdnssec.so.7.0.0
> +usr/lib/libdnssec.so.8
> +usr/lib/libdnssec.so.8.0.0
> #usr/lib/libknot.la
> #usr/lib/libknot.lai
> #usr/lib/libknot.so
> -usr/lib/libknot.so.10
> -usr/lib/libknot.so.10.0.0
> +usr/lib/libknot.so.11
> +usr/lib/libknot.so.11.0.0
> #usr/lib/libknotus.a
> #usr/lib/libknotus.la
> diff --git a/lfs/knot b/lfs/knot
> index 9aa5d4f6c..153a9841b 100644
> --- a/lfs/knot
> +++ b/lfs/knot
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 2.9.6
> +VER        = 3.0.0
> 
> THISAPP    = knot-$(VER)
> DL_FILE    = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = ccfdc71542e767cc01174d373efb56ee
> +$(DL_FILE)_MD5 = a49754adf3b76db78df678f2cb87fc54
> 
> install : $(TARGET)
> 
> -- 
> 2.18.0
>
  

Patch

diff --git a/config/rootfiles/common/knot b/config/rootfiles/common/knot
index 960f14d0a..f352543b3 100644
--- a/config/rootfiles/common/knot
+++ b/config/rootfiles/common/knot
@@ -4,12 +4,12 @@  usr/bin/kdig
 #usr/lib/libdnssec.la
 #usr/lib/libdnssec.lai
 #usr/lib/libdnssec.so
-usr/lib/libdnssec.so.7
-usr/lib/libdnssec.so.7.0.0
+usr/lib/libdnssec.so.8
+usr/lib/libdnssec.so.8.0.0
 #usr/lib/libknot.la
 #usr/lib/libknot.lai
 #usr/lib/libknot.so
-usr/lib/libknot.so.10
-usr/lib/libknot.so.10.0.0
+usr/lib/libknot.so.11
+usr/lib/libknot.so.11.0.0
 #usr/lib/libknotus.a
 #usr/lib/libknotus.la
diff --git a/lfs/knot b/lfs/knot
index 9aa5d4f6c..153a9841b 100644
--- a/lfs/knot
+++ b/lfs/knot
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 2.9.6
+VER        = 3.0.0
 
 THISAPP    = knot-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ccfdc71542e767cc01174d373efb56ee
+$(DL_FILE)_MD5 = a49754adf3b76db78df678f2cb87fc54
 
 install : $(TARGET)