unbound: Update to 1.8.3

For details see:
https://nlnetlabs.nl/svn/unbound/tags/release-1.8.3/doc/Changelog

"Fix dns64 allocation in wrong region for returned internal queries."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Matthias Fischer
2018-12-12 20:41:54 +01:00
committed by Michael Tremer
parent edff2bb851
commit 53ac9dd222
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 1.8.2
VER = 1.8.3
THISAPP = unbound-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 3b2f1024df47ccc59a8100c3b40c6dc1
$(DL_FILE)_MD5 = 4646203343d3b8f5aeb1b57753c27ead
install : $(TARGET)