Merge pull request #10881 from mstorchak/stubby-19.07

[19.07] stubby: switch to ca-bundle
This commit is contained in:
Rosen Penev 2020-01-05 15:38:13 -08:00 committed by GitHub
commit 26c23f3b9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=stubby
PKG_VERSION:=0.2.6
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=COPYING
@ -35,7 +35,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-certs
endef
define Package/stubby/description

View file

@ -24,7 +24,7 @@ Stubby](https://dnsprivacy.org/wiki/display/DP/About+Stubby) page.
Installation of this package can be achieved at the command line using `opkg
install stubby`, or via the LUCI Web Interface. Installing the stubby package
will also install the required dependency packages, including the
`ca-certificates` package.
`ca-bundle` package.
## Configuration