<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/981213/package/utils, branch main</title>
<subtitle>Staging tree of Chuanhong Guo</subtitle>
<id>https://git.openwrt.org/openwrt/staging/981213/atom?h=main</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/981213/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/'/>
<updated>2024-03-11T19:17:26Z</updated>
<entry>
<title>fitblk: invert kernel version dependency</title>
<updated>2024-03-11T19:17:26Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-03-02T16:09:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=b72a7bf186ef86f8a805b94b1b244fd9393b4af9'/>
<id>urn:sha1:b72a7bf186ef86f8a805b94b1b244fd9393b4af9</id>
<content type='text'>
Allow building fitblk with Linux 6.6 by depending on !LINUX_5_15
instead of LINUX_6_1.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>e2fsprogs: add libe2p and development headers</title>
<updated>2024-02-26T20:19:10Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2024-02-14T04:38:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=597f9cf6b30af800d9185b9885b22cb11c4a1cad'/>
<id>urn:sha1:597f9cf6b30af800d9185b9885b22cb11c4a1cad</id>
<content type='text'>
this patch separates libe2p from e2fsprogs package, like all other
provided libraries are their own packages. Also some development headers
were missing so I added those along with pkg-config files.

Signed-off-by: Oskari Rauta &lt;oskari.rauta@gmail.com&gt;
</content>
</entry>
<entry>
<title>ucode: update to Git HEAD (2024-02-21)</title>
<updated>2024-02-22T08:17:25Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2024-02-21T21:33:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=97ad8501ad94726d8146bd8797036aa134b60435'/>
<id>urn:sha1:97ad8501ad94726d8146bd8797036aa134b60435</id>
<content type='text'>
ee4af9b55cb4 vm: rework object iteration
a275399dd8e2 uci: refactor uci.changes() to match documentation
ba3855ae3775 lib: fix documentation typo for `pop()` function

Fixes: https://github.com/jow-/ucode/issues/188
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>lua5.3: backport CVE fix</title>
<updated>2024-02-17T00:55:49Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-02-11T02:13:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=24d3eb7629d3e20a9c0d3dd47c84e75003df1199'/>
<id>urn:sha1:24d3eb7629d3e20a9c0d3dd47c84e75003df1199</id>
<content type='text'>
Also refreshed some patches

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>lua: fix CVE-2014-5461</title>
<updated>2024-02-17T00:55:21Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-02-11T23:06:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=78b0106f7d5093641f68d37c041a5863eb9dd9a0'/>
<id>urn:sha1:78b0106f7d5093641f68d37c041a5863eb9dd9a0</id>
<content type='text'>
Patch taken from Debian.

Refresh patches

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>package: add fitblk util to release /dev/fit* devices</title>
<updated>2024-02-15T19:06:36Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2023-06-13T14:32:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=ddcc8f9f4ed6d8a57107afe4e40d63c794aa59ae'/>
<id>urn:sha1:ddcc8f9f4ed6d8a57107afe4e40d63c794aa59ae</id>
<content type='text'>
Add minimalistic tool to allow releasing /dev/fit* devices which is
needed on sysupgrade when using the fitblk driver.
The package is hidden in menuconfig, it should only be selected by
adding it to the default package selection of boards using it.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>ugps: update to Git HEAD (2024-02-14)</title>
<updated>2024-02-14T10:02:25Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2024-02-14T10:02:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=79888f9127690e28e58047474c1ce1017632f647'/>
<id>urn:sha1:79888f9127690e28e58047474c1ce1017632f647</id>
<content type='text'>
69561a074d6f ugps: add quality measurement parameters

Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>ucode: update to Git HEAD (2024-02-13)</title>
<updated>2024-02-13T16:16:04Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2024-02-13T16:16:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=7a1fac2dda4377a783c320e46d5a784a5c35e27c'/>
<id>urn:sha1:7a1fac2dda4377a783c320e46d5a784a5c35e27c</id>
<content type='text'>
7e5830edfb38 nl80211: fix datatype of NL80211_BAND_IFTYPE_ATTR_HE_CAP_{MAC,PHY} attrs
5c8fd34bac42 nl80211: fix parsing of NL80211_BAND_ATTR_VHT_MCS_SET attribute
e8d4e4fe967d nl80211: fix decoding of NL80211_BAND_IFTYPE_ATTR_HE_CAP_MCS_SET attribute
30a3f7ad0433 rtnl: store callback in listener registry only on success
9cbe8294909f rtnl: optimize reception of rtnl events
534417132e18 rtnl: increase event socket rx buffer size limit to 1 MiB
3f9811d2f7b7 compiler: close upvalues on loop control statements

Fixes: https://github.com/jow-/ucode.git/issues/187
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>ucode: add libjson-c/host dependency</title>
<updated>2024-02-01T15:22:11Z</updated>
<author>
<name>Chad Monroe</name>
</author>
<published>2024-01-16T23:44:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=5a3f6c50ef29c8b11fe6967e65277b8331be0ff0'/>
<id>urn:sha1:5a3f6c50ef29c8b11fe6967e65277b8331be0ff0</id>
<content type='text'>
ensure host libjson-c is built prior to ucode

Signed-off-by: Chad Monroe &lt;chad@monroe.io&gt;
</content>
</entry>
<entry>
<title>packages: drop bcm27xx-userland</title>
<updated>2024-01-28T09:07:55Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2024-01-28T09:07:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=60ffcfdabcc0159f949ecec74370fd7c5903afad'/>
<id>urn:sha1:60ffcfdabcc0159f949ecec74370fd7c5903afad</id>
<content type='text'>
bcm27xx-userland is deprecated and bcm27xx-utils should be used instead.
https://github.com/raspberrypi/userland/commit/96a7334ae9d5fc9db7ac92e59852377df63f1848

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
</feed>
