<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/chunkeey/package/system, branch v17.01.0</title>
<subtitle>Staging tree of Christian Lamparter</subtitle>
<id>https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=v17.01.0</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=v17.01.0'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/'/>
<updated>2017-02-15T08:35:12Z</updated>
<entry>
<title>procd: fix default timeout for reload trigger actions</title>
<updated>2017-02-15T08:35:12Z</updated>
<author>
<name>Denis Osvald</name>
</author>
<published>2017-02-14T16:08:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=cbd69f7e4e8fbd509d36d1d272a6f7255e7a4fcd'/>
<id>urn:sha1:cbd69f7e4e8fbd509d36d1d272a6f7255e7a4fcd</id>
<content type='text'>
Default trigger action timeout was added to procd.sh in commit f88e3a4c0
(procd: add default timeout for reload trigger actions)
However, the timeout value was not placed under the correct JSON-script
array nesting level and thus did not apply.

To fix this and make the timeout actually apply to the reload triggers,
we place it in the correct scope, that is the per-trigger array.

Fixes: f88e3a4c0abb60bb76a7678dd30dfdc8a808a2f1
Signed-off-by: Denis Osvald &lt;denis.osvald@sartura.hr&gt;
</content>
</entry>
<entry>
<title>procd: update to latest git HEAD</title>
<updated>2017-02-08T14:03:16Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2017-02-08T11:39:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=bd64568d27681d2a3d9fe469863a251bb0cb1f75'/>
<id>urn:sha1:bd64568d27681d2a3d9fe469863a251bb0cb1f75</id>
<content type='text'>
cdc3dab ujail: fix signal forwarding

Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
</entry>
<entry>
<title>procd: update procd.sh to disallow signal-numbers, enforce signal-names</title>
<updated>2017-02-01T14:40:20Z</updated>
<author>
<name>Bastian Bittorf</name>
</author>
<published>2017-01-13T19:22:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=be7480cb5a5a4879f41acb6e4f11c8759d178b75'/>
<id>urn:sha1:be7480cb5a5a4879f41acb6e4f11c8759d178b75</id>
<content type='text'>
A given signal-name is now converted to the corresonding number. In general
it's good style to use names (readability) and it's more portable: signal
numbers can be architecture-dependent, so we are more safe giving names.

A real world example is signal 10, which is BUS on ramips and USR1 on PPC.

All users of 'procd_send_signal' must change their code to reflect this.

Signed-off-by: Bastian Bittorf &lt;bb@npl.de&gt;
</content>
</entry>
<entry>
<title>opkg: clarify messages and errors related to downloads</title>
<updated>2017-02-01T14:40:20Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2017-01-23T09:40:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=d7cae5f0b45847c0cd5f9c67a552cb6fe2e1fdc3'/>
<id>urn:sha1:d7cae5f0b45847c0cd5f9c67a552cb6fe2e1fdc3</id>
<content type='text'>
Clarify opkg's messages related to downloads:

* more visible error message for package list download failure
* separate error message for signature file download error
* if wget returns 4, signal the network error more clearly
* remove '.' from end of filenames and URLs

* try signature check only if the package list was downloaded ok.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>ubus: update to the latest version</title>
<updated>2017-02-01T14:40:20Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-22T13:37:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=b2cd9b80ef3e6b48a9524b85cae4b3f30bb1b91a'/>
<id>urn:sha1:b2cd9b80ef3e6b48a9524b85cae4b3f30bb1b91a</id>
<content type='text'>
Adds uloop related libubus fixes

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>ubus: update to the latest version</title>
<updated>2017-02-01T14:40:19Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-20T10:34:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=977eb2c019e12350c92de52997b00e008036d96b'/>
<id>urn:sha1:977eb2c019e12350c92de52997b00e008036d96b</id>
<content type='text'>
- Adds support for passing file descriptors in ubus invoke requests
- Fixes clearing pending timers on ubus_shutdown()
- Fixes checking the amount of written data in ubusd
- Fixes an ubusd crash when trying to subscribe to system objects

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>procd: update to latest git HEAD</title>
<updated>2017-01-27T09:10:12Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2017-01-26T15:18:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=ecc362ed040c07f45587e622e12778a7c74a8c8d'/>
<id>urn:sha1:ecc362ed040c07f45587e622e12778a7c74a8c8d</id>
<content type='text'>
0f58977 init: fix /tmp permissions on zram

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>lede-keyring: bundle latest usign certificates</title>
<updated>2017-01-20T09:11:15Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-01-20T09:09:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=cfb3ef3a9716934de64fc5d4401c6f93b8e01835'/>
<id>urn:sha1:cfb3ef3a9716934de64fc5d4401c6f93b8e01835</id>
<content type='text'>
Includes the public usign certificates used by the 17.01.* release builds.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>ubox: turn logd into a separate package</title>
<updated>2017-01-16T10:41:54Z</updated>
<author>
<name>Andrej Vlasic</name>
</author>
<published>2017-01-15T18:30:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=5c20a4fec923c33175e737e2f956cb748ed5e1d5'/>
<id>urn:sha1:5c20a4fec923c33175e737e2f956cb748ed5e1d5</id>
<content type='text'>
Currently system log is always included as a part of ubox. Add logd as a
seperate package and add it to default packages list.

Signed-off-by: Andrej Vlasic &lt;andrej.vlasic@sartura.hr&gt;
Signed-off-by: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
</content>
</entry>
<entry>
<title>opkg: use default PKG_BUILD_DIR</title>
<updated>2017-01-16T08:02:42Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2017-01-16T08:02:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=621fd9fd62b8e405c43eb9d94ac2f9a8524c0496'/>
<id>urn:sha1:621fd9fd62b8e405c43eb9d94ac2f9a8524c0496</id>
<content type='text'>
opkg doesn't have BUILD_VARIANTs anymore, so the previously defined
PKG_BUILD_DIR would lead to a weird 'opkg-' path component.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
</feed>
