<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/ldbus, 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>ldbus: Update to latest revision</title>
<updated>2019-08-19T19:16:37Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-08-15T17:03:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6f6366f2179d94ec211754b7cba8571a6af57528'/>
<id>urn:sha1:6f6366f2179d94ec211754b7cba8571a6af57528</id>
<content type='text'>
Fixes build in C11 mode. strerror_s is a Microsoft extension and not
available with musl.

Pass CFLAGS to luarocks. Otherwise, it doesn't get OpenWrt's cflags like
-Os.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>ldbus: Update to latest version</title>
<updated>2019-07-04T20:43:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-07-03T21:10:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=939efab61caf970b98f3c8a132c474dd7dee26f2'/>
<id>urn:sha1:939efab61caf970b98f3c8a132c474dd7dee26f2</id>
<content type='text'>
The only difference is two fixes for cross compilation.

Added those to fix the buildbots as lua5.3 is causing conflicts.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>ldbus: remove nonshared flag</title>
<updated>2018-03-31T13:08:23Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2018-03-31T13:08:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=16930779a972e24799f8db188ffc4d98aae6adad'/>
<id>urn:sha1:16930779a972e24799f8db188ffc4d98aae6adad</id>
<content type='text'>
As confirmed by the maintainer, the flag was not added intentionally.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>treewide: fix incorrect *_BUILD_DEPENDS</title>
<updated>2018-01-09T15:36:02Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2018-01-07T22:21:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=00fce347a5b054f1d38baaac735a357aad3d0a24'/>
<id>urn:sha1:00fce347a5b054f1d38baaac735a357aad3d0a24</id>
<content type='text'>
Build depends refer to source package names, not binary package names.

In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of
a source package's binary packages; as the corresponding source packages
are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be
dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to
refer to the correct source package name.

Dependency of mysql-server is adjusted from libncursesw to libncurses
(as libncursesw is a virtual package provided by libncurses), so the build
dependency on ncurses is emitted unconditionally.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>treewide: remove superfluous + signs from PKG_BUILD_DEPENDS</title>
<updated>2018-01-07T19:08:31Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2018-01-07T19:06:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6e3a609d07779de0df9aa255b230419707fe7966'/>
<id>urn:sha1:6e3a609d07779de0df9aa255b230419707fe7966</id>
<content type='text'>
A + sign does not have meaning in build depends.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>ldbus: add new package</title>
<updated>2017-11-06T23:05:47Z</updated>
<author>
<name>Enrico Mioso</name>
</author>
<published>2017-11-06T22:30:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=764fdfd49b755a27dd0aa9a41d5fc94f53cb0441'/>
<id>urn:sha1:764fdfd49b755a27dd0aa9a41d5fc94f53cb0441</id>
<content type='text'>
This package contains "ldbus": LUA bindings to interact with the DBUS
message bus, and services connected to it.
See https://github.com/daurnimator/ldbus
for more details.

Signed-off-by: Enrico Mioso &lt;mrkiko.rs@gmail.com&gt;
</content>
</entry>
</feed>
