From e81529596df88eae272c00bf8ac69b15e19a5bd5 Mon Sep 17 00:00:00 2001 From: Eric Luehrsen Date: Sat, 4 Jul 2020 13:55:40 -0400 Subject: unbound: improve startup and dhcp script robustness - prevent rapid overlap in DHCP script updates - check and allow localhost forwards with specific applications - add option for rate limiting inbound queries - change UCI list to table format with Unbound conf references Signed-off-by: Eric Luehrsen --- net/unbound/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/unbound/Makefile') diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 12f0e3a8f..a14a84498 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound PKG_VERSION:=1.10.1 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound -- cgit v1.2.3