diff options
author | Dirk Brenken <dev@brenken.org> | 2019-09-01 07:47:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-01 07:47:32 +0200 |
commit | f564008b9d6b458d2e5291414ef4ac05cc2d4ce2 (patch) | |
tree | 64d27e4e09fde1eb71434d96f1b2d0e935b77662 | |
parent | 4c9d0c7b56365761fd1986ff954edf963feb2931 (diff) | |
parent | c36d8a49fdbc53bf9aac81bf9011f6be0bf15fc7 (diff) |
Merge pull request #9877 from EricLuehrsen/unbound_193
unbound: update to 1.9.3
-rw-r--r-- | net/unbound/Makefile | 4 | ||||
-rw-r--r-- | net/unbound/files/unbound.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 22341e482..95c04fb74 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -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 diff --git a/net/unbound/files/unbound.sh b/net/unbound/files/unbound.sh index f44cfec6c..83717fefb 100644 --- a/net/unbound/files/unbound.sh +++ b/net/unbound/files/unbound.sh @@ -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 |