summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@enea.com>2015-04-23 18:13:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-27 14:59:46 +0100
commitf0036746d94122073fe6aea4441aa96880ff9066 (patch)
tree55d5cf2fb373f5ae90c1abde11413127ff9f23d4 /meta/recipes-support/curl
parent7bfc9891ff498bdde31aadd2449d3b4692dbc510 (diff)
downloadpoky-f0036746d94122073fe6aea4441aa96880ff9066.tar.gz
curl: upgrade to 7.42.0
Upgrade include these security fixes: 1. CVE-2015-3143 2. CVE-2015-3144 3. CVE-2015-3145 4. CVE-2015-3148 (From OE-Core rev: 9d2cb0e2183c24b4cf42c078d75c10ba1e4b6e56) 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')
-rw-r--r--meta/recipes-support/curl/curl_7.42.0.bb (renamed from meta/recipes-support/curl/curl_7.41.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.41.0.bb b/meta/recipes-support/curl/curl_7.42.0.bb
index 49ce716931..d4445ff8d4 100644
--- a/meta/recipes-support/curl/curl_7.41.0.bb
+++ b/meta/recipes-support/curl/curl_7.42.0.bb
@@ -14,8 +14,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
14# 14#
15SRC_URI += " file://configure_ac.patch" 15SRC_URI += " file://configure_ac.patch"
16 16
17SRC_URI[md5sum] = "87e36f88b7a0f9683fa56f1334562c3a" 17SRC_URI[md5sum] = "0a10174a0ea5105c46e92b51e1b311f8"
18SRC_URI[sha256sum] = "9f8b546bdc5c57d959151acae7ce6610fe929d82b8d0fc5b25a3a2296e5f8bea" 18SRC_URI[sha256sum] = "32557d68542f5c6cc8437b5b8a945857b4c5c6b6276da909e35b783d1d66d08f"
19 19
20inherit autotools pkgconfig binconfig multilib_header 20inherit autotools pkgconfig binconfig multilib_header
21 21