From: Alexandru Ardelean Date: Wed, 22 Apr 2026 09:23:59 +0000 (+0300) Subject: libidn2: update to 2.3.8 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ea8faf58833d58e6b4e84963c4023b30fad9f006;p=openwrt-packages.git libidn2: update to 2.3.8 Changelog: - Update to Unicode 15.1.0 standard with U+19DA marked DISALLOWED - Switch from gnulib submodule to GNULIB_REVISION for build management - Fix uninitialized memory and compiler warnings - Improve reproducibility and cross-platform build compatibility Signed-off-by: Alexandru Ardelean --- diff --git a/libs/libidn2/Makefile b/libs/libidn2/Makefile index 0fccc64af..df458e1ae 100644 --- a/libs/libidn2/Makefile +++ b/libs/libidn2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libidn2 -PKG_VERSION:=2.3.7 +PKG_VERSION:=2.3.8 PKG_RELEASE:=1 PKG_SOURCE_URL:=@GNU/libidn PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=4c21a791b610b9519b9d0e12b8097bf2f359b12f8dd92647611a929e6bfd7d64 +PKG_HASH:=f557911bf6171621e1f72ff35f5b1825bb35b52ed45325dcdee931e5d3c0787a PKG_MAINTAINER:=Alexandru Ardelean PKG_CPE_ID:=cpe:/a:gnu:libidn2