From: Gustavo Zacarias Date: Tue, 20 May 2014 16:46:44 +0000 (-0300) Subject: dnsmasq: bump to version 2.71 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=980e652a936015d2f6aa89e4ecfdf16225e55971;p=buildroot.git dnsmasq: bump to version 2.71 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk index 087b7dc558..dd15994aaf 100644 --- a/package/dnsmasq/dnsmasq.mk +++ b/package/dnsmasq/dnsmasq.mk @@ -4,7 +4,7 @@ # ################################################################################ -DNSMASQ_VERSION = 2.70 +DNSMASQ_VERSION = 2.71 DNSMASQ_SOURCE = dnsmasq-$(DNSMASQ_VERSION).tar.xz DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq DNSMASQ_MAKE_ENV = $(TARGET_MAKE_ENV) CC="$(TARGET_CC)"