mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
stubby: switch to ca-bundle in 19.07
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=stubby
|
PKG_NAME:=stubby
|
||||||
PKG_VERSION:=0.2.6
|
PKG_VERSION:=0.2.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
@@ -35,7 +35,7 @@ define Package/stubby
|
|||||||
SUBMENU:=IP Addresses and Names
|
SUBMENU:=IP Addresses and Names
|
||||||
TITLE+= - (daemon that uses getdns)
|
TITLE+= - (daemon that uses getdns)
|
||||||
USERID:=stubby=410:stubby=410
|
USERID:=stubby=410:stubby=410
|
||||||
DEPENDS:= +libyaml +getdns +ca-certificates
|
DEPENDS:= +libyaml +getdns +ca-certs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/stubby/description
|
define Package/stubby/description
|
||||||
|
|||||||
@@ -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
|
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
|
install stubby`, or via the LUCI Web Interface. Installing the stubby package
|
||||||
will also install the required dependency packages, including the
|
will also install the required dependency packages, including the
|
||||||
`ca-certificates` package.
|
`ca-bundle` package.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user