[openwrt/openwrt] ucode: update to latest Git HEAD

LEDE Commits lede-commits at lists.infradead.org
Fri Oct 14 15:39:58 PDT 2022


jow pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5110dcb1fa44fc1aac737c63b31474daa471de89

commit 5110dcb1fa44fc1aac737c63b31474daa471de89
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Wed Sep 21 23:33:56 2022 +0200

    ucode: update to latest Git HEAD
    
    4ae7072 fs: use `getline()` for line wise read operations
    21ace5e lexer: fixes for regex literal parsing
    00965fa lib: implement slice() function
    76d396d main: implement print mode
    7bbba78 compiler: optimize function return opcode generation
    a45f2a3 lexer: improve regex literal handling
    d64d5d6 vm: maintain export symbol tables per program
    f4b4ded uloop: task: gracefully handle absent output callback
    a58fe47 ubus: hold reference to underlying connection until deferred is concluded
    e23b58a lib: uc_system(): retry waitpid() on EINTR
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 package/utils/ucode/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/utils/ucode/Makefile b/package/utils/ucode/Makefile
index 185133c554..54127582bd 100644
--- a/package/utils/ucode/Makefile
+++ b/package/utils/ucode/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=https://github.com/jow-/ucode.git
-PKG_SOURCE_DATE:=2022-09-09
-PKG_SOURCE_VERSION:=7fa59ce44b9347528b0e4e44ebcfb04a08479f3f
-PKG_MIRROR_HASH:=abef8939104db9d08d18fc65941d9357b8fc1b0f3b511e361388789972d0a44b
+PKG_SOURCE_DATE:=2022-10-07
+PKG_SOURCE_VERSION:=4ae70721aae5f974538928cadc71fa3269e5ad20
+PKG_MIRROR_HASH:=97339d563e988d57ed02f5fd27722c908d616c2cec8b1f0479f42bc53dfd0aa1
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=ISC
 




More information about the lede-commits mailing list