summaryrefslogtreecommitdiffstats
path: root/package/lua-curl
Commit message (Collapse)AuthorAgeFilesLines
* package/lua-curl: add variant definition of lcurl_url_tFrancois Perrad2019-02-241-0/+40
| | | | | | | | | | | | | | | lua-curl has separate code paths for compilers that support forward typedef declarations and those who don't. For the latter case, one structure was not properly defined, causing a build failure with older compilers. Fixes: http://autobuild.buildroot.org/results/8d76ad49837b368a7bba3c3dfd445a035471268a/ Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [Thomas: improve commit log] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* lua-curl: bump to version 0.3.9Francois Perrad2019-01-014-90/+4
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/lua*: regeneration of hash filesFrancois Perrad2018-12-311-1/+2
| | | | | | | | This commit aligns the .hash files of Lua packages so that they match with the output of the recently added Buildroot addon for Luarocks. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/lua-curl: fix define for lcurl_mime_t for curl 7.56.0Vadim Kochan2018-12-301-0/+28
| | | | | | | | | | | | | Backport a upstream patch that removes a ';' at the end of #define for lcurl_mime_t. Fixes: http://autobuild.buildroot.net/results/f3c0c1aa8f860fddc1312823530ab369b198820c/ Signed-off-by: Vadim Kochan <vadim4j@gmail.com> [Thomas: use upstream patch instead.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* lua-curl: bump to version 0.3.8Francois Perrad2018-12-163-5/+5
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* lua-curl: fix build with libcurl 7.62.0Baruch Siach2018-11-011-0/+58
| | | | | | | | | | | | | | The last libcurl bump changed error code definitions in a way that breaks lua-curl build. Add a patch to fix that. Fixes: http://autobuild.buildroot.net/results/fa6/fa6e289162124b3e079c4a2d9c3f00910c8cc063/ http://autobuild.buildroot.net/results/7b9/7b962a63630abaed21d99f719c1bd710ec4d4b28/ http://autobuild.buildroot.net/results/c5b/c5b2a7f21259bbf79861bd95a2d7ca055920bf09/ Cc: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* lua-curl: new packageFrancois Perrad2017-09-243-0/+23
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
OpenPOWER on IntegriCloud