From: Markus Stenberg Date: Tue, 8 Sep 2015 18:01:35 +0000 (+0300) Subject: hnetd: Bump + removed rebind_protection disabling (as latest hnetd provides correct... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ffd8bfab23f1a68e6fb1aa7e4da4f0c721375c12;p=feed%2Frouting.git hnetd: Bump + removed rebind_protection disabling (as latest hnetd provides correct rebind-domain-ok option to dnsmasq dynamically). --- diff --git a/hnetd/Makefile b/hnetd/Makefile index 896d848..3e92239 100644 --- a/hnetd/Makefile +++ b/hnetd/Makefile @@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hnetd -PKG_SOURCE_VERSION:=345fb74504249cee5d02b2349ccaaef118523118 -PKG_VERSION:=2015-08-21-$(PKG_SOURCE_VERSION) +PKG_SOURCE_VERSION:=c0b0c31b8fa4fbe47208e49685ccc9976532738a +PKG_VERSION:=2015-09-08-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git diff --git a/hnetd/files/hnetd.defaults b/hnetd/files/hnetd.defaults index f9ed705..5ca7388 100644 --- a/hnetd/files/hnetd.defaults +++ b/hnetd/files/hnetd.defaults @@ -2,13 +2,11 @@ # Why we tune dnsmasq? # localservice=0 => other hnetd instances can query for local names -# rebind_protection=0 => accept RFC1918 names from the other hnetd instances # boguspriv=0 => allow reverse resolution of RFC1918 w/o local hosts entries uci batch <