Path to this page:
./
textproc/icu,
Robust and full-featured Unicode services
Branch: pkgsrc-2017Q3,
Version: 59.1nb3,
Package name: icu-59.1nb3,
Maintainer: pkgsrc-usersThe International Components for Unicode(ICU) is a C and C++ library that
provides robust and full-featured Unicode support on a wide variety of
platforms. The library provides:
- Calendar support
- Character set conversions
- Collation (language-sensitive)
- Date & time formatting
- Locales (140+ supported)
- Message catalogs (resources)
- Message formatting
- Normalization
- Number & currency formatting
- Time zones
- Transliteration
- Word, line & sentence breaks
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: e86189f53c0a01cecf093a555e1ebbd14abf5b82
RMD160: fe4bad598bbe0833b05e4626a1c941ad5e58a809
Filesize: 22174.393 KB
Version history: (Expand)
- (2017-11-25) Updated to version: icu-59.1nb3
- (2017-09-29) Package added to pkgsrc.se, version icu-59.1nb1 (created)
CVS history: (Expand)
2017-11-25 10:05:15 by Benny Siegert | Files touched by this commit (4) |
Log message:
Pullup ticket #5651 - requested by he
textproc/icu: security fix
Revisions pulled up:
- textproc/icu/Makefile 1.111-1.112
- textproc/icu/distinfo 1.66,1.70
- textproc/icu/patches/patch-config_mh-solaris-gcc 1.4
- textproc/icu/patches/patch-i18n_zonemeta.cpp 1.1
---
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Oct 4 10:52:40 UTC 2017
Modified Files:
pkgsrc/textproc/icu: Makefile distinfo
pkgsrc/textproc/icu/patches: patch-config_mh-solaris-gcc
Log message:
icu: Remove -nodefaultlibs -nostdlib from SunOS linker args.
This prevented GCC libraries from being used and thus disabled SSP and
other features. Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: he
Date: Thu Nov 16 09:58:26 UTC 2017
Modified Files:
pkgsrc/textproc/icu: Makefile distinfo
Added Files:
pkgsrc/textproc/icu/patches: patch-i18n_zonemeta.cpp
Log message:
Apply a fix for CVE-2017-14952 from
\
http://bugs.icu-project.org/trac/changeset/40324/trunk/icu4c/source/i18n/zonemeta.cpp
Bump PKGREVISION.
|