summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl_7.37.1.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-05-10 13:20:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-20 20:54:31 +0100
commitb8b7df8304fcf5f00fd40d641123b88bd527bf13 (patch)
tree49c6548342fff0b2157d09a7208696e78ca512cd /meta/recipes-support/curl/curl_7.37.1.bb
parent0c1c0877e83cd893ffe37d9fdeb5317343da631a (diff)
downloadpoky-b8b7df8304fcf5f00fd40d641123b88bd527bf13.tar.gz
curl: add a few missing security fixes
CVE-2014-3707 CVE-2014-8150 CVE-2015-3153 not affected by: CVE-2014-8151 (From OE-Core rev: cfcda9db45350d03158569c8c01e448cb426de5a) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl/curl_7.37.1.bb')
-rw-r--r--meta/recipes-support/curl/curl_7.37.1.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-support/curl/curl_7.37.1.bb b/meta/recipes-support/curl/curl_7.37.1.bb
index 8b854d7a8c..2f4da9706c 100644
--- a/meta/recipes-support/curl/curl_7.37.1.bb
+++ b/meta/recipes-support/curl/curl_7.37.1.bb
@@ -9,6 +9,12 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
9 file://pkgconfig_fix.patch \ 9 file://pkgconfig_fix.patch \
10 file://CVE-2014-3613.patch \ 10 file://CVE-2014-3613.patch \
11 file://CVE-2014-3620.patch \ 11 file://CVE-2014-3620.patch \
12 file://CVE-2015-3143.patch \
13 file://CVE-2015-3144.patch \
14 file://CVE-2015-3145.patch \
15 file://CVE-2014-3707.patch \
16 file://CVE-2014-8150.patch \
17 file://CVE-2015-3153.patch \
12" 18"
13 19
14# curl likes to set -g0 in CFLAGS, so we stop it 20# curl likes to set -g0 in CFLAGS, so we stop it