ucode: update to Git HEAD (2025-11-07)
authorHauke Mehrtens <[email protected]>
Sun, 9 Nov 2025 23:42:32 +0000 (00:42 +0100)
committerHauke Mehrtens <[email protected]>
Tue, 11 Nov 2025 20:27:39 +0000 (21:27 +0100)
commit985394bf264075ffb2c6b84fecc2940329eac008
tree5ba35d9b04e40b4afac74e45b2c84576827c9b26
parent6af5b8033ca47821f3bfd5225a8f70168f9e7fea
ucode: update to Git HEAD (2025-11-07)

e8a7290e55c0 socket: fix `recv()` incorrectly reporting unrelated errors
ddde611fb9d4 socket: fix convertion of hw addresses to ucode strings
924ccc95be32 vm: make sure uc_vm_insn_to_name() always returns a value
754590d26f23 lexer: fix parsing \xHH and \0OOO escape sequences
623f550e579a fs: add dup2() function
6c9385a99edd fs: add mkdtemp() method for creating temporary directories
ea579046a619 fs: reset errno to zero in get_fd()

The removed patches are integrated upstream.

Fixes: https://github.com/jow-/ucode/issues/332
Fixes: https://github.com/jow-/ucode/issues/337
Link: https://github.com/openwrt/openwrt/pull/20718
Signed-off-by: Hauke Mehrtens <[email protected]>
package/utils/ucode/Makefile
package/utils/ucode/patches/100-lexer-fix-parsing-xHH-and-0OOO-escape-sequences.patch [deleted file]
package/utils/ucode/patches/120-fs-add-dup2-function.patch [deleted file]
package/utils/ucode/patches/121-fs-add-read_nb-method-for-non-blocking-reads.patch
package/utils/ucode/patches/122-fs-add-mkdtemp-method-for-creating-temporary-directo.patch [deleted file]