mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
Unbound: Give USERID explicit numbers for clean install
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=unbound
|
||||
PKG_VERSION:=1.5.10
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
@@ -27,7 +27,7 @@ PKG_INSTALL:=1
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/unbound/Default
|
||||
TITLE:=A validating, recursive & caching DNS resolver
|
||||
TITLE:=Unbound is a validating, recursive, and caching DNS resolver.
|
||||
URL:=http://www.unbound.net/
|
||||
DEPENDS:=+libopenssl
|
||||
endef
|
||||
@@ -37,9 +37,9 @@ define Package/unbound
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
SUBMENU:=IP Addresses and Names
|
||||
USERID:=unbound=553:unbound=553
|
||||
TITLE+= (daemon)
|
||||
DEPENDS+= +libunbound
|
||||
USERID:=unbound:unbound
|
||||
endef
|
||||
|
||||
define Package/unbound/description
|
||||
|
||||
Reference in New Issue
Block a user