dnsdist: Upgrade to 1.7.0

Message ID 20220118123455.4088425-1-michael.tremer@ipfire.org
State Accepted
Commit 53e52b86df520c20222e606ba1b24f6578e20d16
Headers
Series dnsdist: Upgrade to 1.7.0 |

Commit Message

Michael Tremer Jan. 18, 2022, 12:34 p.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/dnsdist | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Adolf Belka Jan. 18, 2022, 12:41 p.m. UTC | #1
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>

On 18/01/2022 13:34, Michael Tremer wrote:
> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
> ---
>   lfs/dnsdist | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/lfs/dnsdist b/lfs/dnsdist
> index 8aaca9524..a0d8a20b1 100644
> --- a/lfs/dnsdist
> +++ b/lfs/dnsdist
> @@ -24,7 +24,7 @@
>   
>   include Config
>   
> -VER        = 1.6.1
> +VER        = 1.7.0
>   
>   THISAPP    = dnsdist-$(VER)
>   DL_FILE    = $(THISAPP).tar.bz2
> @@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
>   DIR_APP    = $(DIR_SRC)/$(THISAPP)
>   TARGET     = $(DIR_INFO)/$(THISAPP)
>   PROG       = dnsdist
> -PAK_VER    = 10
> +PAK_VER    = 11
>   
>   SUP_ARCH   = x86_64 aarch64
>   
> @@ -48,7 +48,7 @@ objects = $(DL_FILE)
>   
>   $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>   
> -$(DL_FILE)_MD5 = fc314583a33d1256fecb41dac64a77e3
> +$(DL_FILE)_MD5 = 51cca04895eb04278ba01491a5f24984
>   
>   install : $(TARGET)
>
  

Patch

diff --git a/lfs/dnsdist b/lfs/dnsdist
index 8aaca9524..a0d8a20b1 100644
--- a/lfs/dnsdist
+++ b/lfs/dnsdist
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 1.6.1
+VER        = 1.7.0
 
 THISAPP    = dnsdist-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -32,7 +32,7 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = dnsdist
-PAK_VER    = 10
+PAK_VER    = 11
 
 SUP_ARCH   = x86_64 aarch64
 
@@ -48,7 +48,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = fc314583a33d1256fecb41dac64a77e3
+$(DL_FILE)_MD5 = 51cca04895eb04278ba01491a5f24984
 
 install : $(TARGET)