<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/lua, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2026-05-11T11:39:57Z</updated>
<entry>
<title>lua-eco: update to 4.0.0</title>
<updated>2026-05-11T11:39:57Z</updated>
<author>
<name>Jianhui Zhao</name>
</author>
<published>2026-05-10T10:01:39Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9f5146f6782c8de7dbf9d95e5be2272c29145193'/>
<id>urn:sha1:9f5146f6782c8de7dbf9d95e5be2272c29145193</id>
<content type='text'>
changelog: https://github.com/zhaojh329/lua-eco/releases/tag/v4.0.0

Signed-off-by: Jianhui Zhao &lt;zhaojh329@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>lua-ffi: update to 1.2.0</title>
<updated>2026-05-07T15:36:34Z</updated>
<author>
<name>Jianhui Zhao</name>
</author>
<published>2026-05-07T14:02:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5e70ed855f429660e92d9b7e6d73dca6b9d96f47'/>
<id>urn:sha1:5e70ed855f429660e92d9b7e6d73dca6b9d96f47</id>
<content type='text'>
changelog: https://github.com/zhaojh329/lua-ffi/releases/tag/v1.2.0

Signed-off-by: Jianhui Zhao &lt;zhaojh329@gmail.com&gt;
</content>
</entry>
<entry>
<title>lua-openssl: fix Lua detection with CMake 4.3</title>
<updated>2026-05-04T16:26:53Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-05-04T05:47:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a3d2536eb01fbdafded27ea57280221249f0e02b'/>
<id>urn:sha1:a3d2536eb01fbdafded27ea57280221249f0e02b</id>
<content type='text'>
FindLuaJIT.cmake uses NO_DEFAULT_PATH and only searches hardcoded
luajit-specific paths, so it never finds regular Lua. However if
LUAJIT_INCLUDE_DIRS and LUAJIT_LIBRARY are pre-set in the CMake
cache, find_path/find_library skip their searches, the module sets
LUAJIT_FOUND=ON and also sets LUA_INCLUDE_DIR/LUA_LIBRARIES from
those values, and the if(NOT LUAJIT_FOUND) guard skips the broken
find_package(Lua REQUIRED) call that fails under CMake 4.3.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>lua-openssl: fix CMake Lua detection in build</title>
<updated>2026-04-30T14:42:26Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-28T05:40:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8238e4ddfa37ce29ed78997c311eb85eca11eca0'/>
<id>urn:sha1:8238e4ddfa37ce29ed78997c311eb85eca11eca0</id>
<content type='text'>
The CMakeLists.txt first tries FindLuaJIT.cmake which uses
NO_DEFAULT_PATH with hardcoded host paths, so it always fails in
cross-compilation. The fallback find_package(Lua REQUIRED) may also
fail to find a flat sysroot layout where lua.h lives at
/usr/include/lua.h rather than a versioned subdirectory.

Explicitly pass LUA_INCLUDE_DIR and LUA_LIBRARY to CMake to bypass
both finders, and depend on +liblua (the library package) instead of
+lua to ensure Build/InstallDev runs and Lua headers are present in
the staging directory before this package builds.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>lua-openssl: update to 0.11.1</title>
<updated>2026-04-26T06:43:24Z</updated>
<author>
<name>Amnon Paz</name>
</author>
<published>2026-04-25T08:42:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b1a49e6ca32515f914976dc548bc573158486873'/>
<id>urn:sha1:b1a49e6ca32515f914976dc548bc573158486873</id>
<content type='text'>
Update Makefile with the version
Remove LuaJIT fix patch - No longer needed
Add "ts-time-cb-signature" patch - Fixes build on various platforms

Signed-off-by: Amnon Paz &lt;pazamnon@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: set me where PKG_MAINTAINER empty</title>
<updated>2026-04-16T18:48:36Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-13T07:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8d3c00421392c9c4c6c920977959ab7fae237261'/>
<id>urn:sha1:8d3c00421392c9c4c6c920977959ab7fae237261</id>
<content type='text'>
Seems a lot of packages are just getting abandoned by people.
Will pick these up and see them through.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>lua-eco: update to 3.17.0</title>
<updated>2026-04-03T19:22:04Z</updated>
<author>
<name>Jianhui Zhao</name>
</author>
<published>2026-04-02T13:25:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c5e71747851808f6fb382a791656d4dace32eb07'/>
<id>urn:sha1:c5e71747851808f6fb382a791656d4dace32eb07</id>
<content type='text'>
changelog: https://github.com/zhaojh329/lua-eco/releases/tag/v3.17.0

Signed-off-by: Jianhui Zhao &lt;zhaojh329@gmail.com&gt;
</content>
</entry>
<entry>
<title>lua-eco: update to 3.16.0</title>
<updated>2026-03-28T18:59:35Z</updated>
<author>
<name>Jianhui Zhao</name>
</author>
<published>2026-03-28T05:41:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d85f1065a513e0249cfa4836a3ef7bcd912645a9'/>
<id>urn:sha1:d85f1065a513e0249cfa4836a3ef7bcd912645a9</id>
<content type='text'>
changelog: https://github.com/zhaojh329/lua-eco/releases/tag/v3.16.0

Signed-off-by: Jianhui Zhao &lt;zhaojh329@gmail.com&gt;
</content>
</entry>
<entry>
<title>luajit2: update to v2.1-20260227</title>
<updated>2026-03-13T18:00:49Z</updated>
<author>
<name>Javier Marcet</name>
</author>
<published>2026-03-02T20:41:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1b59cb61a7c67fb90dc4bc4a617603ded87bf090'/>
<id>urn:sha1:1b59cb61a7c67fb90dc4bc4a617603ded87bf090</id>
<content type='text'>
For changes, see tagged commit:
https://github.com/openresty/luajit2/releases/tag/v2.1-20260227

Signed-off-by: Javier Marcet &lt;javier@marcet.info&gt;
</content>
</entry>
</feed>
