<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/lua-curl, branch 2019.02-op-build</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2019-02-24T20:58:16+00:00</updated>
<entry>
<title>package/lua-curl: add variant definition of lcurl_url_t</title>
<updated>2019-02-24T20:58:16+00:00</updated>
<author>
<name>Francois Perrad</name>
<email>fperrad@gmail.com</email>
</author>
<published>2019-02-24T19:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=dd6e3c8f1acae4b366803039e9f266f58ca7461e'/>
<id>urn:sha1:dd6e3c8f1acae4b366803039e9f266f58ca7461e</id>
<content type='text'>
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 &lt;francois.perrad@gadz.org&gt;
[Thomas: improve commit log]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>lua-curl: bump to version 0.3.9</title>
<updated>2019-01-01T20:12:25+00:00</updated>
<author>
<name>Francois Perrad</name>
<email>fperrad@gmail.com</email>
</author>
<published>2019-01-01T15:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=608b3fc885b919e8e28c812991e46f0256328c2a'/>
<id>urn:sha1:608b3fc885b919e8e28c812991e46f0256328c2a</id>
<content type='text'>
Signed-off-by: Francois Perrad &lt;francois.perrad@gadz.org&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/lua*: regeneration of hash files</title>
<updated>2018-12-31T16:45:01+00:00</updated>
<author>
<name>Francois Perrad</name>
<email>fperrad@gmail.com</email>
</author>
<published>2018-12-19T08:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=38c55bfb316a1b42450d4ee8d48a9b8a89edb14b'/>
<id>urn:sha1:38c55bfb316a1b42450d4ee8d48a9b8a89edb14b</id>
<content type='text'>
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 &lt;francois.perrad@gadz.org&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>package/lua-curl: fix define for lcurl_mime_t for curl 7.56.0</title>
<updated>2018-12-30T16:40:26+00:00</updated>
<author>
<name>Vadim Kochan</name>
<email>vadim4j@gmail.com</email>
</author>
<published>2018-12-25T01:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=7fd41d9fc8f9d4a7a737b0ba17e858278f615268'/>
<id>urn:sha1:7fd41d9fc8f9d4a7a737b0ba17e858278f615268</id>
<content type='text'>
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 &lt;vadim4j@gmail.com&gt;
[Thomas: use upstream patch instead.]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>lua-curl: bump to version 0.3.8</title>
<updated>2018-12-16T11:07:05+00:00</updated>
<author>
<name>Francois Perrad</name>
<email>fperrad@gmail.com</email>
</author>
<published>2018-12-16T08:56:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=135dd12e60ff838a00a5e5d75a34a2480f33563b'/>
<id>urn:sha1:135dd12e60ff838a00a5e5d75a34a2480f33563b</id>
<content type='text'>
Signed-off-by: Francois Perrad &lt;francois.perrad@gadz.org&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>lua-curl: fix build with libcurl 7.62.0</title>
<updated>2018-11-01T20:20:37+00:00</updated>
<author>
<name>Baruch Siach</name>
<email>baruch@tkos.co.il</email>
</author>
<published>2018-11-01T18:15:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=3988480bf02e138e945bc9ad083880697d5ab376'/>
<id>urn:sha1:3988480bf02e138e945bc9ad083880697d5ab376</id>
<content type='text'>
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 &lt;francois.perrad@gadz.org&gt;
Signed-off-by: Baruch Siach &lt;baruch@tkos.co.il&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>lua-curl: new package</title>
<updated>2017-09-24T15:20:25+00:00</updated>
<author>
<name>Francois Perrad</name>
<email>fperrad@gmail.com</email>
</author>
<published>2017-09-24T07:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=8975698b92d7ecc6924a95853ef8602374a57618'/>
<id>urn:sha1:8975698b92d7ecc6924a95853ef8602374a57618</id>
<content type='text'>
Signed-off-by: Francois Perrad &lt;francois.perrad@gadz.org&gt;
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
</content>
</entry>
</feed>
