mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
bind: upgrade to 9.10.2-p3
9.10.2-p3 includes the fix for CVE-2015-5477: BIND 9.x before 9.9.7-P2 and 9.10.x before 9.10.2-P3 allows remote attackers to cause a denial of service (REQUIRE assertion failure and daemon exit) via TKEY queries. (From OE-Core rev: 5094354a2811825e6d60963f03959daa349cab23) Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
+2
-2
@@ -21,8 +21,8 @@ SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
|
|||||||
file://bind-ensure-searching-for-json-headers-searches-sysr.patch \
|
file://bind-ensure-searching-for-json-headers-searches-sysr.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "55d8f094bc10baae0e23e5e9100ba320"
|
SRC_URI[md5sum] = "a810d5d65fbdcf28dcda80d646913c3a"
|
||||||
SRC_URI[sha256sum] = "b1e6f0af88634aaf48fb9d06bbf82968264f49b8e2685f061dd3fd4c1ab76c5f"
|
SRC_URI[sha256sum] = "78079a66dda455ffecfe93ef72d1ffc947f17b1c453d55ec06b860b49a5e1d4a"
|
||||||
|
|
||||||
# --enable-exportlib is necessary for building dhcp
|
# --enable-exportlib is necessary for building dhcp
|
||||||
ENABLE_IPV6 = "--enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)}"
|
ENABLE_IPV6 = "--enable-ipv6=${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'yes', 'no', d)}"
|
||||||
Reference in New Issue
Block a user