mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
dnsdist: Update to 1.5.1
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 1.5.0
|
VER = 1.5.1
|
||||||
|
|
||||||
THISAPP = dnsdist-$(VER)
|
THISAPP = dnsdist-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.bz2
|
DL_FILE = $(THISAPP).tar.bz2
|
||||||
@@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
|
|||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
SUP_ARCH = x86_64 i586
|
SUP_ARCH = x86_64 i586
|
||||||
PROG = dnsdist
|
PROG = dnsdist
|
||||||
PAK_VER = 5
|
PAK_VER = 6
|
||||||
|
|
||||||
DEPS =
|
DEPS =
|
||||||
|
|
||||||
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = 86532fd9b0e8f838b16ab1a611f52abb
|
$(DL_FILE)_MD5 = 0c52d34e4807abe6be3b03f8e2c1b700
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user