summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-08 15:45:13 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-08 15:45:13 +0000
commitcda805f060d30b635d064e73f28fa46ccf908e19 (patch)
treeca703d7ab8c5ddbba0ef9e5466fe1fe6205b0e70 /make
parent0be7a5629b446786c7eeaa10399710736c5c1874 (diff)
update dnsmasq since older one doesnt exist and had security issues
Diffstat (limited to 'make')
-rw-r--r--make/dnsmasq.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/dnsmasq.mk b/make/dnsmasq.mk
index c59204992..af747af06 100644
--- a/make/dnsmasq.mk
+++ b/make/dnsmasq.mk
@@ -6,8 +6,8 @@
DNSMASQ_SITE=http://thekelleys.org.uk/dnsmasq
ifeq ($(filter $(TARGETS),dnsmasq1),)
-DNSMASQ_SOURCE=dnsmasq-2.6.tar.gz
-DNSMASQ_DIR=$(BUILD_DIR)/dnsmasq-2.6
+DNSMASQ_SOURCE=dnsmasq-2.15.tar.gz
+DNSMASQ_DIR=$(BUILD_DIR)/dnsmasq-2.15
DNSMASQ_VER=dnsmasq2
else
DNSMASQ_SOURCE=dnsmasq-1.18.tar.gz