immortalwrt/package
Yousong Zhou 0fd214533d
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 17:48:19 +08:00
..
base-files base-files: disable LEDs if default state is undefined 2020-08-05 21:04:51 +08:00
boot uboot-mediatek: remove swig requirement 2020-07-24 20:02:05 +08:00
ctcgfw v2ray-plugin: bump to 1.3.5 2020-08-07 17:40:13 +08:00
devel binutils: update to version 2.34 2020-08-07 17:44:44 +08:00
firmware linux-firmware: package EIP197 mini firmware 2020-07-12 11:58:32 +08:00
kernel exfat: add out of tree module 2020-08-03 00:34:22 +08:00
lean v2ray: bump to 4.27.0 2020-08-07 17:39:16 +08:00
libs lzo: fix pkgconfig paths 2020-07-18 13:30:47 +08:00
lienol brook: bump to 20200801 2020-08-07 17:38:13 +08:00
network dnsmasq: abort when dnssec requested but not available 2020-08-07 17:48:19 +08:00
ntlf9t luci-app-jd-dailybonus: bump to 0.8.3 2020-08-04 22:28:46 +08:00
system procd: update to git HEAD 2020-08-07 17:45:51 +08:00
utils ravpower-mcu: add package 2020-07-16 20:12:33 +08:00
zxlhhyccc syncthing: add GO_PKG_TAGS 2020-07-16 20:03:36 +08:00
Makefile sync build script for OpenWrt 19.07 2020-02-21 02:41:00 +08:00