diff options
author | Ross Burton <ross.burton@intel.com> | 2018-11-09 16:53:11 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-09 17:46:18 +0000 |
commit | eddff2b361928e88e3628ebc22a1a0ebb119e01b (patch) | |
tree | e4fd6b69318e252f4a5d9e1fda19511104868e6c /meta/recipes-support/curl | |
parent | e2da957ca4efebfc23d65daad9e91142624f8c67 (diff) | |
download | poky-eddff2b361928e88e3628ebc22a1a0ebb119e01b.tar.gz |
curl: actually apply latest CVE patches
(From OE-Core rev: f0394e80a37f1da47042a1aa0487594f390603f9)
Signed-off-by: Ross Burton <ross.burton@intel.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.61.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/curl/curl_7.61.0.bb b/meta/recipes-support/curl/curl_7.61.0.bb index 53cfc4a518..56327a632b 100644 --- a/meta/recipes-support/curl/curl_7.61.0.bb +++ b/meta/recipes-support/curl/curl_7.61.0.bb | |||
@@ -8,6 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ef889a37a5a874490ac7ce116396f29a" | |||
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 | file://CVE-2018-14618.patch \ | 10 | file://CVE-2018-14618.patch \ |
11 | file://CVE-2018-16839.patch \ | ||
12 | file://CVE-2018-16840.patch \ | ||
13 | file://CVE-2018-16842.patch \ | ||
11 | " | 14 | " |
12 | 15 | ||
13 | SRC_URI[md5sum] = "31d0a9f48dc796a7db351898a1e5058a" | 16 | SRC_URI[md5sum] = "31d0a9f48dc796a7db351898a1e5058a" |