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

LEDE Commits lede-commits at lists.infradead.org
Fri Sep 16 06:15:28 PDT 2022


jow pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/639754e36d849553e288f8e34f51f793761c07db

commit 639754e36d849553e288f8e34f51f793761c07db
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Mon Sep 5 10:50:39 2022 +0200

    ucode: update to latest Git HEAD
    
    cc4eb79 ubus: support obtaining numeric error code
    01c412c ubus: add toplevel constants for ubus status codes
    8e240fa ubus: allow object method call handlers to return a numeric status code
    5cdddd3 lib: add limit support to split() and replace()
    0ba9c3e fs: add optional third permission argument to fs.open()
    c1f7b3b lib: remove fixed capture group limit in match() and regex replace()
    
    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 025f997387..185133c554 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-08-29
-PKG_SOURCE_VERSION:=344fa9e69da43ecdc4d8f7768d85d42639352405
-PKG_MIRROR_HASH:=94e1ae6779536b2bd8957db8c2922ec32dcef75258401707505b1d34b6f16d0b
+PKG_SOURCE_DATE:=2022-09-09
+PKG_SOURCE_VERSION:=7fa59ce44b9347528b0e4e44ebcfb04a08479f3f
+PKG_MIRROR_HASH:=abef8939104db9d08d18fc65941d9357b8fc1b0f3b511e361388789972d0a44b
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=ISC
 




More information about the lede-commits mailing list