summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-02-19 08:52:25 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-19 21:27:04 +0100
commit7f484d8a1bb37d5f5c2d557f91dc917824f6ebda (patch)
tree5ef72c6b7002abb49bf1d2fd21f44d30f8c303f2
parentb2ef5c4aa79f4c7a214ffbb7b20f9b22903bb947 (diff)
downloadbuildroot-7f484d8a1bb37d5f5c2d557f91dc917824f6ebda.tar.gz
buildroot-7f484d8a1bb37d5f5c2d557f91dc917824f6ebda.zip
bind: security bump to version 9.9.6-P2
Fixes CVE-2015-1349 - Revoking a managed trust anchor and supplying an untrusted replacement could cause namedto crash with an assertion failure. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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 d715e541fc..aac0a84db5 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.6-P1/bind-9.9.6-P1.tar.gz.sha256.asc
-sha256 dfedcb2b414d2803accd1a9c21d183178a288f40a2486af5ec0d3369a8cb8526 bind-9.9.6-P1.tar.gz
+# Verified from ftp://ftp.isc.org/isc/bind9/9.9.6-P2/bind-9.9.6-P2.tar.gz.sha256.asc
+sha256 5e882f453a8c799a121272f68bdb90936ce97bb857f8c2b3af1c8ba3d1b749ed bind-9.9.6-P2.tar.gz
diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index a98a4c4e57..ad41330ff9 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -4,7 +4,7 @@
#
################################################################################
-BIND_VERSION = 9.9.6-P1
+BIND_VERSION = 9.9.6-P2
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