summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl_7.40.0.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@enea.com>2015-04-27 15:24:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-27 15:25:43 +0100
commite4f3cf8950106bd420e09f463f11c4e607462126 (patch)
tree5338685c0a17b5a40da4c8da728d173027bc8a27 /meta/recipes-support/curl/curl_7.40.0.bb
parent2a9486875d65bd7423b7a6f99bc817debe1242db (diff)
downloadpoky-e4f3cf8950106bd420e09f463f11c4e607462126.tar.gz
curl: several security fixes
Fixes below listed bugs: 1. CVE-2015-3143 2. CVE-2015-3144 3. CVE-2015-3145 4. CVE-2015-3148 (From OE-Core rev: cd3da9c95f48899e134a5b7ed1754fd18985df4f) Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl/curl_7.40.0.bb')
-rw-r--r--meta/recipes-support/curl/curl_7.40.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/curl/curl_7.40.0.bb b/meta/recipes-support/curl/curl_7.40.0.bb
index 4cde9c6baa..2b39d11411 100644
--- a/meta/recipes-support/curl/curl_7.40.0.bb
+++ b/meta/recipes-support/curl/curl_7.40.0.bb
@@ -7,6 +7,10 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=7;md5=3a34942f4ae3fbf1a303160714e66
7 7
8SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ 8SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
9 file://pkgconfig_fix.patch \ 9 file://pkgconfig_fix.patch \
10 file://CVE-2015-3143.patch \
11 file://CVE-2015-3144.patch \
12 file://CVE-2015-3145.patch \
13 file://CVE-2015-3148.patch \
10 " 14 "
11 15
12# curl likes to set -g0 in CFLAGS, so we stop it 16# curl likes to set -g0 in CFLAGS, so we stop it