bind: security bump to version 9.9.5

Fixes CVE-2014-0591 (a crafted query against an NSEC3-signed zone can
crash BIND).
The 9.9.x series is the new ESV vesion, 9.6.x has been retired.
Also cleanup the initscript while at it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias
2014-06-10 07:18:25 -03:00
committed by Peter Korsgaard
parent f20f48e5e4
commit 46b10b01a2
4 changed files with 86 additions and 66 deletions

View File

@@ -2,8 +2,7 @@ config BR2_PACKAGE_BIND
bool "bind"
depends on BR2_INET_IPV6
depends on BR2_LARGEFILE
# fork()
depends on BR2_USE_MMU
depends on BR2_USE_MMU # fork()
help
BIND (Berkeley Internet Name Domain) is an implementation of
the Domain Name System (DNS) protocols and provides an openly
@@ -35,7 +34,7 @@ config BR2_PACKAGE_BIND_SERVER
config BR2_PACKAGE_BIND_TOOLS
bool "Install tools"
help
Install tools (host, nslookup, dig, nsupdate)
Install tools (dig, host, nslookup, nsupdate)
endif