diff options
author | adam <adam> | 2013-06-04 06:39:45 +0000 |
---|---|---|
committer | adam <adam> | 2013-06-04 06:39:45 +0000 |
commit | d563b802aafc4f4d02374ee144d0938c131a9926 (patch) | |
tree | b33189e94eb5d3475bc0477e4b190f267fc2f980 /textproc | |
parent | aeb4f93c265a7c7699574aec89a84e6af517e262 (diff) | |
download | pkgsrc-d563b802aafc4f4d02374ee144d0938c131a9926.tar.gz |
Changes 51.2:
Bug fixes:
* fix for enumset.h not being installed on Windows
* zOS pkgdata fix
* Test fixes
* Region enumeration fix
* make stable sort faster
* host failures for DateFormatTest
* LayoutEngine security patches (see above)
* ubrk fix for word_POSIX infinite loop
* fix memory leak/crash in LayoutEngine
* fix header guard typo in layout/TibetanReordering.h
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/icu/Makefile | 4 | ||||
-rw-r--r-- | textproc/icu/PLIST | 3 | ||||
-rw-r--r-- | textproc/icu/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index 80550c61a2d..b21daf4c9bf 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.83 2013/05/09 07:59:26 adam Exp $ +# $NetBSD: Makefile,v 1.84 2013/06/04 06:39:45 adam Exp $ -DISTNAME= icu4c-51_1-src +DISTNAME= icu4c-51_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/PLIST b/textproc/icu/PLIST index 30d881fea64..32a8830fd36 100644 --- a/textproc/icu/PLIST +++ b/textproc/icu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.28 2013/05/09 07:10:08 adam Exp $ +@comment $NetBSD: PLIST,v 1.29 2013/06/04 06:39:45 adam Exp $ bin/derb bin/genbrk bin/gencfu @@ -17,6 +17,7 @@ include/layout/LEInsertionList.h include/layout/LELanguages.h include/layout/LEScripts.h include/layout/LESwaps.h +include/layout/LETableReference.h include/layout/LETypes.h include/layout/LayoutEngine.h include/layout/ParagraphLayout.h diff --git a/textproc/icu/distinfo b/textproc/icu/distinfo index d9900effefc..5cc905b9b40 100644 --- a/textproc/icu/distinfo +++ b/textproc/icu/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.34 2013/05/09 07:10:08 adam Exp $ +$NetBSD: distinfo,v 1.35 2013/06/04 06:39:45 adam Exp $ -SHA1 (icu4c-51_1-src.tgz) = 7905632335e3dcd6667224da0fa087b49f9095e9 -RMD160 (icu4c-51_1-src.tgz) = c1e8b2129b57fff5b63be060450761ce9e7326a8 -Size (icu4c-51_1-src.tgz) = 21815174 bytes +SHA1 (icu4c-51_2-src.tgz) = 074a28dfc96d37ce72c831f3e3e2d686f1f76a14 +RMD160 (icu4c-51_2-src.tgz) = ef1256bb87b3dcec1cf40b32b11c5c3f1bd48af6 +Size (icu4c-51_2-src.tgz) = 21841928 bytes SHA1 (patch-aa) = fcbebb03f4a48294faeebd600fee989cab351230 SHA1 (patch-ab) = 32f0e4c241535e37e4cad9b871ed3d36b4184199 SHA1 (patch-ac) = e7cee161315321d2580074054d87714b55319886 |