diff options
author | taca <taca@pkgsrc.org> | 2006-03-12 14:36:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-03-12 14:36:54 +0000 |
commit | 20fb2e9b84ed2eb01d6f6d9f708d2dc2486c12a5 (patch) | |
tree | 1888cd4623a6c4707d1932a30dc513b5891ed728 /textproc/namazu2/Makefile | |
parent | 0fce61e7eee302742b042bf1e9880d9bc94ebf8d (diff) | |
download | pkgsrc-20fb2e9b84ed2eb01d6f6d9f708d2dc2486c12a5.tar.gz |
Update namazu to 2.0.16.
Overview of Changes in Namazu 2.0.16 - Mar 12, 2006
* Directory traversal problem by lang and result of CGI parameter
is corrected.
* Substitution of "-r" that doesn't correspond to ACL of NTFS.
* It corresponds to the file name including space.
* For MeCab-perl-0.90rc10.
Diffstat (limited to 'textproc/namazu2/Makefile')
-rw-r--r-- | textproc/namazu2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/namazu2/Makefile b/textproc/namazu2/Makefile index aa0b28b8f77..e4430e5ab57 100644 --- a/textproc/namazu2/Makefile +++ b/textproc/namazu2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2006/03/04 21:30:47 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2006/03/12 14:36:54 taca Exp $ -DISTNAME= namazu-2.0.15 +DISTNAME= namazu-2.0.16 CATEGORIES= japanese textproc www MASTER_SITES= http://www.namazu.org/stable/ |