diff options
author | drochner <drochner@pkgsrc.org> | 2011-12-09 16:11:54 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-12-09 16:11:54 +0000 |
commit | 9c1a6c26c792bfdc447662b7c7ef2190e725da00 (patch) | |
tree | 07609f8145cea5fa43c35924d66e44b278b1a69f /textproc/icu/Makefile | |
parent | e7427a2b03f2d61d7be123bd363318ad4252275b (diff) | |
download | pkgsrc-9c1a6c26c792bfdc447662b7c7ef2190e725da00.tar.gz |
add patch from upstream Ticket #8984 to fix possible out-of-bounds
array access, bump PKGREV
Diffstat (limited to 'textproc/icu/Makefile')
-rw-r--r-- | textproc/icu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index ea9e12b52b5..f2bad5c92d6 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.65 2011/07/25 10:16:54 adam Exp $ +# $NetBSD: Makefile,v 1.66 2011/12/09 16:11:54 drochner Exp $ DISTNAME= icu4c-4_8_1-src PKGNAME= icu-4.8.1 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://download.icu-project.org/files/icu4c/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tgz |