diff mbox

[2/2] dnsmasq: bump to version 2.64

Message ID 1354840348-24951-2-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 2fdd70e5986f0a3869c142949e352e62543a1dd1
Headers show

Commit Message

Gustavo Zacarias Dec. 7, 2012, 12:32 a.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/dnsmasq/dnsmasq.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Peter Korsgaard Dec. 10, 2012, 9:30 a.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

It unfortunately fails here:

http://autobuild.buildroot.net/results/26a9e152f533e467f68b72a373d0fc84d561eb87/build-end.log

From a quick look, it seem parse_server() should be moved outside the
HAVE_DHCP conditional.
Gustavo Zacarias Dec. 10, 2012, 10:52 a.m. UTC | #2
On 12/10/2012 06:30 AM, Peter Korsgaard wrote:

> It unfortunately fails here:
> 
> http://autobuild.buildroot.net/results/26a9e152f533e467f68b72a373d0fc84d561eb87/build-end.log
> 
> From a quick look, it seem parse_server() should be moved outside the
> HAVE_DHCP conditional.

Thanks for the headsup, patch sent (to both relevant places) :)
regards.
diff mbox

Patch

diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk
index dac30e5..afa51e2 100644
--- a/package/dnsmasq/dnsmasq.mk
+++ b/package/dnsmasq/dnsmasq.mk
@@ -4,7 +4,7 @@ 
 #
 #############################################################
 
-DNSMASQ_VERSION = 2.63
+DNSMASQ_VERSION = 2.64
 DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq
 DNSMASQ_MAKE_ENV = CC="$(TARGET_CC)"
 DNSMASQ_MAKE_OPT = COPTS="$(DNSMASQ_COPTS)" PREFIX=/usr CFLAGS="$(TARGET_CFLAGS)"