From be9687c36947864b1f560968e0a78a8b4df962f1 Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Sun, 27 May 2018 19:30:09 +0100 Subject: [PATCH] libidn2: bump to v2.0.5 * Version 2.0.5 (released 2018-05-18) ** Switched the default library behavior to IDNA2008 as amended by TR#46 (non-transitional). That default behavior is enabled when no flags are specified to function calls. Applications can utilize the %IDN2_NO_TR46 flag to switch to the unamended IDNA2008. This is done in the interest of interoperability based on the fact that this is what application writers care about rather than strict compliance with a particular protocol. ** Fixed memleak in idn2_to_unicode_8zlz(). ** Return error (IDN2_ICONV_FAIL) on charset conversion errors. ** Fixed issue with STD3 rules applying in non-transitional TR46 mode. ** idn2: added option --usestd3asciirules. Signed-off-by: Kevin Darbyshire-Bryant --- libs/libidn2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libidn2/Makefile b/libs/libidn2/Makefile index c023b5298..05c26a8b7 100644 --- a/libs/libidn2/Makefile +++ b/libs/libidn2/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libidn2 -PKG_VERSION:=2.0.4 +PKG_VERSION:=2.0.5 PKG_RELEASE:=1 PKG_MAINTAINER:=Kevin Darbyshire-Bryant PKG_LICENSE:=GPL-2.0-or-later LGPL-3.0-or-later @@ -16,7 +16,7 @@ PKG_LICENSE_FILES:=COPYING COPYINGv2 COPYING.LESSERv3 PKG_SOURCE_URL:=@GNU/libidn PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=644b6b03b285fb0ace02d241d59483d98bc462729d8bb3608d5cad5532f3d2f0 +PKG_HASH:=53f69170886f1fa6fa5b332439c7a77a7d22626a82ef17e2c1224858bb4ca2b8 PKG_INSTALL:=1