aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/curl
AgeCommit message (Collapse)Author
2011-03-01curl: fix native build when ldap-headers are installed on the hostHenning Heinold
* there were serval build error reported for curl-native, when ldap-dev stuff was installed on the build-host, so we explicit disable the build of ldap and ldaps protocls for native, nativesdk and sdk * put the BBCLASSEXTEND line into common.inc rather than into the versions packages it self * bump INC_PR
2010-11-27curl: add recipe for new version 7.21.2Petr Štetiar
Amongst bunch of bugfixes contains fix for CVE-2010-3842. Signed-off-by: Petr Štetiar <ynezz@true.cz>
2010-10-15curl: Fix build for native BBLASSEXTENDKhem Raj
Delete unused recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-11curl_7.21.1.bb: DEPENDS for native and sdk recipes needs to be tunedKhem Raj
* Using BBCLASSEXTEND for native nativesdk and sdk needs adjusting the DEPENDS and EXTRA_OECONF Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-10curl_7.21.1.bb: Add new recipeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-08curl : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-15curl: remove old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-28curl: add 7.20.0 to fix http://curl.haxx.se/docs/adv_20100209.html and ↵Koen Kooi
convert to new style staging
2010-03-18curl-sdk: Upgrade to 7.19.7Holger Hans Peter Freyther
This addresses CVE-2009-0037
2009-11-18curl: add checksums for 7.19.7Phil Blundell
2009-11-18curl: add 7.19.7Marc Olzheim
2009-11-18curl: apply patch for CVE-2009-2417Marc Olzheim
2009-11-18curl: apply patch for CVE-2009-2417Marc Olzheim
2009-11-12curl: Drop unneeded custom staging functionsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-12Merge commit 'origin/org.openembedded.dev' into org.openembedded.devDmitry Eremin-Solenikov
2009-11-12curl: fix dependencies of native packageDmitry Eremin-Solenikov
As curl-common generates deps looking at the list of necessary features, curl-native packages get deps like openssl, gnutls, etc. (target packages). Fix that by generating correct dependencies during calculation. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-11-10curl-native: disable gnutls since we don't have a gnutls-native recipeKoen Kooi
* this fixes an opkg-native build bug
2009-10-25curl: support openssl in CURL_FEATURES.Michael Smith
Default is still gnutls. Also switch to INC_PR. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-10-25curl, curl-native: add 7.19.6Michael Smith
Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-08-11curl-7.19.5: Fix for curl artifact 2825989Marc Olzheim
Add curl-add_all_algorithms.patch to 7.19.5 recipe. Fixes curl artifact id 2825989 https://sourceforge.net/tracker/index.php?func=detail&aid=2825989&group_id=976&atid=100976 http://cool.haxx.se/cvs.cgi/curl/lib/ssluse.c#rev1.229 http://patchwork.openembedded.org/patch/928/ Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
2009-08-06curl: update to 7.19.5Dirk Opfer
2009-04-09curl: move PACKAGES and FILES_* from the .inc fileDenys Dmytriyenko
this resolves the lockfile() trying to access the wrong directory when building sdk version after target one was built Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>