mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
unbound: update to 1.9.3
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
(cherry-picked from commit c36d8a49fd)
This commit is contained in:
committed by
Josef Schlehofer
parent
81eb936054
commit
b69c271d0a
@@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=unbound
|
PKG_NAME:=unbound
|
||||||
PKG_VERSION:=1.9.2
|
PKG_VERSION:=1.9.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
|
PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
|
||||||
PKG_HASH:=6f7acec5cf451277fcda31729886ae7dd62537c4f506855603e3aa153fcb6b95
|
PKG_HASH:=1b55dd9170e4bfb327fb644de7bbf7f0541701149dff3adf1b63ffa785f16dfa
|
||||||
|
|
||||||
PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com>
|
PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com>
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
|
|||||||
@@ -582,7 +582,7 @@ unbound_conf() {
|
|||||||
|
|
||||||
|
|
||||||
if [ "$UB_N_THREADS" -gt 1 ] \
|
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
|
# heavy variant using "threads" may need substantial resources
|
||||||
echo " num-threads: 2" >> $UB_CORE_CONF
|
echo " num-threads: 2" >> $UB_CORE_CONF
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user