dnsmasq: bump version
fixes dns spoofing vulnerability.
This commit is contained in:
parent
bf4c77cca0
commit
1907c34660
@ -5,7 +5,7 @@
|
||||
#############################################################
|
||||
|
||||
DNSMASQ_SITE:=http://thekelleys.org.uk/dnsmasq
|
||||
DNSMASQ_UPVER:=2.41
|
||||
DNSMASQ_UPVER:=2.45
|
||||
DNSMASQ_SOURCE:=dnsmasq-$(DNSMASQ_UPVER).tar.gz
|
||||
DNSMASQ_DIR:=$(BUILD_DIR)/dnsmasq-$(DNSMASQ_UPVER)
|
||||
DNSMASQ_BINARY:=dnsmasq
|
||||
@ -21,6 +21,10 @@ ifneq ($(BR2_PACKAGE_DNSMASQ_TFTP),y)
|
||||
DNSMASQ_COPTS+=-DNO_TFTP
|
||||
endif
|
||||
|
||||
ifneq ($(BR2_LARGEFILE),y)
|
||||
DNSMASQ_COPTS+=-DNO_LARGEFILE
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(BR2_PACKAGE_DBUS)),y)
|
||||
DNSMASQ_DBUS:=$(TARGET_DIR)/usr/bin/dbus-daemon
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user