aboutsummaryrefslogtreecommitdiff
path: root/libs/icu/patches
Commit message (Collapse)AuthorAge
* icu: update to 66.1Hirokazu MORIKAWA2020-03-19
| | | | | | | | | | | ICU 66 updates to Unicode 13, including new characters, scripts, emoji, and corresponding API constants. It also updates to CLDR 36.1 with Unicode 13 updates and bug fixes. Create symbolic link to current version. FIX CVE-2020-10531 An integer overflow, leading to a heap-based buffer overflow, exists in the UnicodeString::doAppend() function in common/unistr.cpp. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* icu: Backport C++11 math patchRosen Penev2019-12-19
| | | | | | Fixes compilation with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* icu: update to 65.1Hirokazu MORIKAWA2019-10-08
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* icu: Fix compilation with uClibc-ngRosen Penev2019-05-01
| | | | | | | uClibc-ng does not define these math functions in math.h , only in tgmath.h. Therefore the cmath header will not work. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* icu: Backport ARMEB support patchRosen Penev2019-04-10
| | | | | | This should fix php compilation on PPC. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* icu: update to 64.1Hirokazu MORIKAWA2019-04-03
| | | | | | | | ICU 64 updates to Unicode 12 and to CLDR 35 locale data with many additions and corrections And Workaround for ICU-20531 : https://unicode-org.atlassian.net/browse/ICU-20531 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* icu: update to 63.1Hirokazu MORIKAWA2018-10-18
| | | | | | | | | ICU 63 updates to CLDR 34 locale data with many additions and corrections, and some new languages. ICU adds API for number and currency range formatting, and API for additional Unicode properties and for constructing custom properties. CLDR and ICU include data for testing readiness for the upcoming Japanese calendar era. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* icu: bump to 60.1Hirokazu MORIKAWA2017-11-07
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* icu: fix CVE-2017-14952 Double-Free VulnerabilityHirokazu MORIKAWA2017-10-24
| | | | | | | | http://www.sourcebrella.com/blog/double-free-vulnerability-international-components-unicode-icu/ https://security-tracker.debian.org/tracker/CVE-2017-14952 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* icu: Don't link icudata as a data only libraryHirokazu MORIKAWA2017-06-12
| | | | | | libicudata.so not build hard-float ABI Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* icu: bump to 59.1Hirokazu MORIKAWA2017-04-17
| | | | | | | | | | | Maintainer: me Compile tested: ar71xx brcm2708, LEDE trunk r3972-aefa195 Run tested: NONE Description: upstream update to 59.1 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* icu: Bumped to v58.2Hirokazu MORIKAWA2017-01-11
| | | | | | | | | | | | | | | | | Maintainer: @nxhack Compile tested: ar71xx mips_24kc_musl-1.1.15 LEDE r2610-324bdf3 Run tested: NONE Description: icu: Bumped to v58.2 for emoji handling previous PR #2817 add patches/001-disable-strtod_l.patch missing xlocale.h in case of using musl. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* adding package 'icu'Mirko Vogt2015-12-06
Signed-off-by: Mirko Vogt <mirko@openwrt.org>