From f0394e80a37f1da47042a1aa0487594f390603f9 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 9 Nov 2018 16:53:11 +0000 Subject: curl: actually apply latest CVE patches Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/curl/curl_7.61.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-support') 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" SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ file://0001-replace-krb5-config-with-pkg-config.patch \ file://CVE-2018-14618.patch \ + file://CVE-2018-16839.patch \ + file://CVE-2018-16840.patch \ + file://CVE-2018-16842.patch \ " SRC_URI[md5sum] = "31d0a9f48dc796a7db351898a1e5058a" -- cgit 1.2.3-korg