<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/aparcar/package/system, branch master</title>
<subtitle>Staging tree of Paul Spooren</subtitle>
<id>https://git.openwrt.org/openwrt/staging/aparcar/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/aparcar/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/'/>
<updated>2023-02-15T03:27:35Z</updated>
<entry>
<title>fstools: update to git HEAD</title>
<updated>2023-02-15T03:27:35Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2023-02-15T03:26:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=62e583ddb9c1f8a5d760ff0612433c5e262fe481'/>
<id>urn:sha1:62e583ddb9c1f8a5d760ff0612433c5e262fe481</id>
<content type='text'>
 12155d3 libfstools: use class interface to iterate over ubi devices

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>fstools: bump to latest Git HEAD</title>
<updated>2023-02-04T19:04:58Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-02-04T19:04:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=3ef655375a5edac9c4967394a213d10b631464a7'/>
<id>urn:sha1:3ef655375a5edac9c4967394a213d10b631464a7</id>
<content type='text'>
14d535e partname: Correct fstools_partname_fallback_scan comparison

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>ubus: fix wrong package mirror hash</title>
<updated>2023-01-30T09:58:00Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2023-01-30T09:54:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=3d7d93cf6579de4362b96c0829d0595f0fcd8e0d'/>
<id>urn:sha1:3d7d93cf6579de4362b96c0829d0595f0fcd8e0d</id>
<content type='text'>
I've somehow managed to commit wrong package mirror hash in commit 36076b5a4092
("ubus: update to version 2022-06-15"), so lets fix it by using a proper
one.

Fixes: 36076b5a4092 ("ubus: update to version 2022-06-15")
Reported-by: Andre Heider &lt;a.heider@gmail.com&gt;
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>ubus: update to version 2022-06-15</title>
<updated>2023-01-27T10:04:07Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2023-01-26T09:34:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=36076b5a409236b44d56179071cc53fdd1c6fc78'/>
<id>urn:sha1:36076b5a409236b44d56179071cc53fdd1c6fc78</id>
<content type='text'>
Update which contains just a following fix:

 * ubusd: add lookup command queuing support

   Defers and continues a client's lookup command to avoid unnecessary
   buffering under load.

Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>rpcd: bump libiwinfo abi requirement to &gt;= 2023-01-21</title>
<updated>2023-01-23T12:55:42Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-01-22T18:50:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=114c16852253b28504a233ac42d683e97b12b651'/>
<id>urn:sha1:114c16852253b28504a233ac42d683e97b12b651</id>
<content type='text'>
Bump libiwinfo abi requirement to &gt;= 2023-01-21 for rpcd.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>fstool: bump to latest Git HEAD</title>
<updated>2023-01-22T16:30:42Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-01-22T16:27:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=fb7f4d4b549f5c6e9191293fbfcbb47ae26b8484'/>
<id>urn:sha1:fb7f4d4b549f5c6e9191293fbfcbb47ae26b8484</id>
<content type='text'>
1ea5855 partname: Introduce fstools_partname_fallback_scan option

While at it also drop AUTORELEASE from PKG_RELEASE.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpcd: update to latest Git HEAD</title>
<updated>2023-01-21T00:26:19Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-01-21T00:26:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=5d409062a30ce39c0f80252ca3f2bcecb1443de5'/>
<id>urn:sha1:5d409062a30ce39c0f80252ca3f2bcecb1443de5</id>
<content type='text'>
c0df2a7 iwinfo: add "band" and "mhz" to the scan output
06ad60f iwinfo: add "band" to the freqlist output
b32fd32 iwinfo: add flags to freqlist output

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>fstools: bump to latest Git HEAD</title>
<updated>2023-01-21T00:02:25Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-01-20T14:06:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=bd0f9d8ffcd1dc169fb66f9d7ddb335abbe49d37'/>
<id>urn:sha1:bd0f9d8ffcd1dc169fb66f9d7ddb335abbe49d37</id>
<content type='text'>
e9b59f0 partname: Ignore root=PARTUUID...

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>procd: update to git HEAD</title>
<updated>2023-01-16T22:05:01Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2023-01-16T22:03:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=f0a98bf048bdab981a1c34ba25d3c91989a57c22'/>
<id>urn:sha1:f0a98bf048bdab981a1c34ba25d3c91989a57c22</id>
<content type='text'>
 04d7570 jail: fs: don't overwrite existing mount target
 6b9629b jail: don't assume positive return value of creat
 190f13a init: attempt to mount efivarfs

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>tree-wide: Do not use package librt and libpthread</title>
<updated>2022-12-29T17:50:24Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2022-12-18T16:32:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/aparcar/commit/?id=f12bad6c19df4ad10b274e0c1e10bcdaaccf96f3'/>
<id>urn:sha1:f12bad6c19df4ad10b274e0c1e10bcdaaccf96f3</id>
<content type='text'>
The libraries libpthread, libdl, libutil, libanl have been integrated
into the libc library in version 2.34. it is not needed to explicitly
link them any more.

Most of the functions have been moved from the librt.so into libc.so
some time ago already.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
</feed>
