]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
dnsdist: Update to 2.0.0
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 21 Jul 2025 13:27:50 +0000 (13:27 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 21 Jul 2025 13:27:50 +0000 (13:27 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/dnsdist

index 994707e7bd3efd3734c40351b880b7e2bf14d6c3..b0deaae3d5e5b81a237acc995241f31c88dfb270 100644 (file)
@@ -26,15 +26,15 @@ include Config
 
 SUMMARY    = A highly DNS-, DoS- and abuse-aware loadbalancer
 
-VER        = 1.9.10
+VER        = 2.0.0
 
 THISAPP    = dnsdist-$(VER)
-DL_FILE    = $(THISAPP).tar.bz2
+DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = dnsdist
-PAK_VER    = 28
+PAK_VER    = 29
 
 DEPS       =
 
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = ea66ca17ef66ecc64fd3a7379b22c2b0448c2a41f325e574a4edb20dfe408315be84a407b78f30a441479fbbcba31a28da2e310c275877739918ad3f9870acd1
+$(DL_FILE)_BLAKE2 = 890bd555ec539ef5d3e9906e15410006471f1dc4848c768a3c631fe399f35e8b42ffc01a53aa9ff3b2f1248d635b9f9b90c1527f7e391848795b28c065398290
 
 install : $(TARGET)