From: Felix Fietkau Date: Wed, 3 Jun 2026 10:55:26 +0000 (+0200) Subject: ucode: update to Git HEAD (2026-06-03) X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=76e6216c8aaff4750ec082b902c22bbf86b9a623;p=thirdparty%2Fopenwrt.git ucode: update to Git HEAD (2026-06-03) 1ac496a91a30 math: min and max 4c917958038d math: clamp c6404b6af75c math: sign functions 597b17d0edea math: copysign 9747c8bbfa27 math: floor 933b11802060 math: ceil 46581cf13149 math: round 4aee92d5aa89 math: trunc c8f71433a3d6 math: log functions 840aa6e61196 math: Infinity handling note 990558c2a027 math: isinf c3e76e45fdad math: tan 08c6ef98fa2f math: acos, asin, atan 21a0f37d4c7c math: cosh, sinh, tanh 28ec6e4466b5 math: cbrt, hypot fb2fc094875c math: expm1, log1p 1a911dbc72b0 math: jsdoc fixes 7b3b15dc7d25 math: add double/int output toggle flag to floor/ceil/round/trunc 7424c3bd14e0 make: improve make (install) on macOS 965d76557dee types: release previous prototype reference in ucv_prototype_set b702323ec137 uloop: unregister task output fd from uloop before closing it 106b1179765a uloop: clear resource values when releasing callback resources acc70db934fc ubus: clear resource values when releasing connection/object resources 9d7ade9e4c68 ubus: prevent UAF when channel disconnect_cb triggers re-entrant disconnect Signed-off-by: Felix Fietkau --- diff --git a/package/utils/ucode/Makefile b/package/utils/ucode/Makefile index d9df7ed9645..d046782de79 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:=2026-04-24 -PKG_SOURCE_VERSION:=0beaa9dc244f16c52c0a7dc3f180cca0539124cd -PKG_MIRROR_HASH:=9a58c061541cd98d248335c351a10049823a0dd317475fa0be73593c6d90a70a +PKG_SOURCE_DATE:=2026-06-03 +PKG_SOURCE_VERSION:=3ec4e5c238353067e4b58fb9bb9938d85d59e7c2 +PKG_MIRROR_HASH:=bc0ccef8b34defd524705c73982b39ba9e86fab588e531eba1915eecc57a8351 PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=ISC