libiconv-full: update to version 1.16
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 20 Jul 2020 13:47:31 +0000 (15:47 +0200)
committerPaul Spooren <mail@aparcar.org>
Thu, 26 Nov 2020 23:09:24 +0000 (13:09 -1000)
commit75063b941bd224ecc68412a97bf05ab797ecd19f
treecbf2d3dd06e5fbe3cafe91ba2a9ce7de49b74002
parent3f567d8452644dc5349addabbb8f0bff9d0bc2c0
libiconv-full: update to version 1.16

- Removed following patches:
100-strip_charsets.patch - makes the full variant slim.
101-autotools.patch - this one fails to apply because it was backported
from newer versions for 1.11.1.
103-configure_ac_fix.patch - backported from newer versions
200-work-with-libtool2.patch - is not needed anymore, it is done
differently in upstream
300-fortify-source-compat.patch - these files are not there anymore

- TVHeadend requires working iconv library e.g. transliteration to ASCII
and this does not work with libiconv-full currently.

There is a simple test, which requires to install iconv package.

Before applying this update:
root@turris:/# echo ŽluťoučkýKůň | iconv -t ASCII//TRANSLIT//IGNORE
luoukK

After applying this update:
root@turris:~# echo ŽluťoučkýKůň | iconv -t ASCII//TRANSLIT//IGNORE
Zlutouck'yKun

- Makefile changes:
Use HTTPS for their website
Fixed deprecated SPDX License Identifier
Move PKG_MAINTAINER above PKG_LICENSE

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Tested-by: Rosen Penev <rosenp@gmail.com> [malta]
package/libs/libiconv-full/Makefile
package/libs/libiconv-full/patches/100-strip_charsets.patch [deleted file]
package/libs/libiconv-full/patches/101-autotools.patch [deleted file]
package/libs/libiconv-full/patches/103-configure_ac_fix.patch [deleted file]
package/libs/libiconv-full/patches/200-work-with-libtool2.patch [deleted file]
package/libs/libiconv-full/patches/300-fortify-source-compat.patch [deleted file]