summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl_7.64.1.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2019-09-13 16:14:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-30 16:44:42 +0100
commit1b9559de4b3d034e11debe57bfe595328e8ceff3 (patch)
tree4959ea9afd730e92e97e69b605ae906b30400bfc /meta/recipes-support/curl/curl_7.64.1.bb
parentc6720451a8d0cb672d8fe36a34b5283787edac55 (diff)
downloadpoky-1b9559de4b3d034e11debe57bfe595328e8ceff3.tar.gz
Curl: Security fix for CVE-2019-5482
Source: curl.org MR: 99905 Type: Security Fix Disposition: Backport from https://github.com/curl/curl/commit/facb0e4662415b5f28163e853dc6742ac5fafb3d ChangeID: e0c807da8937f687a4b2e28eaa6b4b5a51845bc5 Description: Fixes CVE-2019-5482 - Affected versions: libcurl >= 7.19.4 to and including 7.65.3 - Not affected versions: libcurl < 7.19.4 (From OE-Core rev: d2e5558133f970a8a196c545dd00af9315c1a06a) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl/curl_7.64.1.bb')
-rw-r--r--meta/recipes-support/curl/curl_7.64.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/curl/curl_7.64.1.bb b/meta/recipes-support/curl/curl_7.64.1.bb
index 00c8c5a826..151d74a236 100644
--- a/meta/recipes-support/curl/curl_7.64.1.bb
+++ b/meta/recipes-support/curl/curl_7.64.1.bb
@@ -9,6 +9,7 @@ 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-2019-5435.patch \ 10 file://CVE-2019-5435.patch \
11 file://CVE-2019-5436.patch \ 11 file://CVE-2019-5436.patch \
12 file://CVE-2019-5482.patch \
12" 13"
13 14
14SRC_URI[md5sum] = "790c101927845208a9d7e8c429ddd1b2" 15SRC_URI[md5sum] = "790c101927845208a9d7e8c429ddd1b2"