mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
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 <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
6895269702
commit
ea8faf5883
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user