unbound: update to 1.7.3 6337/head
authorEric Luehrsen <ericluehrsen@hotmail.com>
Fri, 22 Jun 2018 03:54:40 +0000 (23:54 -0400)
committerEric Luehrsen <ericluehrsen@hotmail.com>
Sat, 23 Jun 2018 16:47:14 +0000 (12:47 -0400)
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
net/unbound/Makefile
net/unbound/patches/001-conf.patch

index 12144aeb965df3b41cb77f9a34838b40531e7eae..43dea0a2089132cac5ccb8778ca12d588ac7ced3 100644 (file)
@@ -8,8 +8,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=unbound
-PKG_VERSION:=1.7.2
-PKG_RELEASE:=2
+PKG_VERSION:=1.7.3
+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_HASH:=a85fc7bb34711992cf128b2012638ebb8dc1fe15818baa381f6489240845eaa0
+PKG_HASH:=c11de115d928a6b48b2165e0214402a7a7da313cd479203a7ce7a8b62cba602d
 
 PKG_BUILD_PARALLEL:=1
 PKG_FIXUP:=autoreconf
index ed3d2d54e48961862c5d6cd345c5212b51879731..94a5169b6c73685bf279313f8d024dd868318ada 100644 (file)
@@ -1,32 +1,19 @@
 diff --git a/doc/example.conf.in b/doc/example.conf.in
-index 5396029..cbb51ec 100644
+index be83bda..7317b23 100644
 --- a/doc/example.conf.in
 +++ b/doc/example.conf.in
-@@ -1,9 +1,10 @@
--#
--# Example configuration file.
--#
--# See unbound.conf(5) man page, version 1.7.2.
--#
--# this is a comment.
-+##############################################################################
-+# MEMORY CONTROL EXAMPLE
-+# In the example config settings below memory usage is reduced. Some ser-
-+# vice levels are lower, notable very large data and a high TCP load are
-+# no longer supported ... are exceptional for the DNS.
-+# (http://unbound.net/documentation/unbound.conf.html)
-+##############################################################################
-
- #Use this to include other text into the file.
- #include: "otherfile.conf"
-@@ -12,9 +13,71 @@
- server:
-       # whitespace is not necessary, but looks cleaner.
-
--      # verbosity number, 0 is least verbose. 1 is default.
-+      # verbosity 1 is default
+@@ -15,6 +15,76 @@ server:
+       # verbosity number, 0 is least verbose. 1 is default.
        verbosity: 1
 
++      ############################################################################
++      # MEMORY CONTROL EXAMPLE
++      # In the example config settings below memory usage is reduced. Some ser-
++      # vice levels are lower, notable very large data and a high TCP load are
++      # no longer supported ... are exceptional for the DNS.
++      # (http://unbound.net/documentation/unbound.conf.html)
++      ############################################################################
++
 +      # Self jail Unbound with user "unbound" to /var/lib/unbound
 +      # The script /etc/init.d/unbound will setup the location
 +      username: "unbound"
@@ -85,9 +72,9 @@ index 5396029..cbb51ec 100644
 +      # have power off clock (reboot), then you may need this work around.
 +      #domain-insecure: "pool.ntp.org"
 +
-+##############################################################################
-+# Resume Stock example.conf.in
-+##############################################################################
++      ############################################################################
++      # Resume Stock example.conf.in
++      ############################################################################
 +
        # print statistics to the log (for every thread) every N seconds.
        # Set to "" or 0 to disable. Default is disabled.