<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/robimarko/package/utils, branch master</title>
<subtitle>Staging tree of Robert Marko</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/robimarko/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/robimarko/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/robimarko/'/>
<updated>2024-02-14T10:02:25Z</updated>
<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-03.infra.openwrt.org/openwrt/staging/robimarko/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-03.infra.openwrt.org/openwrt/staging/robimarko/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-03.infra.openwrt.org/openwrt/staging/robimarko/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-03.infra.openwrt.org/openwrt/staging/robimarko/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>
<entry>
<title>bcm27xx: switch to bcm27xx-utils</title>
<updated>2024-01-26T11:29:30Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2024-01-26T08:52:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/robimarko/commit/?id=a1364fcd091c28d63bfe1d4947f2e21cc11c2b46'/>
<id>urn:sha1:a1364fcd091c28d63bfe1d4947f2e21cc11c2b46</id>
<content type='text'>
bcm27xx-userland is now deprecated and 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>
<entry>
<title>jsonfilter: update to Git HEAD (2024-01-23)</title>
<updated>2024-01-23T08:07:16Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2024-01-23T08:07:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/robimarko/commit/?id=33f15dd6d41873b02eb8895b8886763659f1390c'/>
<id>urn:sha1:33f15dd6d41873b02eb8895b8886763659f1390c</id>
<content type='text'>
013b75ab0598 jsonfilter: drop legacy json-c support
594cfa86469c main: fix spurious premature parse aborts in array mode

Fixes: https://bugs.openwrt.org/?task_id=3683
Fixes: https://github.com/openwrt/openwrt/issues/8703
Fixes: https://github.com/openwrt/openwrt/issues/11649
Fixes: https://github.com/openwrt/openwrt/issues/12344
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>busybox: switch to sha256 for passwd</title>
<updated>2024-01-20T13:22:58Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2024-01-19T10:49:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/robimarko/commit/?id=10180295b817abb3efdc9db3fb4bb62d585fad7a'/>
<id>urn:sha1:10180295b817abb3efdc9db3fb4bb62d585fad7a</id>
<content type='text'>
Right now sha256 is considered more secure than md5, use it to harden
against password decryption.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>busybox: enable sha hash for /etc/shadow</title>
<updated>2024-01-20T13:22:58Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2024-01-18T15:25:34Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/robimarko/commit/?id=86e3016896f43fdcd1ee34a8aafe92b2dab9367e'/>
<id>urn:sha1:86e3016896f43fdcd1ee34a8aafe92b2dab9367e</id>
<content type='text'>
It appears `md5` is no longer state of the art. Let's switch it to
something slightly newer to increase security.

Suggested-by: abnoeh &lt;abnoeh@mail.com&gt;
Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>bcm27xx-utils: update to latest version</title>
<updated>2024-01-18T11:47:37Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2024-01-18T09:50:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/robimarko/commit/?id=90644fb2d004112c3d877abd94cd5528d7587ee1'/>
<id>urn:sha1:90644fb2d004112c3d877abd94cd5528d7587ee1</id>
<content type='text'>
Fixes build with GCC 13.
Disable LTO to fix build with CONFIG_USE_LTO.

Changelog:
e65f5ec eeptools: eepdump: init type before calling eepio_atom_start

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>bcm27xx-utils: add new package</title>
<updated>2024-01-18T08:22:00Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2024-01-16T13:52:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/robimarko/commit/?id=e57eb9f28e7ba383796df8cae1b3ca39804f6326'/>
<id>urn:sha1:e57eb9f28e7ba383796df8cae1b3ca39804f6326</id>
<content type='text'>
The raspberypi/userland repository has been deprecated and the RPi tools have
been moved to the raspberrypi/utils repository.
https://github.com/raspberrypi/userland/commit/96a7334ae9d5fc9db7ac92e59852377df63f1848

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