<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/binary, branch test-pin</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=test-pin</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=test-pin'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2026-03-16T22:31:35+00:00</updated>
<entry>
<title>fix: use zlib fossils</title>
<updated>2026-03-16T22:31:35+00:00</updated>
<author>
<name>luau-project</name>
<email>luau.project@gmail.com</email>
</author>
<published>2026-03-06T13:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=ba60ebde65b617bdf341909d0a56ac99327005d6'/>
<id>urn:sha1:ba60ebde65b617bdf341909d0a56ac99327005d6</id>
<content type='text'>
   * the upstream zlib was updated from
     1.3.1 to 1.3.2, invalidating the
     current URL;

   * according to zlib website, each tarball
     released so far can be found at
     https://www.zlib.net/fossils/ ;
</content>
</entry>
<entry>
<title>fix: allow cross compilation of LuaRocks binaries</title>
<updated>2026-03-16T22:31:35+00:00</updated>
<author>
<name>luau-project</name>
<email>luau.project@gmail.com</email>
</author>
<published>2026-03-06T13:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=137dd749a0b0026483eb76411d1a1a8736a86d48'/>
<id>urn:sha1:137dd749a0b0026483eb76411d1a1a8736a86d48</id>
<content type='text'>
   * this change is on LuaSocket 3.1.0 rockspec: see https://luarocks.org/manifests/lunarmodules/luasocket-3.1.0-1.rockspec
</content>
</entry>
<entry>
<title>Improve flexibility around vendored libraries</title>
<updated>2026-02-03T22:47:50+00:00</updated>
<author>
<name>tobil4sk</name>
<email>tobil4sk@outlook.com</email>
</author>
<published>2026-02-03T22:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=47301d83aba58925e1b9594023621ebb27070cdb'/>
<id>urn:sha1:47301d83aba58925e1b9594023621ebb27070cdb</id>
<content type='text'>
compat53 is vendored since #1757 as it is required to run luarocks with lua 5.1 or 5.2.

However, this introduced some issues as the GNUmakefile install rule places these in the same place where `luarocks install compat53` would install them. This means you get conflicts if you install the actual package:
```
Warning: /.../prefix/share/lua/5.1/compat53/init.lua is not tracked by this installation of LuaRocks. Moving it to /.../prefix/share/lua/5.1/compat53/init.lua~
Warning: /.../prefix/share/lua/5.1/compat53/module.lua is not tracked by this installation of LuaRocks. Moving it to /.../prefix/share/lua/5.1/compat53/module.lua~
Warning: /.../prefix/share/lua/5.1/compat53/file_mt.lua is not tracked by this installation of LuaRocks. Moving it to /.../prefix/share/lua/5.1/compat53/file_mt.lua~
```

It is also not ideal for linux package maintainers to include a vendored package, see: https://github.com/luarocks/luarocks/pull/1757#issuecomment-3409873412.

To solve these issues, this patchset makes the following changes:
- GNUmakefile now places the compat53 files under `luarocks/vendor/compat53` (which is added internally to the luarocks script's `package.path`). This way a user's installation of compat53 does not interfere at all with luarocks one.
- Added `--with-system-compat53` option to configure script for external packaging systems.
- Fixed install.bat's logic for deciding whether to vendor compat53, as the current script includes it for every version.

install.bat already places luarocks sources outside of LUAPATH, so that part can stay as is.

I've also inverted the version check to avoid the need for future patches like: #1850.</content>
</entry>
<entry>
<title>support Lua 5.5 in all_in_one script</title>
<updated>2025-12-26T10:23:32+00:00</updated>
<author>
<name>Pierre Chapuis</name>
<email>git@catwell.info</email>
</author>
<published>2025-12-26T10:23:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=24a9abaf330daf6882292a55256cf81dbdc5b622'/>
<id>urn:sha1:24a9abaf330daf6882292a55256cf81dbdc5b622</id>
<content type='text'>
Co-authored-by: luau-project &lt;luau.project@gmail.com&gt;
</content>
</entry>
<entry>
<title>support Lua 5.5</title>
<updated>2025-12-26T10:06:49+00:00</updated>
<author>
<name>Pierre Chapuis</name>
<email>git@catwell.info</email>
</author>
<published>2025-12-01T21:25:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=291fc8a34fc186b011c9d6b09a80bf179cae6f62'/>
<id>urn:sha1:291fc8a34fc186b011c9d6b09a80bf179cae6f62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>binary build: minor updates</title>
<updated>2025-06-05T21:27:24+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2025-06-05T21:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=ea4ab495d012eae0530883acfd8e77e77be57617'/>
<id>urn:sha1:ea4ab495d012eae0530883acfd8e77e77be57617</id>
<content type='text'>
</content>
</entry>
<entry>
<title>binary: fix public URL for lua-bz2</title>
<updated>2024-03-11T19:46:57+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-03-11T16:22:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=2084c07d7c7109db6348953544f33144fba4562b'/>
<id>urn:sha1:2084c07d7c7109db6348953544f33144fba4562b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>binary: encode dependency order (luasec depends on luasocket)</title>
<updated>2024-02-27T17:54:36+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-27T17:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=ef724a68449938f6ab9ccf58bdcf8234bac87b06'/>
<id>urn:sha1:ef724a68449938f6ab9ccf58bdcf8234bac87b06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deps: bump luasocket and luasec</title>
<updated>2024-02-27T17:51:44+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-27T17:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=4934b8e3b5560db2cca7aaa768e1ddc4e936b4e8'/>
<id>urn:sha1:4934b8e3b5560db2cca7aaa768e1ddc4e936b4e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deps: bump zlib version</title>
<updated>2024-02-27T17:22:46+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-02-27T17:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=544ea211fede3f71a2b08fb74aa4a7027fc6e09b'/>
<id>urn:sha1:544ea211fede3f71a2b08fb74aa4a7027fc6e09b</id>
<content type='text'>
</content>
</entry>
</feed>
