mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
dnsdist: Update to 1.4.0
This patch updates dnsdist to the latest release. Additionally it includes /etc/sysconfig/dnsdist in the backup and enables DNS-over-TLS. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
b6ab15eaa2
commit
d8f7b45f35
@@ -1 +1,2 @@
|
||||
/etc/dnsdist.conf
|
||||
/etc/sysconfig/dnsdist
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.3.3
|
||||
VER = 1.4.0
|
||||
|
||||
THISAPP = dnsdist-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
SUP_ARCH = x86_64 i586
|
||||
PROG = dnsdist
|
||||
PAK_VER = 3
|
||||
PAK_VER = 4
|
||||
|
||||
DEPS = ""
|
||||
|
||||
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 6bbcdf5296ac5303e88d779d1d57a4df
|
||||
$(DL_FILE)_MD5 = 0fecd7d600c1c094b9fffffd27c44369
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -85,6 +85,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
--sysconfdir=/etc \
|
||||
--enable-openssl \
|
||||
--disable-gnutls \
|
||||
--enable-dns-over-tls \
|
||||
--with-lua \
|
||||
--without-net-snmp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user