diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-18 08:21:58 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-25 10:43:07 +0000 |
commit | 92dd6f65e422d81a158997a02b5a108489de1fba (patch) | |
tree | 420f9558e63e05a18cf9e6b946807d4ef07f05cc | |
parent | 8d80e3e48f9c8e6303382f3aca525ee5f371236f (diff) | |
download | poky-92dd6f65e422d81a158997a02b5a108489de1fba.tar.gz |
curl: upgrade 7.63.0 -> 7.64.0
The license checksum changed as the copyright years changed.
Fixes:
- CVE-2018-16890: NTLM type-2 out-of-bounds buffer read
- CVE-2019-3822: NTLMv2 type-3 header stack buffer overflow
- CVE-2019-3823: SMTP end-of-response out-of-bounds read
(From OE-Core rev: 41c3ee4fe87a181786c47da044da700e8f605540)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/curl/curl_7.64.0.bb (renamed from meta/recipes-support/curl/curl_7.63.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/curl/curl_7.63.0.bb b/meta/recipes-support/curl/curl_7.64.0.bb index f7557a2f46..a1b5e7d579 100644 --- a/meta/recipes-support/curl/curl_7.63.0.bb +++ b/meta/recipes-support/curl/curl_7.64.0.bb | |||
@@ -3,14 +3,14 @@ HOMEPAGE = "http://curl.haxx.se/" | |||
3 | BUGTRACKER = "http://curl.haxx.se/mail/list.cgi?list=curl-tracker" | 3 | BUGTRACKER = "http://curl.haxx.se/mail/list.cgi?list=curl-tracker" |
4 | SECTION = "console/network" | 4 | SECTION = "console/network" |
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=ef889a37a5a874490ac7ce116396f29a" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=be5d9e1419c4363f4b32037a2d3b7ffa" |
7 | 7 | ||
8 | SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ | 8 | SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ |
9 | file://0001-replace-krb5-config-with-pkg-config.patch \ | 9 | file://0001-replace-krb5-config-with-pkg-config.patch \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRC_URI[md5sum] = "0a6c1e993bd5102bc52fc89900542644" | 12 | SRC_URI[md5sum] = "d0bcc586873cfef08b4b9594e5395a33" |
13 | SRC_URI[sha256sum] = "9bab7ed4ecff77020a312d84cc5fb7eb02d58419d218f267477a724a17fd8dd8" | 13 | SRC_URI[sha256sum] = "d573ba1c2d1cf9d8533fadcce480d778417964e8d04ccddcc76e591d544cf2eb" |
14 | 14 | ||
15 | CVE_PRODUCT = "curl libcurl" | 15 | CVE_PRODUCT = "curl libcurl" |
16 | inherit autotools pkgconfig binconfig multilib_header | 16 | inherit autotools pkgconfig binconfig multilib_header |