diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-12-17 18:43:55 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-17 22:48:46 +0100 |
| commit | c3e119e09307eff7ef702f7f860ecbc9b156715e (patch) | |
| tree | 9a213316a257e306ff1228aeffaf3e771fa46769 /package/bind/bind.mk | |
| parent | dc3b03dcdc9a8c7b763103297fc19929357c1ca7 (diff) | |
| download | buildroot-c3e119e09307eff7ef702f7f860ecbc9b156715e.tar.gz buildroot-c3e119e09307eff7ef702f7f860ecbc9b156715e.zip | |
bind: security bump to version 9.9.8-P2
Fixes:
Named is potentially vulnerable to the OpenSSL vulnerabilty described in
CVE-2015-3193.
CVE-2015-8461 - Incorrect reference counting could result in an INSIST
failure if a socket error occurred while performing a lookup.
CVE-2015-8000 - Insufficient testing when parsing a message allowed
records with an incorrect class to be be accepted, triggering a REQUIRE
failure when those records were subsequently cached.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/bind/bind.mk')
| -rw-r--r-- | package/bind/bind.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bind/bind.mk b/package/bind/bind.mk index e93b3566a6..0e9a0f417f 100644 --- a/package/bind/bind.mk +++ b/package/bind/bind.mk @@ -4,7 +4,7 @@ # ################################################################################ -BIND_VERSION = 9.9.8 +BIND_VERSION = 9.9.8-P2 BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION) BIND_INSTALL_STAGING = YES BIND_CONFIG_SCRIPTS = bind9-config isc-config.sh |

