dnsdist: Update to 1.7.2

Message ID 20220615095148.1972338-1-michael.tremer@ipfire.org
State Accepted
Commit bf7bfc3df6a3fc4e55908a9b80bcf06e51e3b46b
Headers
Series dnsdist: Update to 1.7.2 |

Commit Message

Michael Tremer June 15, 2022, 9:51 a.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/dnsdist | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Peter Müller June 15, 2022, 3:40 p.m. UTC | #1
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

> 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 06ed4e88e..9b668f40a 100644
> --- a/lfs/dnsdist
> +++ b/lfs/dnsdist
> @@ -26,7 +26,7 @@ include Config
>  
>  SUMMARY    = A highly DNS-, DoS- and abuse-aware loadbalancer
>  
> -VER        = 1.7.0
> +VER        = 1.7.2
>  
>  THISAPP    = dnsdist-$(VER)
>  DL_FILE    = $(THISAPP).tar.bz2
> @@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
>  DIR_APP    = $(DIR_SRC)/$(THISAPP)
>  TARGET     = $(DIR_INFO)/$(THISAPP)
>  PROG       = dnsdist
> -PAK_VER    = 11
> +PAK_VER    = 12
>  
>  SUP_ARCH   = x86_64 aarch64
>  
> @@ -52,7 +52,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 = 3766da5f63df6390f555307d665efcbb2ad1462abae3af44503479d4c6ae6453e43527d2bcac718fabeb8b60ec989f264860532b480c465afc440405f9efac74
> +$(DL_FILE)_BLAKE2 = cf2a9853be4c896b3909f871fad771d4298eb2586702a8a85eff2c612d275214cdad82e93961f4cfd58300f5629f06569c51a2c4f15de58188a69116bd5275de
>  
>  install : $(TARGET)
>
  

Patch

diff --git a/lfs/dnsdist b/lfs/dnsdist
index 06ed4e88e..9b668f40a 100644
--- a/lfs/dnsdist
+++ b/lfs/dnsdist
@@ -26,7 +26,7 @@  include Config
 
 SUMMARY    = A highly DNS-, DoS- and abuse-aware loadbalancer
 
-VER        = 1.7.0
+VER        = 1.7.2
 
 THISAPP    = dnsdist-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -34,7 +34,7 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = dnsdist
-PAK_VER    = 11
+PAK_VER    = 12
 
 SUP_ARCH   = x86_64 aarch64
 
@@ -52,7 +52,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 3766da5f63df6390f555307d665efcbb2ad1462abae3af44503479d4c6ae6453e43527d2bcac718fabeb8b60ec989f264860532b480c465afc440405f9efac74
+$(DL_FILE)_BLAKE2 = cf2a9853be4c896b3909f871fad771d4298eb2586702a8a85eff2c612d275214cdad82e93961f4cfd58300f5629f06569c51a2c4f15de58188a69116bd5275de
 
 install : $(TARGET)