unbound: update to 1.6.8 for CVE-2017-15105 5478/head
authorEric Luehrsen <ericluehrsen@hotmail.com>
Sat, 20 Jan 2018 01:06:59 +0000 (20:06 -0500)
committerEric Luehrsen <ericluehrsen@hotmail.com>
Sat, 20 Jan 2018 01:11:49 +0000 (20:11 -0500)
A vulnerability was discovered in the processing of wildcard synthesized
NSEC records. While synthesis of NSEC records is allowed by RFC4592,
these synthesized owner names should not be used in the NSEC processing.
This does, however, happen in Unbound 1.6.7 and earlier versions.
(see https://unbound.net/downloads/CVE-2017-15105.txt)

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
net/unbound/Makefile
net/unbound/patches/001-conf.patch

index e414b038bf47e0c29c887c58037e54c68260013d..5adcd867e7d27b07ed63a5edee7847749e9516fe 100644 (file)
@@ -8,8 +8,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=unbound
-PKG_VERSION:=1.6.7
-PKG_RELEASE:=3
+PKG_VERSION:=1.6.8
+PKG_RELEASE:=1
 
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSE
@@ -17,7 +17,7 @@ PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@hotmail.com>
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.unbound.net/downloads
-PKG_HASH:=4e7bd43d827004c6d51bef73adf941798e4588bdb40de5e79d89034d69751c9f
+PKG_HASH:=e3b428e33f56a45417107448418865fe08d58e0e7fea199b855515f60884dd49
 
 PKG_BUILD_PARALLEL:=1
 PKG_FIXUP:=autoreconf
index 01d6bb839d3f1a454896e2ccb375fd0536bb387c..4fd77d6d93f96fb7517df61b1e0fb921df39a6a2 100644 (file)
@@ -6,7 +6,7 @@ index 5396029..cbb51ec 100644
 -#
 -# Example configuration file.
 -#
--# See unbound.conf(5) man page, version 1.6.7.
+-# See unbound.conf(5) man page, version 1.6.8.
 -#
 -# this is a comment.
 +##############################################################################