diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-07-20 15:47:31 +0200 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2020-11-26 13:09:24 -1000 |
commit | 75063b941bd224ecc68412a97bf05ab797ecd19f (patch) | |
tree | cbf2d3dd06e5fbe3cafe91ba2a9ce7de49b74002 /package/libs/libiconv-full/patches/300-fortify-source-compat.patch | |
parent | 3f567d8452644dc5349addabbb8f0bff9d0bc2c0 (diff) | |
download | upstream-75063b941bd224ecc68412a97bf05ab797ecd19f.tar.gz upstream-75063b941bd224ecc68412a97bf05ab797ecd19f.tar.bz2 upstream-75063b941bd224ecc68412a97bf05ab797ecd19f.zip |
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]
Diffstat (limited to 'package/libs/libiconv-full/patches/300-fortify-source-compat.patch')
-rw-r--r-- | package/libs/libiconv-full/patches/300-fortify-source-compat.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/package/libs/libiconv-full/patches/300-fortify-source-compat.patch b/package/libs/libiconv-full/patches/300-fortify-source-compat.patch deleted file mode 100644 index e7e92235e5..0000000000 --- a/package/libs/libiconv-full/patches/300-fortify-source-compat.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/m4/canonicalize.m4 -+++ b/m4/canonicalize.m4 -@@ -11,8 +11,6 @@ AC_DEFUN([gl_CANONICALIZE], - AC_CHECK_FUNCS(canonicalize_file_name) - if test $ac_cv_func_canonicalize_file_name = no; then - AC_LIBOBJ(canonicalize) -- AC_DEFINE([realpath], [rpl_realpath], -- [Define to a replacement function name for realpath().]) - gl_PREREQ_CANONICALIZE - fi - ]) ---- a/configure -+++ b/configure -@@ -35532,9 +35532,6 @@ done - if test $ac_cv_func_canonicalize_file_name = no; then - SRCLIBOBJS="$SRCLIBOBJS canonicalize.$ac_objext" - --cat >>confdefs.h <<\_ACEOF --#define realpath rpl_realpath --_ACEOF - - - |