aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/curl
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2010-11-20 21:56:01 +0100
committerPetr Štetiar <ynezz@true.cz>2010-11-27 13:53:31 +0100
commit25c23b26e118eebf33f42e97789ecbeabd5ec0d2 (patch)
tree737039ae00d2d78fb47cd445f9367e9aa576a2e6 /recipes/curl
parentf2a9c8045666402811c4e5adeccb62ee2042e0c9 (diff)
downloadopenembedded-25c23b26e118eebf33f42e97789ecbeabd5ec0d2.tar.gz
curl: add recipe for new version 7.21.2
Amongst bunch of bugfixes contains fix for CVE-2010-3842. Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'recipes/curl')
-rw-r--r--recipes/curl/curl_7.21.2.bb11
1 files changed, 11 insertions, 0 deletions
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"