<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/luafilesystem, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-11-17T06:46:33Z</updated>
<entry>
<title>lua: move Lua packages under lang/lua sub-folder</title>
<updated>2025-11-17T06:46:33Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2025-11-16T10:02:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7eebedcdfc0d17e610a123fdff4d8edb21e8b098'/>
<id>urn:sha1:7eebedcdfc0d17e610a123fdff4d8edb21e8b098</id>
<content type='text'>
There are roughly 50 Lua packages.
It's about time we consider a proposal for moving all of them
under a lang/lua sub-folder.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>treewide: refresh hashes after move to use ZSTD as default</title>
<updated>2024-04-07T10:06:34Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-06T10:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=272f55e87f0731b3f04aefd39598a127b317abf4'/>
<id>urn:sha1:272f55e87f0731b3f04aefd39598a127b317abf4</id>
<content type='text'>
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>luafilesystem: add missing license information</title>
<updated>2024-03-19T13:11:05Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2024-03-19T13:08:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f29102f589d23f5d26fc6e84339cd1005be94701'/>
<id>urn:sha1:f29102f589d23f5d26fc6e84339cd1005be94701</id>
<content type='text'>
Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>luafilesystem: clean up Makefile</title>
<updated>2020-11-23T00:53:37Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2020-11-23T00:53:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7bb26b10928bdf2f2884e238df588192d79be557'/>
<id>urn:sha1:7bb26b10928bdf2f2884e238df588192d79be557</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>luafilesystem: update to 1.8.0</title>
<updated>2020-11-23T00:53:10Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2020-11-19T19:32:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ed970424de3141abb6333f10d9abb8efe4a225b5'/>
<id>urn:sha1:ed970424de3141abb6333f10d9abb8efe4a225b5</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>luafilesystem: fix PKG_MIRROR_HASH</title>
<updated>2019-05-06T20:13:28Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2019-05-06T19:39:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f9bb9fd4b49fd28caaf7d750323cfb456462cac4'/>
<id>urn:sha1:f9bb9fd4b49fd28caaf7d750323cfb456462cac4</id>
<content type='text'>
Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>luafilesystem: update to 1.7.0.2</title>
<updated>2018-07-10T01:08:00Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2018-07-10T01:08:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=97c756f748842ccddda4af9334be56843f04e988'/>
<id>urn:sha1:97c756f748842ccddda4af9334be56843f04e988</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>Copy luafilesystem package from old repository</title>
<updated>2014-07-19T12:08:11Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2014-07-17T22:37:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7dff39a10fd8144ffbc448aa06cc89bf471693e3'/>
<id>urn:sha1:7dff39a10fd8144ffbc448aa06cc89bf471693e3</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
</feed>
