knot: Update to 3.0.3

Message ID 20210101095816.2099-1-matthias.fischer@ipfire.org
State Accepted
Commit 3d725ebbec589c137f40c59296662b21583225e1
Headers
Series knot: Update to 3.0.3 |

Commit Message

Matthias Fischer Jan. 1, 2021, 9:58 a.m. UTC
  For details see:
https://www.knot-dns.cz/2020-12-15-version-303.html

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

Comments

Peter Müller Jan. 2, 2021, 11:38 a.m. UTC | #1
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

> For details see:
> https://www.knot-dns.cz/2020-12-15-version-303.html
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
>  lfs/knot | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/knot b/lfs/knot
> index 4bb8dcbf0..8a3288cdf 100644
> --- a/lfs/knot
> +++ b/lfs/knot
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 3.0.2
> +VER        = 3.0.3
>  
>  THISAPP    = knot-$(VER)
>  DL_FILE    = $(THISAPP).tar.xz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = c4e18bd1e595cffb185a042522985dec
> +$(DL_FILE)_MD5 = 96db8b271ab8c54dd8d4f69a480a71c5
>  
>  install : $(TARGET)
>  
>
  

Patch

diff --git a/lfs/knot b/lfs/knot
index 4bb8dcbf0..8a3288cdf 100644
--- a/lfs/knot
+++ b/lfs/knot
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 3.0.2
+VER        = 3.0.3
 
 THISAPP    = knot-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = c4e18bd1e595cffb185a042522985dec
+$(DL_FILE)_MD5 = 96db8b271ab8c54dd8d4f69a480a71c5
 
 install : $(TARGET)