Skip to content

Commit

Permalink
stubby: standardize on ca-bundle cert dependency
Browse files Browse the repository at this point in the history
Using ca-bundle package saves 10KB over using ca-certificates, and with
commit openwrt/openwrt@191078e83d is a drop-in
replacement for packages using openssl and CA certs. This has been noted
as the default in current trunk by other packages switching over e.g.
openwrt@e0a5ed9f76.

For further related discussion see:
openwrt#7030 (comment) and
openwrt#6682 (comment).

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
  • Loading branch information
guidosarducci committed Oct 10, 2018
1 parent 2abd466 commit d5593c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/stubby/Makefile
Expand Up @@ -36,7 +36,7 @@ define Package/stubby
SUBMENU:=IP Addresses and Names
TITLE+= - (daemon that uses getdns)
USERID:=stubby=410:stubby=410
DEPENDS:= +libyaml +getdns +ca-certificates
DEPENDS:= +libyaml +getdns +ca-bundle
endef

define Package/stubby/description
Expand Down

0 comments on commit d5593c6

Please sign in to comment.