stubby: Bump to 0.2.2 plus updates to default config

Bump version plus changes to address concerns regarding default config for stubby provided with this package

Signed-off-by: David Mora <iamperson347+public@gmail.com>
This commit is contained in:
David Mora
2018-02-21 21:30:06 -05:00
parent 1b8696446f
commit dcbeb660dd
3 changed files with 75 additions and 8 deletions
+8 -4
View File
@@ -5,16 +5,18 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=stubby
PKG_VERSION:=0.2.1
PKG_VERSION:=0.2.2
PKG_RELEASE:=1
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=COPYING
PKG_MAINTAINER:=David Mora <iamperson347+public@gmail.com>
PKG_SOURCE:=v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/getdnsapi/stubby/archive/
PKG_HASH:=adf030a55426918933870f2d49a0caed93023bb1ec806efb255c3e7494985821
PKG_SOURCE_PROTO:=git
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/getdnsapi/$(PKG_NAME)
PKG_SOURCE_VERSION:=1a6acd642c7dc9a04cf092e1a3837c5636d4b465
PKG_MIRROR_HASH:=f5a270a0ef4e7e2f0387b649ed77d66917ba9bd88dee14e3f9edd2573e8d3c3a
PKG_FIXUP:=autoreconf
@@ -29,6 +31,8 @@ endef
define Package/stubby/description
This package contains the Stubby daemon (which utilizes the getdns library).
See https://github.com/openwrt/packages/blob/master/net/stubby/files/README.md for more details.
endef
define Package/stubby