unbound: update to 1.9.3
authorEric Luehrsen <ericluehrsen@gmail.com>
Fri, 30 Aug 2019 02:45:45 +0000 (22:45 -0400)
committerEric Luehrsen <ericluehrsen@gmail.com>
Sat, 31 Aug 2019 05:12:16 +0000 (01:12 -0400)
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
net/unbound/Makefile
net/unbound/files/unbound.sh

index 22341e48215c6ab5dc3d842771d91ec54f2fc41a..95c04fb74073e7c6ad15a700b4da7434e07beccd 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=unbound
-PKG_VERSION:=1.9.2
+PKG_VERSION:=1.9.3
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
-PKG_HASH:=6f7acec5cf451277fcda31729886ae7dd62537c4f506855603e3aa153fcb6b95
+PKG_HASH:=1b55dd9170e4bfb327fb644de7bbf7f0541701149dff3adf1b63ffa785f16dfa
 
 PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
index f44cfec6cf8b35e39d3ebbba6e551d83f97227a1..83717fefb5ebfc920ea1bcb3d03973f8c2efcff1 100644 (file)
@@ -582,7 +582,7 @@ unbound_conf() {
 
 
   if [ "$UB_N_THREADS" -gt 1 ] \
-  && $PROG -h | grep -q "linked libs:.*libevent" ; then
+  && $PROG -V | grep -q "Linked libs:.*libevent" ; then
     # heavy variant using "threads" may need substantial resources
     echo "  num-threads: 2" >> $UB_CORE_CONF
   else