[openwrt/openwrt] libunistring: update to 1.4.1

LEDE Commits lede-commits at lists.infradead.org
Sun Nov 23 15:14:05 PST 2025


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9bdf72347640b80cbe90780506b04d27d8b8223d

commit 9bdf72347640b80cbe90780506b04d27d8b8223d
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sun Nov 23 12:18:13 2025 +0100

    libunistring: update to 1.4.1
    
    Release Notes:
    https://fossies.org/linux/libunistring/ChangeLog
    
    Link: https://github.com/openwrt/openwrt/pull/20902
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/libs/libunistring/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libs/libunistring/Makefile b/package/libs/libunistring/Makefile
index f53b50a243..670853fa79 100644
--- a/package/libs/libunistring/Makefile
+++ b/package/libs/libunistring/Makefile
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libunistring
-PKG_VERSION:=1.2
+PKG_VERSION:=1.4.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_HASH:=632bd65ed74a881ca8a0309a1001c428bd1cbd5cd7ddbf8cedcd2e65f4dcdc44
+PKG_HASH:=67d88430892527861903788868c77802a217b0959990f7449f2976126a307763
 
 PKG_BUILD_PARALLEL:=1
 PKG_INSTALL:=1




More information about the lede-commits mailing list