mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
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_SITE:=http://thekelleys.org.uk/dnsmasq
|
||||||
DNSMASQ_UPVER:=2.41
|
DNSMASQ_UPVER:=2.45
|
||||||
DNSMASQ_SOURCE:=dnsmasq-$(DNSMASQ_UPVER).tar.gz
|
DNSMASQ_SOURCE:=dnsmasq-$(DNSMASQ_UPVER).tar.gz
|
||||||
DNSMASQ_DIR:=$(BUILD_DIR)/dnsmasq-$(DNSMASQ_UPVER)
|
DNSMASQ_DIR:=$(BUILD_DIR)/dnsmasq-$(DNSMASQ_UPVER)
|
||||||
DNSMASQ_BINARY:=dnsmasq
|
DNSMASQ_BINARY:=dnsmasq
|
||||||
@ -21,6 +21,10 @@ ifneq ($(BR2_PACKAGE_DNSMASQ_TFTP),y)
|
|||||||
DNSMASQ_COPTS+=-DNO_TFTP
|
DNSMASQ_COPTS+=-DNO_TFTP
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq ($(BR2_LARGEFILE),y)
|
||||||
|
DNSMASQ_COPTS+=-DNO_LARGEFILE
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(strip $(BR2_PACKAGE_DBUS)),y)
|
ifeq ($(strip $(BR2_PACKAGE_DBUS)),y)
|
||||||
DNSMASQ_DBUS:=$(TARGET_DIR)/usr/bin/dbus-daemon
|
DNSMASQ_DBUS:=$(TARGET_DIR)/usr/bin/dbus-daemon
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user