[2/2] dnsdist: Update to 1.7.3

Message ID 20221230135952.3611467-2-michael.tremer@ipfire.org
State Accepted
Commit eafaa37c4f7ad472c28d37d1bdaaf69abf093870
Headers
Series [1/2] bird: Update to 2.0.11 |

Commit Message

Michael Tremer Dec. 30, 2022, 1:59 p.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/dnsdist | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Peter Müller Dec. 31, 2022, 10:54 a.m. UTC | #1
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
> ---
>  lfs/dnsdist | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/dnsdist b/lfs/dnsdist
> index 4fd3ce6aa..8ee4fc023 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.2
> +VER        = 1.7.3
>  
>  THISAPP    = dnsdist-$(VER)
>  DL_FILE    = $(THISAPP).tar.bz2
> @@ -52,7 +52,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 = cf2a9853be4c896b3909f871fad771d4298eb2586702a8a85eff2c612d275214cdad82e93961f4cfd58300f5629f06569c51a2c4f15de58188a69116bd5275de
> +$(DL_FILE)_BLAKE2 = e7d1cb9dba3d3ad1dd696d324697ffac60863112eae83307237639bea339f7ed1c3f320002d3467a44ab38a9ea60ade95fff43645c889d29465760f7f467b996
>  
>  install : $(TARGET)
>
  

Patch

diff --git a/lfs/dnsdist b/lfs/dnsdist
index 4fd3ce6aa..8ee4fc023 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.2
+VER        = 1.7.3
 
 THISAPP    = dnsdist-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -52,7 +52,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = cf2a9853be4c896b3909f871fad771d4298eb2586702a8a85eff2c612d275214cdad82e93961f4cfd58300f5629f06569c51a2c4f15de58188a69116bd5275de
+$(DL_FILE)_BLAKE2 = e7d1cb9dba3d3ad1dd696d324697ffac60863112eae83307237639bea339f7ed1c3f320002d3467a44ab38a9ea60ade95fff43645c889d29465760f7f467b996
 
 install : $(TARGET)