Skip to content

Commit

Permalink
ucode: update to latest Git HEAD (coolsnowwolf#9421)
Browse files Browse the repository at this point in the history
* ucode: update to latest Git HEAD

e14b099 syntax: implement support for ES6 template literals
111cf06 vm: stop executing bytecode on return of nested calls

Signed-off-by: Jo-Philipp Wich <[email protected]>

* ucode: fix PKG_MIRROR_HASH

Fixes: 0400774 ("ucode: update to latest Git HEAD")
Signed-off-by: Jo-Philipp Wich <[email protected]>

* ucode: reorder BuildPackage calls

Ensure that the libucode recipe is processed before the ucode one in
order to reliably encode the ABI version into ucode's libucode dependency.

Fixes: coolsnowwolf#9788
Ref: https://forum.openwrt.org/t/fw4-wont-start-after-upgrade/126308
Signed-off-by: Jo-Philipp Wich <[email protected]>

* ucode: update to latest Git HEAD

081871e compiler: fix segmentation fault on compiling unexpected unary expressions
090b426 fs: avoid input buffering with small limits in fs.readfile()
8da140f lib: introduce hexenc() and hexdec()
9a72423 Update README.md

Signed-off-by: Jo-Philipp Wich <[email protected]>

Co-authored-by: Jo-Philipp Wich <[email protected]>
  • Loading branch information
Beginner-Go and jow- authored May 23, 2022
1 parent 1d13f28 commit b4cef7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package/utils/ucode/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=https://github.com/jow-/ucode.git
PKG_SOURCE_DATE:=2022-04-07
PKG_SOURCE_VERSION:=33f1e0b0926e973fb5ae445e9a995848762143bb
PKG_MIRROR_HASH:=e419678244c5402c739e3a200d6d1d7cd6989a711c73744bc68b2d5b76bae33a
PKG_SOURCE_DATE:=2022-05-20
PKG_SOURCE_VERSION:=081871e18db544e2c834a516950e1c16c9bc4d2c
PKG_MIRROR_HASH:=5ff1ee6d5549e83ac7bc5f5877d303c82cdb8e640305de5d95cbd3ce66ced133
PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]>
PKG_LICENSE:=ISC

Expand Down Expand Up @@ -201,8 +201,8 @@ define Package/ucode-mod-uci/install
endef


$(eval $(call BuildPackage,ucode))
$(eval $(call BuildPackage,libucode))
$(eval $(call BuildPackage,ucode))
$(eval $(call BuildPackage,ucode-mod-fs))
$(eval $(call BuildPackage,ucode-mod-math))
$(eval $(call BuildPackage,ucode-mod-nl80211))
Expand Down

0 comments on commit b4cef7f

Please sign in to comment.