Merge pull request #4741 from EricLuehrsen/unbound_1_6_5

[LEDE-17.01] unbound: update to 1.6.5
This commit is contained in:
Hannu Nyman
2017-08-22 17:43:53 +03:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=unbound PKG_NAME:=unbound
PKG_VERSION:=1.6.1 PKG_VERSION:=1.6.5
PKG_RELEASE:=6 PKG_RELEASE:=1
PKG_LICENSE:=BSD-3-Clause PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE PKG_LICENSE_FILES:=LICENSE
@@ -17,7 +17,7 @@ PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@hotmail.com>
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.unbound.net/downloads PKG_SOURCE_URL:=http://www.unbound.net/downloads
PKG_HASH:=42df63f743c0fe8424aeafcf003ad4b880b46c14149d696057313f5c1ef51400 PKG_HASH:=e297aa1229015f25bf24e4923cb1dadf1f29b84f82a353205006421f82cc104e
PKG_BUILD_DEPENDS:=libexpat PKG_BUILD_DEPENDS:=libexpat
PKG_BUILD_PARALLEL:=1 PKG_BUILD_PARALLEL:=1
+4 -4
View File
@@ -6,7 +6,7 @@ index 83e7c5c..3ea2b28 100644
-# -#
-# Example configuration file. -# Example configuration file.
-# -#
-# See unbound.conf(5) man page, version 1.6.1. -# See unbound.conf(5) man page, version 1.6.5.
-# -#
-# this is a comment. -# this is a comment.
+############################################################################## +##############################################################################
@@ -16,17 +16,17 @@ index 83e7c5c..3ea2b28 100644
+# no longer supported ... are exceptional for the DNS. +# no longer supported ... are exceptional for the DNS.
+# (http://unbound.net/documentation/unbound.conf.html) +# (http://unbound.net/documentation/unbound.conf.html)
+############################################################################## +##############################################################################
#Use this to include other text into the file. #Use this to include other text into the file.
#include: "otherfile.conf" #include: "otherfile.conf"
@@ -12,9 +13,71 @@ @@ -12,9 +13,71 @@
server: server:
# whitespace is not necessary, but looks cleaner. # whitespace is not necessary, but looks cleaner.
- # verbosity number, 0 is least verbose. 1 is default. - # verbosity number, 0 is least verbose. 1 is default.
+ # verbosity 1 is default + # verbosity 1 is default
verbosity: 1 verbosity: 1
+ # Self jail Unbound with user "unbound" to /var/lib/unbound + # Self jail Unbound with user "unbound" to /var/lib/unbound
+ # The script /etc/init.d/unbound will setup the location + # The script /etc/init.d/unbound will setup the location
+ username: "unbound" + username: "unbound"