knot: Update to 3.1.1

Message ID 20210815071144.1656-1-matthias.fischer@ipfire.org
State Accepted
Commit e8c75ca765fad986d1898df039a49d1db584b45a
Headers
Series knot: Update to 3.1.1 |

Commit Message

Matthias Fischer Aug. 15, 2021, 7:11 a.m. UTC
  For changes since 3.0.7, see:
https://gitlab.nic.cz/knot/knot-dns/raw/v3.1.1/NEWS

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

Comments

Adolf Belka Aug. 15, 2021, 9:54 a.m. UTC | #1
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>

On 15/08/2021 09:11, Matthias Fischer wrote:
> For changes since 3.0.7, see:
> https://gitlab.nic.cz/knot/knot-dns/raw/v3.1.1/NEWS
>
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
>   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 f352543b3..79e86141d 100644
> --- a/config/rootfiles/common/knot
> +++ b/config/rootfiles/common/knot
> @@ -9,7 +9,7 @@ usr/lib/libdnssec.so.8.0.0
>   #usr/lib/libknot.la
>   #usr/lib/libknot.lai
>   #usr/lib/libknot.so
> -usr/lib/libknot.so.11
> -usr/lib/libknot.so.11.0.0
> +usr/lib/libknot.so.12
> +usr/lib/libknot.so.12.0.0
>   #usr/lib/libknotus.a
>   #usr/lib/libknotus.la
> diff --git a/lfs/knot b/lfs/knot
> index 7e8bbc202..2a2c5e9d7 100644
> --- a/lfs/knot
> +++ b/lfs/knot
> @@ -24,7 +24,7 @@
>   
>   include Config
>   
> -VER        = 3.0.7
> +VER        = 3.1.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 = a7ac9e92989184437a45578d0e23990a
> +$(DL_FILE)_MD5 = 53c8b86d6f8b0719e03051732e4cb4b1
>   
>   install : $(TARGET)
>
  

Patch

diff --git a/config/rootfiles/common/knot b/config/rootfiles/common/knot
index f352543b3..79e86141d 100644
--- a/config/rootfiles/common/knot
+++ b/config/rootfiles/common/knot
@@ -9,7 +9,7 @@  usr/lib/libdnssec.so.8.0.0
 #usr/lib/libknot.la
 #usr/lib/libknot.lai
 #usr/lib/libknot.so
-usr/lib/libknot.so.11
-usr/lib/libknot.so.11.0.0
+usr/lib/libknot.so.12
+usr/lib/libknot.so.12.0.0
 #usr/lib/libknotus.a
 #usr/lib/libknotus.la
diff --git a/lfs/knot b/lfs/knot
index 7e8bbc202..2a2c5e9d7 100644
--- a/lfs/knot
+++ b/lfs/knot
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 3.0.7
+VER        = 3.1.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 = a7ac9e92989184437a45578d0e23990a
+$(DL_FILE)_MD5 = 53c8b86d6f8b0719e03051732e4cb4b1
 
 install : $(TARGET)