From 25c23b26e118eebf33f42e97789ecbeabd5ec0d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Sat, 20 Nov 2010 21:56:01 +0100 Subject: [PATCH] curl: add recipe for new version 7.21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Amongst bunch of bugfixes contains fix for CVE-2010-3842. Signed-off-by: Petr Å tetiar --- recipes/curl/curl_7.21.2.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/curl/curl_7.21.2.bb diff --git a/recipes/curl/curl_7.21.2.bb b/recipes/curl/curl_7.21.2.bb new file mode 100644 index 0000000000..8402e31fe5 --- /dev/null +++ b/recipes/curl/curl_7.21.2.bb @@ -0,0 +1,11 @@ +require curl-common.inc +require curl-target.inc + +PR = "${INC_PR}.0" + +SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ + file://off_t_abi_fix.patch;striplevel=0" + +BBCLASSEXTEND = "native nativesdk sdk" +SRC_URI[md5sum] = "ca96df88e044c7c25d19692ec8b250b2" +SRC_URI[sha256sum] = "f4a632e704f28767e6bbffcc6112db0590b1c9d50d8226d706ad39632355bf21" -- 2.39.5