libidn2: update to 2.3.8
authorAlexandru Ardelean <redacted>
Wed, 22 Apr 2026 09:23:59 +0000 (12:23 +0300)
committerAlexandru Ardelean <redacted>
Tue, 5 May 2026 05:54:20 +0000 (08:54 +0300)
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 <redacted>
libs/libidn2/Makefile

index 0fccc64afea9e9b5520192051028efd5f57e39ac..df458e1aee45089209e09a866db842fec1dcbfad 100644 (file)
@@ -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 <ardeleanalex@gmail.com>
 PKG_CPE_ID:=cpe:/a:gnu:libidn2
git clone https://git.99rst.org/PROJECT