summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/expat/expat_2.1.0.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2017-01-16 07:30:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-18 13:14:21 +0100
commit11b217d60bbe6643936214431030f6448cad2dba (patch)
tree072a761dafc126557e2e4435fe09e886748f2b4c /meta/recipes-core/expat/expat_2.1.0.bb
parentc71ea3831a9d40e37f47015cf0d14ab7fd61077d (diff)
downloadpoky-11b217d60bbe6643936214431030f6448cad2dba.tar.gz
expat: CVE-2012-6702, CVE-2016-5300
References: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-5300 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6702 http://www.openwall.com/lists/oss-security/2016/06/04/5 Reference to upstream fix: https://bugzilla.redhat.com/attachment.cgi?id=1165210 Squashed backport against vanilla Expat 2.1.1, addressing: * CVE-2012-6702 -- unanticipated internal calls to srand * CVE-2016-5300 -- use of too little entropy (From OE-Core rev: c9a2e2f33e8b473f06a3941dab9b4ecccd111a23) Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/expat/expat_2.1.0.bb')
-rw-r--r--meta/recipes-core/expat/expat_2.1.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/expat/expat_2.1.0.bb b/meta/recipes-core/expat/expat_2.1.0.bb
index b958742edc..f81486485d 100644
--- a/meta/recipes-core/expat/expat_2.1.0.bb
+++ b/meta/recipes-core/expat/expat_2.1.0.bb
@@ -1,5 +1,9 @@
1require expat.inc 1require expat.inc
2
3FILESEXTRAPATHS_prepend := "${THISDIR}/expat-2.1.0:"
2LIC_FILES_CHKSUM = "file://COPYING;md5=1b71f681713d1256e1c23b0890920874" 4LIC_FILES_CHKSUM = "file://COPYING;md5=1b71f681713d1256e1c23b0890920874"
3 5
6SRC_URI += "file://CVE-2016-5300_CVE-2012-6702.patch \
7 "
4SRC_URI[md5sum] = "dd7dab7a5fea97d2a6a43f511449b7cd" 8SRC_URI[md5sum] = "dd7dab7a5fea97d2a6a43f511449b7cd"
5SRC_URI[sha256sum] = "823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86" 9SRC_URI[sha256sum] = "823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86"