summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/dnsmasq.mk
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-05-12 03:55:23 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-12 21:40:17 +0200
commit87c6b15c7d354ab52cb1f7b785b233293800eca1 (patch)
tree9936002ca90a2f3ad2c1af9e16537f243b847df6 /package/dnsmasq/dnsmasq.mk
parent8f8d23f1918091a307ae957dd9f32d1596819a51 (diff)
downloadbuildroot-novena-87c6b15c7d354ab52cb1f7b785b233293800eca1.tar.gz
buildroot-novena-87c6b15c7d354ab52cb1f7b785b233293800eca1.zip
dnsmasq: bump to version 2.66
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dnsmasq/dnsmasq.mk')
-rw-r--r--package/dnsmasq/dnsmasq.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk
index 8fb1fb194..04e3630c2 100644
--- a/package/dnsmasq/dnsmasq.mk
+++ b/package/dnsmasq/dnsmasq.mk
@@ -4,7 +4,7 @@
#
#############################################################
-DNSMASQ_VERSION = 2.65
+DNSMASQ_VERSION = 2.66
DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq
DNSMASQ_MAKE_ENV = $(TARGET_MAKE_ENV) CC="$(TARGET_CC)"
DNSMASQ_MAKE_OPT = COPTS="$(DNSMASQ_COPTS)" PREFIX=/usr CFLAGS="$(TARGET_CFLAGS)"