diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-05-06 15:10:54 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-07 13:40:36 +0100 |
commit | 781cd0dc68a37dab9551d28aa66d2434a523eb13 (patch) | |
tree | 071bf512bbf33a42d9c4a1d6b142281dcce04b40 /meta | |
parent | 0ea0f6d04ae85c9f3565f4fe39fdc3fa537f2e2d (diff) | |
download | poky-781cd0dc68a37dab9551d28aa66d2434a523eb13.tar.gz |
curl: upgrade to 7.42.1
Upgrade to include a security fixes for CVE-2015-3153
(From OE-Core rev: a99047605020ea76209279e98556687c61e1da0d)
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/curl/curl_7.42.1.bb (renamed from meta/recipes-support/curl/curl_7.42.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/curl/curl_7.42.0.bb b/meta/recipes-support/curl/curl_7.42.1.bb index 228bdb23af..8b0ccb8204 100644 --- a/meta/recipes-support/curl/curl_7.42.0.bb +++ b/meta/recipes-support/curl/curl_7.42.1.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] = "0a10174a0ea5105c46e92b51e1b311f8" | 17 | SRC_URI[md5sum] = "296945012ce647b94083ed427c1877a8" |
18 | SRC_URI[sha256sum] = "32557d68542f5c6cc8437b5b8a945857b4c5c6b6276da909e35b783d1d66d08f" | 18 | SRC_URI[sha256sum] = "e2905973391ec2dfd7743a8034ad10eeb58dab8b3a297e7892a41a7999cac887" |
19 | 19 | ||
20 | inherit autotools pkgconfig binconfig multilib_header | 20 | inherit autotools pkgconfig binconfig multilib_header |
21 | 21 | ||