Openwrt/package
Yousong Zhou 064dc1e81b dnsmasq: abort when dnssec requested but not available
Before this commit, if uci option "dnssec" was set, we pass "--dnssec"
and friends to dnsmasq, let it start and decide whether to quit and
whether to emit message for diagnosis

  # dnsmasq --dnssec; echo $?
  dnsmasq: DNSSEC not available: set HAVE_DNSSEC in src/config.h
  1

DNSSEC as a feature is different from others like dhcp, tftp in that
it's a security feature.  Better be explicit.  With this change
committed, we make it so by not allowing it in the first in the
initscript, should dnsmasq later decides to not quit (not likely) or
quit without above explicit error (unlikely but less so ;)

So this is just being proactive.  on/off choices with uci option
"dnssec" are still available like before

Link: https://github.com/openwrt/openwrt/pull/3265#issuecomment-667795302
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-08-07 15:56:30 +08:00
..
base-files base-files: mount bpffs at boot 2020-07-31 13:43:03 +01:00
boot ath79/nand: add support for Netgear WNDR4300TN 2020-08-06 16:56:07 +02:00
devel binutils: update to version 2.34 2020-08-06 12:42:16 +02:00
firmware layerscape: harmonize device strings 2020-07-27 12:06:52 +02:00
kernel Revert "procd: update to git HEAD" 2020-08-06 16:17:37 +01:00
libs libubox: update to git HEAD 2020-08-06 15:27:51 +01:00
network dnsmasq: abort when dnssec requested but not available 2020-08-07 15:56:30 +08:00
system procd: update to git HEAD 2020-08-06 16:17:37 +01:00
utils
Makefile