diff options
author | drochner <drochner@pkgsrc.org> | 2008-03-20 17:07:54 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-03-20 17:07:54 +0000 |
commit | 1b8676fc736d29fd0601cb1c7ca522ec526e511a (patch) | |
tree | 1df9dd1aef8e3ec37b83c97cec7949f6d6d46b79 /textproc/icu/Makefile | |
parent | 8b3196d9fc49823a7cb16f285fa4032558be93e1 (diff) | |
download | pkgsrc-1b8676fc736d29fd0601cb1c7ca522ec526e511a.tar.gz |
fix RE vulnerabilities (CVE-2007-(4770|4771)), patch from redhat
via Gentoo bug #208001,
bump PKGREVISION
Diffstat (limited to 'textproc/icu/Makefile')
-rw-r--r-- | textproc/icu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index 0c8d83341d3..11ed8c22020 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.53 2007/03/31 15:36:57 obache Exp $ +# $NetBSD: Makefile,v 1.54 2008/03/20 17:07:54 drochner Exp $ # DISTNAME= icu4c-3_6-src PKGNAME= icu-3.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ftp://ftp.software.ibm.com/software/globalization/icu/${PKGVERSION}/ EXTRACT_SUFX= .tgz |