summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-07-08 13:52:15 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-07-08 23:46:06 +0200
commitf70f45a43c486d04bc9aeb5a82f1ce778cf607bc (patch)
treedf34c0511900205edbf6732c9e802c2c0a52948b
parent3bb40c7d8608e1e55c19d00ab142c4fce14bd73e (diff)
downloadbuildroot-f70f45a43c486d04bc9aeb5a82f1ce778cf607bc.tar.gz
buildroot-f70f45a43c486d04bc9aeb5a82f1ce778cf607bc.zip
bind: security bump to version 9.9.7-P1
Fixes: CVE-2015-4620 - On servers configured to perform DNSSEC validation an assertion failure could be triggered on answers from a specially configured server. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/bind/bind.hash4
-rw-r--r--package/bind/bind.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/package/bind/bind.hash b/package/bind/bind.hash
index 6bbd00faab..e74c7738c5 100644
--- a/package/bind/bind.hash
+++ b/package/bind/bind.hash
@@ -1,2 +1,2 @@
-# Verified from ftp://ftp.isc.org/isc/bind9/9.9.7/bind-9.9.7.tar.gz.sha256.asc
-sha256 3f23e7fcb363a2594ed1f065868c2c1080a93636a4fcb4c47f9e164e2cd74c66 bind-9.9.7.tar.gz
+# Verified from ftp://ftp.isc.org/isc/bind9/9.9.7-P1/bind-9.9.7-P1.tar.gz.sha256.asc
+sha256 bd086ff58afaf03cfb8dc695c79b6bd6d0217ef56750a78ff0668b2b3acda34d bind-9.9.7-P1.tar.gz
diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index 9a08461f75..98a19eaac6 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -4,7 +4,7 @@
#
################################################################################
-BIND_VERSION = 9.9.7
+BIND_VERSION = 9.9.7-P1
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