<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/libs/rpcd-mod-luci/Makefile, branch master</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git.openwrt.org/project/luci/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/luci/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/'/>
<updated>2024-03-06T08:26:29Z</updated>
<entry>
<title>rpcd-mod-luci: use standard POSIX header for basename()</title>
<updated>2024-03-06T08:26:29Z</updated>
<author>
<name>Tony Ambardar</name>
</author>
<published>2024-03-06T08:09:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=8b08b48df99c42918ab443dea29bd42652abed36'/>
<id>urn:sha1:8b08b48df99c42918ab443dea29bd42652abed36</id>
<content type='text'>
The musl libc only implements POSIX basename() but provided a GNU header
kludge in &lt;string.h&gt;, which was removed in musl 1.2.5 [1]. Use the standard
&lt;libgen.h&gt; header to avoid compilation errors like:

luci.c: In function 'rpc_luci_parse_network_device_sys':
luci.c:676:53: error: implicit declaration of function 'basename' [-Werror=implicit-function-declaration]
  676 |                 blobmsg_add_string(&amp;blob, "master", basename(link));
      |                                                     ^~~~~~~~
luci.c:676:53: error: passing argument 3 of 'blobmsg_add_string' makes pointer from integer without a cast [-Werror=int-conversion]
  676 |                 blobmsg_add_string(&amp;blob, "master", basename(link));
      |                                                     ^~~~~~~~~~~~~~
      |                                                     |
      |                                                     int
...
cc1: all warnings being treated as errors

Link 1: https://git.musl-libc.org/cgit/musl/log/?qt=grep&amp;q=basename

Signed-off-by: Tony Ambardar &lt;itugrok@yahoo.com&gt;
</content>
</entry>
<entry>
<title>rpcd-mod-luci: bump version</title>
<updated>2023-01-23T13:51:28Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-01-23T13:44:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=eb93ea0ac244397aaba57a9c9db7414c518c7693'/>
<id>urn:sha1:eb93ea0ac244397aaba57a9c9db7414c518c7693</id>
<content type='text'>
Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: bump PKG_RELEASE for libiwinfo ABI change</title>
<updated>2023-01-23T13:03:10Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-01-22T19:09:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=938e54df17d6a48fc8d84fe5893ff67ffe4a3e6e'/>
<id>urn:sha1:938e54df17d6a48fc8d84fe5893ff67ffe4a3e6e</id>
<content type='text'>
Bump PKG_RELEASE for libiwinfo ABI change for rpcd-mod-luci and
luci-mod-status.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpcd-mod-luci: bump version</title>
<updated>2021-06-15T08:02:44Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2021-06-15T08:02:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=a26b53314db468e2a3c0c5ea4d8db4939d8eb09c'/>
<id>urn:sha1:a26b53314db468e2a3c0c5ea4d8db4939d8eb09c</id>
<content type='text'>
Fixes: a78b74784d ("rpcd-mod-luci: refactor host hint gathering")
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>rpcd-mod-*: improve postinst script</title>
<updated>2020-12-07T16:01:17Z</updated>
<author>
<name>Karel Kočí</name>
</author>
<published>2020-12-07T16:01:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=2e0a445ed5bf1af00f8b453358fd544844c8fd73'/>
<id>urn:sha1:2e0a445ed5bf1af00f8b453358fd544844c8fd73</id>
<content type='text'>
Usage of killall is replaced with init script. This is cleaner solution
as it does not consider some implementation detail but rather passes
that on to init script implementation.

IPKG_INSTROOT was added to prevent execution when not running in current
root. It is invalid to request reload if install-root is not current
root. In this case it can be considered harmless but it is invalid
nonetheless.

Last change is removal of `exit 0`. This caused skip of default
postinst. Execution of default postinst does no harm and is more
standard considering possible future expansion of it.

Signed-off-by: Karel Kočí &lt;karel.koci@nic.cz&gt;
</content>
</entry>
<entry>
<title>rpcd-mod-luci: bump version</title>
<updated>2020-11-07T21:10:25Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-11-07T21:10:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=d9b4f036eae3fd13a9769b9d55435f8de883e8bb'/>
<id>urn:sha1:d9b4f036eae3fd13a9769b9d55435f8de883e8bb</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>rpcd-mod-luci: bump version</title>
<updated>2019-11-14T12:49:40Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-11-14T12:49:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=956fd4a579084b486d7b7d78962a49a0c5aa1c7a'/>
<id>urn:sha1:956fd4a579084b486d7b7d78962a49a0c5aa1c7a</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>rpcd-mod-luci: various improvements</title>
<updated>2019-11-08T09:02:37Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-11-08T09:01:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=b3681bd9dc13699759329c76ba77a0bef3ebb340'/>
<id>urn:sha1:b3681bd9dc13699759329c76ba77a0bef3ebb340</id>
<content type='text'>
 - Properly handle infinite dnsmasq leases
 - Use a more efficient approach to free internal AVL trees
 - Remove redundant uci context creation
 - Add new getDUIDHints method

Fixes: #3277
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>rpcd-mod-luci: properly deal with failing ubus requests</title>
<updated>2019-11-03T18:57:14Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-11-03T18:53:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=af88f9a006b23f3ec0e559b1192570930ec648b5'/>
<id>urn:sha1:af88f9a006b23f3ec0e559b1192570930ec648b5</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>rpcd-mod-luci: bump version</title>
<updated>2019-11-02T19:44:22Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-11-02T19:44:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=aa5151e2d1720ea2c815d1d28c910f7274d77a0f'/>
<id>urn:sha1:aa5151e2d1720ea2c815d1d28c910f7274d77a0f</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
</feed>
