[openwrt/openwrt] ucode: update to the latest version

LEDE Commits lede-commits at lists.infradead.org
Thu May 18 05:27:35 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/cca7ccf2d97838bf3410d9027d74e87b5f98e656

commit cca7ccf2d97838bf3410d9027d74e87b5f98e656
Author: Tianling Shen <cnsztl at immortalwrt.org>
AuthorDate: Sat May 13 21:57:00 2023 +0800

    ucode: update to the latest version
    
    8f78aff2cb68 ubus: support multiple call return values
    51f4dba67313 ucode: also link libresolv if ns_initparse() is not found
    5c7d07773a59 uci: fix ctx.commit() without arguments
    5163867269fc Merge pull request #148 from jow-/uci-fix-commit
    
    Signed-off-by: Tianling Shen <cnsztl at immortalwrt.org>
---
 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 f0e4f9f110..e768acbae9 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:=2023-02-13
-PKG_SOURCE_VERSION:=ab2f3f70257d381e075b4ec58366578af861c2b0
-PKG_MIRROR_HASH:=ac7c88a3bd65249253740942dbc9e4d8bc6d5a5e93e48c384d31c94dc7a891f9
+PKG_SOURCE_DATE:=2023-04-03
+PKG_SOURCE_VERSION:=5163867269fc04fa01ec5e9f8df3384c933339f2
+PKG_MIRROR_HASH:=e82922ff59d6f899d9434bf79f2e6e4add0b7b0466355755fc83d4b5a0aeebfb
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=ISC
 




More information about the lede-commits mailing list