<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/stintel/package, branch master</title>
<subtitle>Staging tree of Stijn Tintel</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/stintel/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/'/>
<updated>2026-05-17T12:29:47Z</updated>
<entry>
<title>kernel: other: no longer package OSLEC for Linux 6.18</title>
<updated>2026-05-17T12:29:47Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2026-05-17T12:28:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=a04aed67957ffdf5f087de67cdcf72609d79b8ab'/>
<id>urn:sha1:a04aed67957ffdf5f087de67cdcf72609d79b8ab</id>
<content type='text'>
OSLEC has been dropped upstream since Linux 6.16.

Reflect that by no longer providing the kernel module package
`kmod-echo` which essentially became an empty stub.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>uboot-mediatek: comfast cf-wr632ax: sync with the main DTS</title>
<updated>2026-05-17T11:04:23Z</updated>
<author>
<name>Andrii Kuiukoff</name>
</author>
<published>2026-05-17T10:50:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=eeaafc5ae2293bcced0b6ed9955bceac6a484d87'/>
<id>urn:sha1:eeaafc5ae2293bcced0b6ed9955bceac6a484d87</id>
<content type='text'>
- Sync shared U-Boot DTS nodes with the main device DTS
- Remove duplicate strings

Signed-off-by: Andrii Kuiukoff &lt;andros.ua@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/22929
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>uboot-mediatek: comfast cf-wr632ax: reduce ram speed to 1866 MT/s</title>
<updated>2026-05-17T11:04:23Z</updated>
<author>
<name>Andrii Kuiukoff</name>
</author>
<published>2026-04-13T17:45:55Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=9fb99834671a89c1ddefb255b5445d67a908c712'/>
<id>urn:sha1:9fb99834671a89c1ddefb255b5445d67a908c712</id>
<content type='text'>
Fix instability by reducing RAM speed to 1866 MT/s
in line with Winbond W634GU6RB-11 specs.

Signed-off-by: Andrii Kuiukoff &lt;andros.ua@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/22929
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: add CycloneDX SBOM processing to apk</title>
<updated>2026-05-17T10:21:09Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2025-09-30T12:49:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=10d9dbe838447b79a616cf4b0e149b7e398df46a'/>
<id>urn:sha1:10d9dbe838447b79a616cf4b0e149b7e398df46a</id>
<content type='text'>
Currently, there is no SBOM generation in imagebuilder when the package
system 'apk' is used. This commit adds this feature back. This already
worked for the package system 'opkg'.

Furthermore, generating the SBOM using perl is not reproducible if the
input data has not changed. A different file is always generated. This is
not the case with Python. For this reason, Python is now used to generate
the SBOM for the imagebuilder.

The script has already been prepared so that it can also process the opkg
package system for generating the SBOM.

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>uhttpd: update to Git HEAD (2026-05-15)</title>
<updated>2026-05-15T22:47:41Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2026-05-15T01:00:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=6a608bcf4e25e0541dda2e9739c63f70498b3804'/>
<id>urn:sha1:6a608bcf4e25e0541dda2e9739c63f70498b3804</id>
<content type='text'>
d2551871b5e5 client: prevent transfer_chunked counter overflow
07f0afb3bf91 client: match Host and URL attributes exactly in tls_redirect_check
05406f70d05c file: scan all entries when matching If-Match / If-None-Match
81527e1f7630 proc: restore default SIGPIPE disposition in spawned child
0df62571f158 ucode: initialize module search path only once
05317bf30a94 proc: store CGI Status message per-client instead of in a shared buffer
1781b6dec414 utils, client: cast char to unsigned before passing to ctype functions
4221eb8b33ea file: respond 500 on uh_handle_alias OOM
8e5b26f93798 file: distinguish parse failure from epoch in date precondition checks
ced7b15c3467 utils: fix one-byte overflow in uh_urldecode
53e7150619a3 file: bail out of file_write_cb on read error
93432149a7ae utils: remove unreachable return statement in uh_addr_rfc1918
add5389470f0 utils: fix off-by-one out-of-bounds read in uh_b64decode
778ccbbf5f8a main: fix daemonization stdio redirection and fd leak
2c869c094c25 client: parse Content-Length safely
9404e6c62bb7 client: parse chunked transfer chunk size safely
b33ca5d37718 auth: do not accept stored crypt hash as plaintext password
6fadf0da5050 auth: replace strcmp with constant-time password comparison

Link: https://github.com/openwrt/openwrt/pull/23379
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>uboot-mvebu: update to version 2026.04</title>
<updated>2026-05-15T18:59:47Z</updated>
<author>
<name>Stefan Kalscheuer</name>
</author>
<published>2026-05-14T09:04:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=decb778ed313e6ffa0240b532bf243850dddfec2'/>
<id>urn:sha1:decb778ed313e6ffa0240b532bf243850dddfec2</id>
<content type='text'>
Update package to the latest stable version.
Patches unchanged.

Signed-off-by: Stefan Kalscheuer &lt;stefan@stklcode.de&gt;
Link: https://github.com/openwrt/openwrt/pull/23369
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>mediatek: filogic: add support for netis MEX605</title>
<updated>2026-05-14T21:07:00Z</updated>
<author>
<name>David Han</name>
</author>
<published>2026-04-28T17:06:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=8d844758c20c2f3e60d8075dc97121dfc7cc444d'/>
<id>urn:sha1:8d844758c20c2f3e60d8075dc97121dfc7cc444d</id>
<content type='text'>
This commit adds support for the netis MEX605, which is a variant based on the netis NX30 V2.
1. Update brand naming from Netis to netis to follow the official branding.
2. Rename NX30V2 to NX30 V2 to correctly reflect it as the second version of the NX30.
3. Update variant notation for consistency.

cherry picked from commit c982357
1. Add 'model' to the DTS for netis NX30 V2 and define WiFi LED.
4. Fix typo.

Signed-off-by: Zhiwei Cao &lt;bfdeh@126.com&gt;
Signed-off-by: David Han &lt;h96643864@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/22726
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>kernel: r8168: update to v8.056.02</title>
<updated>2026-05-14T19:19:22Z</updated>
<author>
<name>Andy Chiang</name>
</author>
<published>2026-05-02T07:54:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=9cb54a2c4c34673bda31bebeae6cfa1340fade4e'/>
<id>urn:sha1:9cb54a2c4c34673bda31bebeae6cfa1340fade4e</id>
<content type='text'>
Changelog: https://github.com/openwrt/rtl8168/compare/8.055.00...8.056.02

Signed-off-by: Andy Chiang &lt;AndyChiang_git@outlook.com&gt;
Link: https://github.com/openwrt/openwrt/pull/23201
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>x86/base-files + kernel/modules: improve Dell Edge620/640/680 support</title>
<updated>2026-05-14T18:59:20Z</updated>
<author>
<name>Raylynn Knight</name>
</author>
<published>2026-04-25T08:44:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=80eeb316a6fc3de01b4137ae0f03b4111e17019b'/>
<id>urn:sha1:80eeb316a6fc3de01b4137ae0f03b4111e17019b</id>
<content type='text'>
This improves on openwrt/openwrt@aeb9028aabf6bf90638a822d563f54a2c4146e6d by adding support for
other Dell EMC Edge620/640/680 devices and mapping
the interfaces to match the markings on the device.

This modifies the netdevices.mk file to set the boot flag for
ixgbe driver to load it in early stage of the boot process to
allow for proper mapping of the network interface PCI paths
inside the 02_network script. This will also allow other devices
using the ixgbe driver to do proper mapping in 02_network script.
The 02_network script is then modified to support all
dell-emc-620/640/680 devices.  It now maps the network
interfaces via PCI paths to match the markings on the device.
The interface marked GE6 is still used for WAN with
interfaces GE1-GE5 used for LAN.

The SFP1 and SFP2 interfaces are left to be assigned by
the user.

Signed-off-by: Raylynn Knight &lt;rayknight@me.com&gt;
Link: https://github.com/openwrt/openwrt/pull/23110
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>ntfs: update to 2026-05-03</title>
<updated>2026-05-14T17:05:45Z</updated>
<author>
<name>Qingfang Deng</name>
</author>
<published>2026-05-11T02:50:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=54d2b5d7797190914b838a39dedeadd9dead3289'/>
<id>urn:sha1:54d2b5d7797190914b838a39dedeadd9dead3289</id>
<content type='text'>
Update to the latest version.

Changes:
- fix NULL dereference in ntfs_index_walk_down()
- fix WSL symlink target leak on reparse failure
- conditionally enable POSIX ACL
- fix error handling in ntfs_write_iomap_end_resident()
- fix VCN overflow in ntfs_mapping_pairs_decompress()
- drop nlink once for WIN32/DOS aliases
- fix invalid PTR_ERR() usage in __ntfs_bitmap_set_bits_in_run()
- Use return instead of goto in ntfs_mapping_pairs_decompress()

Removed upstreamed patch:
- 001-conditionally-enable-posix-acl.patch

Signed-off-by: Qingfang Deng &lt;dqfext@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/23292
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
</feed>
