summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bind
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-09-07 11:41:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-09 14:27:54 +0100
commit79af375397ffa6fe4c76c36c6a8135dcdfd4a8a5 (patch)
tree9972ce32c138e7a4eb8c219b58bff8292766564a /meta/recipes-connectivity/bind
parente384b970adcf0a742240fbbdf5b2b81b938ed0a9 (diff)
downloadpoky-79af375397ffa6fe4c76c36c6a8135dcdfd4a8a5.tar.gz
bind: update to 9.10.2-p4
fixes two secruity issues: CVE-2015-5722 and CVE-2015-5986. see release notes for more information. ftp://ftp.isc.org/isc/bind9/9.10.2-P4/RELEASE-NOTES.bind-9.10.2-P4.html (From OE-Core rev: 0dab62934e69019557ebae392dc8cb25e37748c2) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bind')
-rw-r--r--meta/recipes-connectivity/bind/bind_9.10.2-P4.bb (renamed from meta/recipes-connectivity/bind/bind_9.10.2-P3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.10.2-P3.bb b/meta/recipes-connectivity/bind/bind_9.10.2-P4.bb
index 151eec096b..66616b8d08 100644
--- a/meta/recipes-connectivity/bind/bind_9.10.2-P3.bb
+++ b/meta/recipes-connectivity/bind/bind_9.10.2-P4.bb
@@ -21,8 +21,8 @@ SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
21 file://bind-ensure-searching-for-json-headers-searches-sysr.patch \ 21 file://bind-ensure-searching-for-json-headers-searches-sysr.patch \
22 " 22 "
23 23
24SRC_URI[md5sum] = "a810d5d65fbdcf28dcda80d646913c3a" 24SRC_URI[md5sum] = "8b1f5064837756c938eadc1537dec5c7"
25SRC_URI[sha256sum] = "78079a66dda455ffecfe93ef72d1ffc947f17b1c453d55ec06b860b49a5e1d4a" 25SRC_URI[sha256sum] = "c00b21ec1def212957f28efe9d10aac52d6ec515e84fbf2c42143f5d71429cb8"
26 26
27ENABLE_IPV6 = "--enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)}" 27ENABLE_IPV6 = "--enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)}"
28EXTRA_OECONF = " ${ENABLE_IPV6} --with-randomdev=/dev/random --disable-threads \ 28EXTRA_OECONF = " ${ENABLE_IPV6} --with-randomdev=/dev/random --disable-threads \