stubby: switch to ca-bundle in 19.07 10881/head
authorMaxim Storchak <m.storchak@gmail.com>
Tue, 10 Dec 2019 12:39:20 +0000 (14:39 +0200)
committerMaxim Storchak <m.storchak@gmail.com>
Fri, 27 Dec 2019 17:31:13 +0000 (19:31 +0200)
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
net/stubby/Makefile
net/stubby/files/README.md

index 20e60ad6ca500e2411bc0c4593b0972d22a31e7a..97a17ae6187140c3e0bcfc6967a17999d09bb537 100644 (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
index bc5344cd807dc05b0417b1f76d50e784fc33171b..c5f4fdcd33971719c7d1935fd92d9c0b10567d99 100644 (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