From cd3da9c95f48899e134a5b7ed1754fd18985df4f Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Mon, 27 Apr 2015 15:24:46 +0100 Subject: curl: several security fixes Fixes below listed bugs: 1. CVE-2015-3143 2. CVE-2015-3144 3. CVE-2015-3145 4. CVE-2015-3148 Signed-off-by: Maxin B. John Signed-off-by: Richard Purdie --- meta/recipes-support/curl/curl_7.40.0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-support/curl/curl_7.40.0.bb') diff --git a/meta/recipes-support/curl/curl_7.40.0.bb b/meta/recipes-support/curl/curl_7.40.0.bb index 4cde9c6baa..2b39d11411 100644 --- a/meta/recipes-support/curl/curl_7.40.0.bb +++ b/meta/recipes-support/curl/curl_7.40.0.bb @@ -7,6 +7,10 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=7;md5=3a34942f4ae3fbf1a303160714e66 SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ file://pkgconfig_fix.patch \ + file://CVE-2015-3143.patch \ + file://CVE-2015-3144.patch \ + file://CVE-2015-3145.patch \ + file://CVE-2015-3148.patch \ " # curl likes to set -g0 in CFLAGS, so we stop it -- cgit 1.2.3-korg