mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/libidn: bump to version 1.36
Update indentation in hash file (two spaces) Extract from NEWS: - Fix unlikely memory leak in idna_to_unicode_4z4z(). - Check codepoint validity in punycode_decode() and punycode_decode(). - tld: Add U+00EF to .nl TLD table. - Indent code. - Translation fixes. - Update gnulib files. - API and ABI is backwards compatible with the previous version. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
dd7eb9514b
commit
9e16680bbe
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBIDN_VERSION = 1.35
|
||||
LIBIDN_VERSION = 1.36
|
||||
LIBIDN_SITE = $(BR2_GNU_MIRROR)/libidn
|
||||
LIBIDN_INSTALL_STAGING = YES
|
||||
LIBIDN_CONF_ENV = EMACS="no" MAKEINFO=true
|
||||
|
||||
Reference in New Issue
Block a user