<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/pepe2k/package/utils, branch master</title>
<subtitle>Staging tree of Piotr Dymacz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/'/>
<updated>2025-06-22T16:58:49Z</updated>
<entry>
<title>omnia-eeprom: simplify Makefile</title>
<updated>2025-06-22T16:58:49Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-06-11T20:56:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=e7044dce96b460b44288b1c056564e0da6d80039'/>
<id>urn:sha1:e7044dce96b460b44288b1c056564e0da6d80039</id>
<content type='text'>
1. No need to explicitly call the defaults
2. There is efficient way how to set PKG_BUILD_DIR,
which allows to drop PKG_SOURCE_DIR.

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/19105
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>util-linux: add wdctl</title>
<updated>2025-06-21T12:13:44Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2025-06-06T11:18:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=8ef981698e8488f675cc7a9ddb0669a6f84dacd8'/>
<id>urn:sha1:8ef981698e8488f675cc7a9ddb0669a6f84dacd8</id>
<content type='text'>
Add the wdctl utility.

Signed-off-by: Wei-Ting Yang &lt;williamatcg@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/19041
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>util-linux: remove redundant slashes</title>
<updated>2025-06-21T12:04:20Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2025-06-06T11:58:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=695548128f099a0073619ba112c75f3bf79d8eed'/>
<id>urn:sha1:695548128f099a0073619ba112c75f3bf79d8eed</id>
<content type='text'>
Remove redundant slashes.

Signed-off-by: Wei-Ting Yang &lt;williamatcg@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/19041
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>ucode: add ubus refcounting fix</title>
<updated>2025-06-20T20:54:32Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2025-06-20T20:54:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=bbd95c0523174dc724a40b4d2483cadf7dc9907c'/>
<id>urn:sha1:bbd95c0523174dc724a40b4d2483cadf7dc9907c</id>
<content type='text'>
Fixes a regression in the last ucode update

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>ucode-mod-bpf: switch to ucv_resource_create_ex</title>
<updated>2025-06-13T08:16:06Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2025-06-12T09:41:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=e4c3c236b8f15e05b46d23d1771262e75d5b8f81'/>
<id>urn:sha1:e4c3c236b8f15e05b46d23d1771262e75d5b8f81</id>
<content type='text'>
On map/program resource, hold references to the module in order to avoid
closing it prematurely.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>ucode: update to Git HEAD (2025-06-09)</title>
<updated>2025-06-13T08:16:06Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2025-06-12T11:28:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=64570766cb35b4884fe58d3b81ca945cab800ebd'/>
<id>urn:sha1:64570766cb35b4884fe58d3b81ca945cab800ebd</id>
<content type='text'>
54b00e3b1fa9 ubus: fix double registry clear on disconnect
69521b55855c ubus: fix use-after-free on deferred request reply() method
22e8c16d9deb debug: fix crash when passing tagged string to getinfo()
2c9eea5174d6 ubus: use ucv_resource_create_ex for connections/channels
0a4cf4b7e71a ubus: use ucv_resource_create_ex for for ubus.request resources
99ee75a69cd3 ubus: use ucv_resource_create_ex for ubus.deferred resources
f085a42b977f ubus: use ucv_resource_create_ex for objects
94ad17d13a0d ubus: use ucv_resource_create_ex for ubus.notify resources
a3fa47fdda3e ubus: use ucv_resource_create_ex for ubus.listener resources
9ab5fa869dec ubus: use ucv_resource_create_ex for ubus.subscriber resources
be92ebd70633 CI: debian: install cmake package
fd202fd40bd1 socket: respect port argument in sockinst.connect()
767c209b917b socket: properly handle async `connect(2)` errors in socket.connect()
37ac8f112af6 socket: improve port argument validation in sockinst.connect()

Fixes: https://github.com/jow-/ucode/issues/302
Fixes: https://github.com/jow-/ucode/issues/303
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>zyxel-bootconfig: fix indentation</title>
<updated>2025-06-11T16:39:55Z</updated>
<author>
<name>David Bauer</name>
</author>
<published>2025-06-06T17:25:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=b3936898391765beab65ca36584c964b6003cac8'/>
<id>urn:sha1:b3936898391765beab65ca36584c964b6003cac8</id>
<content type='text'>
Signed-off-by: David Bauer &lt;mail@david-bauer.net&gt;
</content>
</entry>
<entry>
<title>f2fs-tools: fix building with GCC 15.1</title>
<updated>2025-06-08T10:41:15Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2025-06-01T11:16:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=f831b9d9672b0cb10955eacac51d910f0b8befad'/>
<id>urn:sha1:f831b9d9672b0cb10955eacac51d910f0b8befad</id>
<content type='text'>
Add a patch in order to fix it.

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
Link: https://github.com/openwrt/openwrt/pull/18991
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>cli: return the correct data type for enum attributes</title>
<updated>2025-05-31T14:23:47Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2025-05-20T18:52:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=6296c17026424b0fc3ca4d67ed4a649e38265849'/>
<id>urn:sha1:6296c17026424b0fc3ca4d67ed4a649e38265849</id>
<content type='text'>
Return entries from the value array instead of the provided string

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>cli: fix dealing with enum types with object value lists</title>
<updated>2025-05-31T14:22:46Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2025-05-30T19:27:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=71bec727c8dbfd6a036d043743759c5df932639c'/>
<id>urn:sha1:71bec727c8dbfd6a036d043743759c5df932639c</id>
<content type='text'>
Convert to array before calling filter()

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
</feed>
