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-06-05 23:30:22 +0100
commit7d7ac87831a4be45c9038ac2035582de0c1887d8 (patch)
tree8b87f407ded9de3358c06877e4c71ddd8d9d7a14 /meta/recipes-support/libxslt/libxslt_1.1.29.bb
parent30a1a8e44896f3095830f9e85725414305c27b3b (diff)
downloadpoky-7d7ac87831a4be45c9038ac2035582de0c1887d8.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) Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.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"