@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := unbound
PKG_VERSION := 1.10.0
PKG_RELEASE := 1
PKG_RELEASE := 2
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := https://nlnetlabs.nl/downloads/unbound
@ -52,7 +52,7 @@ define Package/unbound-daemon-heavy
$( call Package/unbound/Default)
TITLE += ( daemon, heavy traffic)
URL:= https://nlnetlabs.nl/documentation/unbound/howto-optimise
DEPENDS += +libunbound-heavy +libpthread +libevent2 +libevent2-pthreads
DEPENDS += +libunbound-heavy +libpthread +libevent2 +libevent2-pthreads +libmnl
VARIANT:= heavy
PROVIDES:= unbound-daemon
e n d e f
@ -60,6 +60,7 @@ endef
d e f i n e P a c k a g e / u n b o u n d - d a e m o n - h e a v y / d e s c r i p t i o n
This package contains the Unbound daemon including 'libevent' and
'libpthread' to better handle large networks with heavy query loads.
It also offers ipset support.
e n d e f
d e f i n e P a c k a g e / l i b u n b o u n d - l i g h t
@ -75,7 +76,7 @@ endef
d e f i n e P a c k a g e / l i b u n b o u n d - l i g h t / d e s c r i p t i o n
This package contains the Unbound shared library with basic includes
necessary to meet the needs of UCI/LuCI configuration opto ins.
necessary to meet the needs of UCI/LuCI configuration optio ns.
e n d e f
d e f i n e P a c k a g e / l i b u n b o u n d - h e a v y
@ -85,14 +86,15 @@ define Package/libunbound-heavy
SUBMENU:= Networking
TITLE += ( library, heavy traffic)
URL:= https://nlnetlabs.nl/documentation/unbound/howto-optimise
DEPENDS += +libpthread +libevent2 +libevent2-pthreads
DEPENDS += +libpthread +libevent2 +libevent2-pthreads +libmnl
VARIANT:= heavy
PROVIDES:= libunbound
e n d e f
d e f i n e P a c k a g e / l i b u n b o u n d - h e a v y / d e s c r i p t i o n
This package contains the Unbound shared library including 'libevent' and
'libpthread' to better handle large networks with heavy query loads.
'libpthread' to better handle large networks with heavy query loads. It
also offers ipset support.
e n d e f
d e f i n e P a c k a g e / u n b o u n d - a n c h o r
@ -161,8 +163,10 @@ CONFIGURE_ARGS += \
i f e q ( $( BUILD_VARIANT ) , h e a v y )
CONFIGURE_ARGS += \
--enable-ipset \
--with-pthreads \
--with-libevent= " $( STAGING_DIR) /usr " \
--with-libmnl= " $( STAGING_DIR) /usr " \
--enable-event-api
e l s e
CONFIGURE_ARGS += \