From 3ceffe9659ae4a98a4127812126379a263ab991e Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Sun, 16 Dec 2012 01:52:17 +0000 Subject: dnsmasq: bump to version 2.65 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- .../dnsmasq/dnsmasq-fix-parse-server-no-dhcp.patch | 37 ---------------------- package/dnsmasq/dnsmasq.mk | 2 +- 2 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 package/dnsmasq/dnsmasq-fix-parse-server-no-dhcp.patch (limited to 'package/dnsmasq') diff --git a/package/dnsmasq/dnsmasq-fix-parse-server-no-dhcp.patch b/package/dnsmasq/dnsmasq-fix-parse-server-no-dhcp.patch deleted file mode 100644 index 817d3b2285..0000000000 --- a/package/dnsmasq/dnsmasq-fix-parse-server-no-dhcp.patch +++ /dev/null @@ -1,37 +0,0 @@ -From acd702292afebb8550acbfbe80638995545ccd10 Mon Sep 17 00:00:00 2001 -From: Gustavo Zacarias -Date: Mon, 10 Dec 2012 07:47:10 -0300 -Subject: [PATCH] Move parse_server outside the HAVE_DHCP ifdef - -Fixes build breakage when building without DHCP support. - -Signed-off-by: Gustavo Zacarias ---- - src/option.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) - -diff --git a/src/option.c b/src/option.c -index c1643a1..d6e323b 100644 ---- a/src/option.c -+++ b/src/option.c -@@ -641,6 +641,8 @@ static char *set_prefix(char *arg) - return arg; - } - -+#endif -+ - char *parse_server(char *arg, union mysockaddr *addr, union mysockaddr *source_addr, char *interface, int *flags) - { - int source_port = 0, serv_port = NAMESERVER_PORT; -@@ -728,6 +730,8 @@ char *parse_server(char *arg, union mysockaddr *addr, union mysockaddr *source_a - return NULL; - } - -+#ifdef HAVE_DHCP -+ - /* This is too insanely large to keep in-line in the switch */ - static int parse_dhcp_opt(char *errstr, char *arg, int flags) - { --- -1.7.8.6 - diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk index afa51e28dd..fe75e7b787 100644 --- a/package/dnsmasq/dnsmasq.mk +++ b/package/dnsmasq/dnsmasq.mk @@ -4,7 +4,7 @@ # ############################################################# -DNSMASQ_VERSION = 2.64 +DNSMASQ_VERSION = 2.65 DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq DNSMASQ_MAKE_ENV = CC="$(TARGET_CC)" DNSMASQ_MAKE_OPT = COPTS="$(DNSMASQ_COPTS)" PREFIX=/usr CFLAGS="$(TARGET_CFLAGS)" -- cgit v1.2.1