diff options
author | adam <adam@pkgsrc.org> | 2017-12-14 21:28:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-12-14 21:28:32 +0000 |
commit | 6aa522872bb03f1bb59af3e026e0bdfe39770145 (patch) | |
tree | 8f1ce42136e4aa4b5a9d54c53414ee429c344e99 /textproc/icu | |
parent | 89ab56d6ae25bb06ee56d82ab75da055f28def76 (diff) | |
download | pkgsrc-6aa522872bb03f1bb59af3e026e0bdfe39770145.tar.gz |
icu: updated to 60.2
60.2:
New API for direct-UTF-8 normalization.
- It also optionally records changes, for source-to-result index mapping and tracking of text metadata.
More convenient case mapping API (StringPiece→ByteSink).
ICU now handles ill-formed UTF-8 byte sequences as specified in the W3C Encoding Standard.
Bug fixes:
CLDR 32.0.1
- Change of some German AM/PM to English strings reverted; will be revisited.
- BGN transliterations restored.
The Script_Extensions property value for 5 CJK characters is wrong.
ICU4J DecimalFormat
- getGroupingSize() returns -1 instead of 0 in ICU60 if grouping is disabled
- setPositivePrefix also changes negative prefix
- unsets maxFrac when minFrac is set on a currency instance
DateFormat
- Urdu Islamic calendar eras
- Narrow format of noon time is used for abbreviated day period pattern letter 'b' and 'bb'
Conversion buffer overflow
Calendar buffer overrun
Windows C++: The header file "stringoptions.h" is not included in the the pre-built binary .zip file download.
Fix various typos and spelling mistakes.
Diffstat (limited to 'textproc/icu')
-rw-r--r-- | textproc/icu/Makefile | 4 | ||||
-rw-r--r-- | textproc/icu/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index e800c5683a3..3e861d7d7e8 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.113 2017/11/30 16:03:18 adam Exp $ +# $NetBSD: Makefile,v 1.114 2017/12/14 21:28:32 adam Exp $ -DISTNAME= icu4c-60_1-src +DISTNAME= icu4c-60_2-src PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g} CATEGORIES= textproc MASTER_SITES= http://download.icu-project.org/files/icu4c/${PKGVERSION_NOREV}/ diff --git a/textproc/icu/distinfo b/textproc/icu/distinfo index dcf4ad6926f..0b679986164 100644 --- a/textproc/icu/distinfo +++ b/textproc/icu/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.71 2017/11/30 16:03:18 adam Exp $ +$NetBSD: distinfo,v 1.72 2017/12/14 21:28:32 adam Exp $ -SHA1 (icu4c-60_1-src.tgz) = 6403724943613c4f796a802ab9f944d0f7a62c26 -RMD160 (icu4c-60_1-src.tgz) = e88f9fea1c5e6395a9340847485f51df0fab2d04 -SHA512 (icu4c-60_1-src.tgz) = a6798f70add1b3bac2197a49e09a0bb636279af7019ce572f63a30ab713e09657ee9d9b20aac7ea806fbb84667ca2eca981411e5053b47c3c705aa496a669233 -Size (icu4c-60_1-src.tgz) = 23296064 bytes +SHA1 (icu4c-60_2-src.tgz) = 7a099523fcb708b427e94f9b3c372fec3ebd1563 +RMD160 (icu4c-60_2-src.tgz) = e9ef04181123e82d2a846b23caff072e12982b39 +SHA512 (icu4c-60_2-src.tgz) = 8e718e66c13e7f25714404c46b91ed6305efff1df70c328be2ec743023a7719016dae72a5fa0a05d6f5599983590a2044ff72d3453a048d987ab546d0416d694 +Size (icu4c-60_2-src.tgz) = 23317835 bytes SHA1 (patch-Makefile.in) = 67440d3af9b62b8c0be258c490255ba17f778ab4 SHA1 (patch-acinclude.m4) = f7de1a16aad0ca77c4bbc457ba76b6171199ce09 SHA1 (patch-common_putil.cpp) = 6aa70b8698d663d3c798bafd9010a824c9609c20 |