unbound: update 1.6.0
authorEric Luehrsen <redacted>
Mon, 19 Dec 2016 03:37:47 +0000 (22:37 -0500)
committerEric Luehrsen <redacted>
Mon, 19 Dec 2016 03:38:19 +0000 (22:38 -0500)
- future opportunity: added "views:" clause
-- consider won't need UCI for security instances
-- consider access lists, forwards, views, and tags
-- consider query denial for DNS amplification defense
- future opportunity: thrifted "local-zone:" memory bloat
-- consider adblock package to feed thru unbound-control
-- consider access lists, forwards, views, and tags
-- consider offering LuCI parental controls or other

Signed-off-by: Eric Luehrsen <redacted>
net/unbound/Makefile
net/unbound/patches/001-conf.patch

index 0883c952fe498e06e161c272d1f6eb43b9a9332d..1422b9cae08b17eab24214baf82ec45cbebee779 100644 (file)
@@ -8,8 +8,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=unbound
-PKG_VERSION:=1.5.10
-PKG_RELEASE:=6
+PKG_VERSION:=1.6.0
+PKG_RELEASE:=1
 
 PKG_LICENSE:=BSD-3-Clause
 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_URL:=http://www.unbound.net/downloads
-PKG_MD5SUM:=0a3a236811f1ab5c1dc31974fa74e047
+PKG_MD5SUM:=78409eccf7260d260b6463f85e59c66b
 
 PKG_BUILD_DEPENDS:=libexpat
 PKG_BUILD_PARALLEL:=1
index 5f6b4c5e74b1d785edad1acfe92ac06990bce263..d1c1ca3d24b0e163f35b97df7a07ee00d659553b 100644 (file)
@@ -1,12 +1,12 @@
 diff --git a/doc/example.conf.in b/doc/example.conf.in
-index c520c88..98a148a 100644
+index 55bbc32..14452fa 100644
 --- a/doc/example.conf.in
 +++ b/doc/example.conf.in
 @@ -1,20 +1,82 @@
 -#
 -# Example configuration file.
 -#
--# See unbound.conf(5) man page, version 1.5.10.
+-# See unbound.conf(5) man page, version 1.6.0.
 -#
 -# this is a comment.
 +##############################################################################
git clone https://git.99rst.org/PROJECT