diff options
author | Maxin B. John <maxin.john@enea.com> | 2015-04-23 18:13:57 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-27 14:59:46 +0100 |
commit | f0036746d94122073fe6aea4441aa96880ff9066 (patch) | |
tree | 55d5cf2fb373f5ae90c1abde11413127ff9f23d4 /meta | |
parent | 7bfc9891ff498bdde31aadd2449d3b4692dbc510 (diff) | |
download | poky-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')
-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 | # |
15 | SRC_URI += " file://configure_ac.patch" | 15 | SRC_URI += " file://configure_ac.patch" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "87e36f88b7a0f9683fa56f1334562c3a" | 17 | SRC_URI[md5sum] = "0a10174a0ea5105c46e92b51e1b311f8" |
18 | SRC_URI[sha256sum] = "9f8b546bdc5c57d959151acae7ce6610fe929d82b8d0fc5b25a3a2296e5f8bea" | 18 | SRC_URI[sha256sum] = "32557d68542f5c6cc8437b5b8a945857b4c5c6b6276da909e35b783d1d66d08f" |
19 | 19 | ||
20 | inherit autotools pkgconfig binconfig multilib_header | 20 | inherit autotools pkgconfig binconfig multilib_header |
21 | 21 | ||