summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bind/bind_9.9.5.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2016-04-07 12:27:27 +0200
committerTudor Florea <tudor.florea@enea.com>2016-04-08 01:34:15 +0200
commitc6477d7bc514c951746d6b717c033475fc45f3fc (patch)
tree9beaf7df8fd98d700b315f16b3c889e23b125408 /meta/recipes-connectivity/bind/bind_9.9.5.bb
parente66b2b84a498f4da17a300a1ee01262aeb09af35 (diff)
downloadpoky-c6477d7bc514c951746d6b717c033475fc45f3fc.tar.gz
bind: CVE-2016-1285 CVE-2016-1286
CVE-2016-1285 bind: malformed packet sent to rndc can trigger assertion failure CVE-2016-1286 bind: malformed signature records for DNAME records can trigger assertion failure [YOCTO #9400] External References: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-1285 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-1286 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1285 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1286 References to the Upstream commits and Security Advisories: CVE-2016-1285: https://kb.isc.org/article/AA-01352 https://source.isc.org/cgi-bin/gitweb.cgi?p=bind9.git;a=patch; h=31e4657cf246e41d4c5c890315cb6cf89a0db25a CVE-2016-1286_1: https://kb.isc.org/article/AA-01353 https://source.isc.org/cgi-bin/gitweb.cgi?p=bind9.git;a=patch; h=76c3c9fe9f3f1353b47214b8f98b3d7f53e10bc7 CVE-2016-1286_2: https://kb.isc.org/article/AA-01353 https://source.isc.org/cgi-bin/gitweb.cgi?p=bind9.git;a=patch; h=ce3cd91caee698cb144e1350c6c78292c6be6339 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-connectivity/bind/bind_9.9.5.bb')
-rw-r--r--meta/recipes-connectivity/bind/bind_9.9.5.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.9.5.bb b/meta/recipes-connectivity/bind/bind_9.9.5.bb
index 4bfd49897d..33a5d6a138 100644
--- a/meta/recipes-connectivity/bind/bind_9.9.5.bb
+++ b/meta/recipes-connectivity/bind/bind_9.9.5.bb
@@ -25,6 +25,10 @@ SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
25 file://CVE-2015-8000.patch \ 25 file://CVE-2015-8000.patch \
26 file://CVE-2015-8704.patch \ 26 file://CVE-2015-8704.patch \
27 file://CVE-2015-8461.patch \ 27 file://CVE-2015-8461.patch \
28 file://CVE-2016-1285.patch \
29 file://fix-typo-in-CVE-2016-1285.patch \
30 file://CVE-2016-1286_1.patch \
31 file://CVE-2016-1286_2.patch \
28 " 32 "
29 33
30SRC_URI[md5sum] = "e676c65cad5234617ee22f48e328c24e" 34SRC_URI[md5sum] = "e676c65cad5234617ee22f48e328c24e"