summaryrefslogtreecommitdiffstats
path: root/package/bind/bind.mk
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-01-22 09:28:11 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-01-26 23:05:40 +0100
commit0a7cea9b80cffc0c0c16f5b59980518362b7b154 (patch)
tree29143cf129efaa24fa6c9452d3987eb9e414fb67 /package/bind/bind.mk
parent0b868e97e1a44fa8be9fa3875c583b5ebc78be89 (diff)
downloadbuildroot-0a7cea9b80cffc0c0c16f5b59980518362b7b154.tar.gz
buildroot-0a7cea9b80cffc0c0c16f5b59980518362b7b154.zip
bind: security bump to version 9.10.3-P3
Fixes: CVE-2015-8704 - apl_42.c in ISC BIND 9.x before 9.9.8-P3 and 9.9.x and 9.10.x before 9.10.3-P3 allows remote authenticated users to cause a denial of service (INSIST assertion failure and daemon exit) via a malformed Address Prefix List (APL) record. CVE-2015-8705 - buffer.c in named in ISC BIND 9.10.x before 9.10.3-P3, when debug logging is enabled, allows remote attackers to cause a denial of service (REQUIRE assertion failure and daemon exit, or daemon crash) or possibly have unspecified other impact via (1) OPT data or (2) an ECS option. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/bind/bind.mk')
-rw-r--r--package/bind/bind.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index 2a065994af..9d8d16ced0 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -4,7 +4,7 @@
#
################################################################################
-BIND_VERSION = 9.10.3-P2
+BIND_VERSION = 9.10.3-P3
BIND_SITE = ftp://ftp.isc.org/isc/bind9/$(BIND_VERSION)
BIND_INSTALL_STAGING = YES
BIND_CONFIG_SCRIPTS = bind9-config isc-config.sh
OpenPOWER on IntegriCloud