<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/luacrypto, branch 2016.05</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2016.05</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2016.05'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2015-07-27T20:29:50+00:00</updated>
<entry>
<title>luacrypto: add hash file</title>
<updated>2015-07-27T20:29:50+00:00</updated>
<author>
<name>Francois Perrad</name>
<email>fperrad@gmail.com</email>
</author>
<published>2015-07-27T18:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=f16b56646a094584b4ebffb30075bc25ee7b536f'/>
<id>urn:sha1:f16b56646a094584b4ebffb30075bc25ee7b536f</id>
<content type='text'>
Signed-off-by: Francois Perrad &lt;francois.perrad@gadz.org&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>luacrypto: remove duplicate dependency on luainterpreter</title>
<updated>2015-02-23T11:34:55+00:00</updated>
<author>
<name>Thomas De Schampheleire</name>
<email>thomas.de.schampheleire@gmail.com</email>
</author>
<published>2015-02-02T15:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=e9beb4aea56a605490a7fb01d1c38867d20f4ac9'/>
<id>urn:sha1:e9beb4aea56a605490a7fb01d1c38867d20f4ac9</id>
<content type='text'>
The luarocks package infrastructure already adds a dependency on
luainterpreter, so it is not necessary to add it in luacrypto.

Signed-off-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@gmail.com&gt;
Acked-by: Francois Perrad &lt;francois.perrad@gadz.org&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>luacrypto: luarocks conversion</title>
<updated>2014-04-19T21:52:51+00:00</updated>
<author>
<name>Francois Perrad</name>
<email>fperrad@gmail.com</email>
</author>
<published>2014-04-19T20:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=0c6b1c24d167060490ad7a09f3d1425606d4c976'/>
<id>urn:sha1:0c6b1c24d167060490ad7a09f3d1425606d4c976</id>
<content type='text'>
Signed-off-by: Francois Perrad &lt;francois.perrad@gadz.org&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>packages: convert Github http:// users to the github helper</title>
<updated>2013-12-06T21:38:26+00:00</updated>
<author>
<name>Mischa Jonker</name>
<email>Mischa.Jonker@synopsys.com</email>
</author>
<published>2013-12-05T17:20:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=e5c392830ed3976269282c4f173d11f64a380e3c'/>
<id>urn:sha1:e5c392830ed3976269282c4f173d11f64a380e3c</id>
<content type='text'>
[Thomas: taken from Mischa original github patch.]

Signed-off-by: Mischa Jonker &lt;mjonker@synopsys.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Acked-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@gmail.com&gt;
Tested-by: Thomas De Schampheleire &lt;thomas.de.schampheleire@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>luacrypto: refactor with autotools</title>
<updated>2013-09-17T21:13:54+00:00</updated>
<author>
<name>Francois Perrad</name>
<email>fperrad@gmail.com</email>
</author>
<published>2013-09-15T15:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=549c09b6270c1e940d23c3d7feed86a84b9f6048'/>
<id>urn:sha1:549c09b6270c1e940d23c3d7feed86a84b9f6048</id>
<content type='text'>
some CMake stuff comes from LuaDist, but CMake is not the primary build infrastructure of LuaCrypto.

Signed-off-by: Francois Perrad &lt;francois.perrad@gadz.org&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>luacrypto: New package</title>
<updated>2013-06-17T21:15:23+00:00</updated>
<author>
<name>Assaf Inbal</name>
<email>shmuelzon@gmail.com</email>
</author>
<published>2013-06-17T06:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=4630a6a8472a0f9f30fbacbefde7c45d6507156a'/>
<id>urn:sha1:4630a6a8472a0f9f30fbacbefde7c45d6507156a</id>
<content type='text'>
LuaCrypto provides a Lua frontend to the OpenSSL cryptographic library.

[Peter: fix file header]
Signed-off-by: Assaf Inbal &lt;shmuelzon@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
