summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libxslt/libxslt_1.1.29.bb
diff options
context:
space:
mode:
authorFan Xin <fan.xin@jp.fujitsu.com>2017-05-26 11:39:06 +0900
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-29 16:50:53 +0100
commitbd631d76b8e14a2a1ecb5d5c2cf78ddbc085f63d (patch)
treec1b9d78c798503d51dff9b85c688ef0d8e924a15 /meta/recipes-support/libxslt/libxslt_1.1.29.bb
parent2c638f46ba3dd426c53fe2acc10197409db2c3bc (diff)
downloadpoky-bd631d76b8e14a2a1ecb5d5c2cf78ddbc085f63d.tar.gz
libxslt: Fix CVE-2017-5029
Backport upstream patch to fix CVE-2017-5029. (From OE-Core rev: 5266e74c990df1cf965d162d9695eb5a698883ae) (From OE-Core rev: 172f76a1a43921d92a385d6d123dffaf27eb368f) (From OE-Core rev: 25b87ebfce7216b18e85b6bc5fc7f20bcf4cf31d) Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libxslt/libxslt_1.1.29.bb')
-rw-r--r--meta/recipes-support/libxslt/libxslt_1.1.29.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.29.bb b/meta/recipes-support/libxslt/libxslt_1.1.29.bb
index 2946a745e9..d27c706602 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.29.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.29.bb
@@ -12,6 +12,7 @@ SRC_URI = "ftp://xmlsoft.org/libxslt/libxslt-${PV}.tar.gz \
12 file://pkgconfig_fix.patch \ 12 file://pkgconfig_fix.patch \
13 file://0001-Use-pkg-config-to-find-gcrypt-and-libxml2.patch \ 13 file://0001-Use-pkg-config-to-find-gcrypt-and-libxml2.patch \
14 file://0001-Link-libraries-with-libm.patch \ 14 file://0001-Link-libraries-with-libm.patch \
15 file://0001-Check-for-integer-overflow-in-xsltAddTextString.patch \
15 " 16 "
16 17
17SRC_URI[md5sum] = "a129d3c44c022de3b9dcf6d6f288d72e" 18SRC_URI[md5sum] = "a129d3c44c022de3b9dcf6d6f288d72e"