summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2010-01-26 11:36:07 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2010-01-27 14:33:42 +0100
commit3416f262f9c1120eb7900b83615b453f99896258 (patch)
tree1ca387872351592d023235a4ea85333bd74c644a /package/dnsmasq
parent48b628b8613d5f9a40c426be766285ca1bdaae58 (diff)
downloadbuildroot-novena-3416f262f9c1120eb7900b83615b453f99896258.tar.gz
buildroot-novena-3416f262f9c1120eb7900b83615b453f99896258.zip
Bump dnsmasq to 2.52
Closes #961. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dnsmasq')
-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 6d66d09fd..86b3eef01 100644
--- a/package/dnsmasq/dnsmasq.mk
+++ b/package/dnsmasq/dnsmasq.mk
@@ -4,7 +4,7 @@
#
#############################################################
-DNSMASQ_VERSION = 2.51
+DNSMASQ_VERSION = 2.52
DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq
DNSMASQ_AUTORECONF = NO
DNSMASQ_MAKE_ENV = CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)"