]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/dnsdist
Merge branch 'master' into next
[people/mfischer/ipfire-2.x.git] / lfs / dnsdist
index 8aaca95247c9e0c5c11c311920136e182fdd96ed..95c386a1e911f10602daf090d255e45d07ed475a 100644 (file)
@@ -24,7 +24,9 @@
 
 include Config
 
-VER        = 1.6.1
+SUMMARY    = A highly DNS-, DoS- and abuse-aware loadbalancer
+
+VER        = 1.7.0
 
 THISAPP    = dnsdist-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -32,12 +34,14 @@ 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
 
 DEPS       =
 
+SERVICES   = dnsdist
+
 MAX_PARALLELISM = $(shell echo $$(( $(SYSTEM_MEMORY) / 3072 )))
 
 ###############################################################################
@@ -48,7 +52,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = fc314583a33d1256fecb41dac64a77e3
+$(DL_FILE)_MD5 = 51cca04895eb04278ba01491a5f24984
 
 install : $(TARGET)
 
@@ -58,7 +62,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
@@ -94,7 +98,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install
 
        #install initscripts
-       $(call INSTALL_INITSCRIPT,dnsdist)
+       $(call INSTALL_INITSCRIPTS,$(SERVICES))
 
        install -v -m 644 $(DIR_SRC)/config/backup/includes/dnsdist \
                 /var/ipfire/backup/addons/includes/dnsdist