From 11731c81c35b6271c92097cb4edf4259aa45e376 Mon Sep 17 00:00:00 2001 From: Maxim Storchak Date: Tue, 10 Dec 2019 14:39:20 +0200 Subject: [PATCH] stubby: switch to ca-bundle Signed-off-by: Maxim Storchak --- net/stubby/Makefile | 4 ++-- net/stubby/files/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/stubby/Makefile b/net/stubby/Makefile index 20e60ad6ca..97a17ae618 100644 --- a/net/stubby/Makefile +++ b/net/stubby/Makefile @@ -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 diff --git a/net/stubby/files/README.md b/net/stubby/files/README.md index 12fcef3974..9bdb54c9bf 100644 --- a/net/stubby/files/README.md +++ b/net/stubby/files/README.md @@ -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