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:57:43 +0100 |
commit | 9d2cb0e2183c24b4cf42c078d75c10ba1e4b6e56 (patch) | |
tree | 7ffb6d937e04276b6d4431d882f81aa6e2c5e47c /meta/recipes-support/curl | |
parent | c21bf9d7bb0cb90392ed50a44c57a3d068b88ef9 (diff) | |
download | openembedded-core-9d2cb0e2183c24b4cf42c078d75c10ba1e4b6e56.tar.gz openembedded-core-9d2cb0e2183c24b4cf42c078d75c10ba1e4b6e56.tar.bz2 openembedded-core-9d2cb0e2183c24b4cf42c078d75c10ba1e4b6e56.zip |
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
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 \ # SRC_URI += " file://configure_ac.patch" -SRC_URI[md5sum] = "87e36f88b7a0f9683fa56f1334562c3a" -SRC_URI[sha256sum] = "9f8b546bdc5c57d959151acae7ce6610fe929d82b8d0fc5b25a3a2296e5f8bea" +SRC_URI[md5sum] = "0a10174a0ea5105c46e92b51e1b311f8" +SRC_URI[sha256sum] = "32557d68542f5c6cc8437b5b8a945857b4c5c6b6276da909e35b783d1d66d08f" inherit autotools pkgconfig binconfig multilib_header |