unbound: update to 1.17.0
authorEric Luehrsen <ericluehrsen@gmail.com>
Sat, 19 Nov 2022 22:24:27 +0000 (17:24 -0500)
committerTianling Shen <cnsztl@gmail.com>
Mon, 21 Nov 2022 10:58:11 +0000 (18:58 +0800)
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
net/unbound/Makefile
net/unbound/patches/010-configure-uname.patch
net/unbound/patches/100-example-conf-in.patch

index 1c17edde14d2527dc3e057fe7e7b46510da4c112..a137686bca5e1cfc9e578529a6827bb76c320dfa 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=unbound
-PKG_VERSION:=1.16.3
+PKG_VERSION:=1.17.0
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
-PKG_HASH:=ea0c6665e2c3325b769eac1dfccd60fe1828d5fcf662650039eccb3f67edb28e
+PKG_HASH:=dcbc95d7891d9f910c66e4edc9f1f2fde4dea2eec18e3af9f75aed44a02f1341
 
 PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
index dbdb5d1c8116b1e772251595fa41569c24fb813d..ca9c47631944450f9925f2112669c011f655b035 100644 (file)
@@ -3,7 +3,7 @@ Fix cross compile errors by inserting an environment variable for the
 target. Use "uname" on host only if "UNAME" variable is empty.
 --- a/configure.ac
 +++ b/configure.ac
-@@ -815,7 +815,7 @@ if test x_$ub_test_python != x_no; then
+@@ -818,7 +818,7 @@ if test x_$ub_test_python != x_no; then
     fi
  fi
  
index e81ed87c41a128a341da9ff167ef05e895fc7b2b..15cfc056257a597b4c4f7ada3e7a7ab434f0c49f 100644 (file)
@@ -6,7 +6,7 @@ starting point for embedded routers if one is not going to use UCI.
 +++ b/doc/example.conf.in
 @@ -19,6 +19,76 @@ server:
        # verbosity number, 0 is least verbose. 1 is default.
-       verbosity: 1
+       verbosity: 1
  
 +      ############################################################################
 +      # MEMORY CONTROL EXAMPLE