aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/Makefile
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2017-12-06 14:22:59 +0100
committerHans Dedecker <dedeckeh@gmail.com>2017-12-06 14:55:12 +0100
commit347d18177e30cd38e26d889471696c105772d828 (patch)
treed2e4a77d60cbffcecbdda4b0f2ba7c76ba604c5f /package/network/services/dnsmasq/Makefile
parentdeaf9597c67aa970c27c333d9c69e3c3ad046248 (diff)
downloadupstream-347d18177e30cd38e26d889471696c105772d828.tar.gz
upstream-347d18177e30cd38e26d889471696c105772d828.tar.bz2
upstream-347d18177e30cd38e26d889471696c105772d828.zip
dnsmasq: backport infinite dns retries fix
If all configured dns servers return refused in response to a query in strict mode; dnsmasq will end up in an infinite loop retransmitting the dns query resulting into high CPU load. Problem is fixed by checking for the end of a dns server list iteration in strict mode. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r--package/network/services/dnsmasq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile
index 2c1073c148..480a8a9f48 100644
--- a/package/network/services/dnsmasq/Makefile
+++ b/package/network/services/dnsmasq/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dnsmasq
PKG_VERSION:=2.78
-PKG_RELEASE:=4
+PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/