<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/src, branch v3.1.0</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=v3.1.0</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=v3.1.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2019-04-26T22:02:50+00:00</updated>
<entry>
<title>Release 3.1.0</title>
<updated>2019-04-26T22:02:50+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-04-26T15:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=058525040ce7c6343416e7f1af2b3533f8b160ec'/>
<id>urn:sha1:058525040ce7c6343416e7f1af2b3533f8b160ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build of binaries</title>
<updated>2019-04-26T14:55:59+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-04-26T14:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=d534a32241aab49c18bae1b21f40f856baa22ab0'/>
<id>urn:sha1:d534a32241aab49c18bae1b21f40f856baa22ab0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bin wrapper: revert from LUA_INIT back to -e</title>
<updated>2019-04-19T19:50:11+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-04-18T17:51:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=bb88566e070d3b69d87c345ba9118401c195a7ee'/>
<id>urn:sha1:bb88566e070d3b69d87c345ba9118401c195a7ee</id>
<content type='text'>
Fixes #980.
</content>
</entry>
<entry>
<title>repos: prevent fs.move from failing</title>
<updated>2019-04-17T14:23:47+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-04-17T14:22:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=5641b64f3b051254ff8c9010f312bf35c750810e'/>
<id>urn:sha1:5641b64f3b051254ff8c9010f312bf35c750810e</id>
<content type='text'>
Prevent fs.move from failing with

```
File already exists: /usr/local/share/lua/5.1/luasec_0_6_2-ssl.lua
```

when overwriting a stale file. This should have already been handled,
but in case the manifest is out of sync for some reason this should
make the behavior more smooth.
</content>
</entry>
<entry>
<title>patch lockfile: do not rely on relative paths</title>
<updated>2019-04-16T19:38:24+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-04-16T19:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=0171e22f3ddaef5b694409aba3e0f1c8def41dba'/>
<id>urn:sha1:0171e22f3ddaef5b694409aba3e0f1c8def41dba</id>
<content type='text'>
This should fix the Windows build.
</content>
</entry>
<entry>
<title>fix: handle all-negative supported_platforms rockspec field</title>
<updated>2019-04-16T18:14:58+00:00</updated>
<author>
<name>Leo P</name>
<email>junk@slact.net</email>
</author>
<published>2019-04-04T21:10:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=0c5f8edd5131b14b876fe5964eeb9957c5254df7'/>
<id>urn:sha1:0c5f8edd5131b14b876fe5964eeb9957c5254df7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: correctly print current platforms</title>
<updated>2019-04-16T18:13:41+00:00</updated>
<author>
<name>Leo P</name>
<email>junk@slact.net</email>
</author>
<published>2019-04-04T21:02:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=6000c9a691356dc56c620299a560bba7c47ed221'/>
<id>urn:sha1:6000c9a691356dc56c620299a560bba7c47ed221</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make: use a lockfile for patching on first `luarocks make` run</title>
<updated>2019-04-09T19:49:20+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-04-09T19:47:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=beb38fee0086a53e075f2db32e2321ba4c76e71b'/>
<id>urn:sha1:beb38fee0086a53e075f2db32e2321ba4c76e71b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>init: robustness improvements</title>
<updated>2019-04-09T19:49:20+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-04-03T17:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=7807b77bd37adc730d1496e4901031c722a34310'/>
<id>urn:sha1:7807b77bd37adc730d1496e4901031c722a34310</id>
<content type='text'>
Check that Lua settings are usable and regenarate ./lua wrapper when safe.
Should render --reset less necessary.
</content>
</entry>
<entry>
<title>fs: separate cache_timeout and cache_fail_timeout</title>
<updated>2019-04-09T19:49:20+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-04-03T17:00:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=3707b0245c1952d4a7a2ba2314c552d2195fe128'/>
<id>urn:sha1:3707b0245c1952d4a7a2ba2314c552d2195fe128</id>
<content type='text'>
Makes failure to search for manifest-5.4 cache for a full day.
</content>
</entry>
</feed>
