diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2019-05-11 16:17:45 +0100 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2019-07-25 12:29:08 +0100 |
commit | cd91f2327ffb06a41129a35ae7be1e7923a78d74 (patch) | |
tree | 0cc7645745e65f49e43f4c30ff40988070b65d03 /package/network/services/dnsmasq/Makefile | |
parent | e9eec39aacde450ba87598d85987b374ce6aed95 (diff) | |
download | upstream-cd91f2327ffb06a41129a35ae7be1e7923a78d74.tar.gz upstream-cd91f2327ffb06a41129a35ae7be1e7923a78d74.tar.bz2 upstream-cd91f2327ffb06a41129a35ae7be1e7923a78d74.zip |
dnsmasq: improve insecure DS warning
Log the failing domain in the insecure DS warning.
Patch has been sent upstream.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r-- | package/network/services/dnsmasq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index dc20ada292..ad95ccd65d 100644 --- a/package/network/services/dnsmasq/Makefile +++ b/package/network/services/dnsmasq/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_UPSTREAM_VERSION:=2.80 PKG_VERSION:=$(subst test,~~test,$(subst rc,~rc,$(PKG_UPSTREAM_VERSION))) -PKG_RELEASE:=14 +PKG_RELEASE:=16 PKG_SOURCE:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |