diff options
author | itojun <itojun@pkgsrc.org> | 2002-12-02 03:40:20 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-12-02 03:40:20 +0000 |
commit | 14a52881764d8a78312fa365d0fa3a36e562f64f (patch) | |
tree | 2b17cced6fea9137013bd6291e5465691afd4630 /inputmethod/canna-server | |
parent | d4b0776acefa2e9a011beb9597db5c2cc3867585 (diff) | |
download | pkgsrc-14a52881764d8a78312fa365d0fa3a36e562f64f.tar.gz |
apply point patch to solve remote buffer overrun vuln.
(should upgrade to 3.6p1)
http://canna.sourceforge.jp/sec/Canna-2002-01.txt
Diffstat (limited to 'inputmethod/canna-server')
-rw-r--r-- | inputmethod/canna-server/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/canna-server/Makefile b/inputmethod/canna-server/Makefile index 10c85662ede..61702ee9906 100644 --- a/inputmethod/canna-server/Makefile +++ b/inputmethod/canna-server/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2002/06/10 09:52:15 sakamoto Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/02 03:40:21 itojun Exp $ DISTNAME= Canna-server-3.5.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= japanese inputmethod MASTER_SITES= # empty DISTFILES= # empty @@ -9,7 +9,7 @@ DISTFILES= # empty MAINTAINER= tech-pkg-ja@jp.netbsd.org COMMENT= Kana-Kanji conversion system (server) -DEPENDS+= Canna-server-bin>=3.5.2nb2:../canna-server-bin +DEPENDS+= Canna-server-bin>=3.5.2nb3:../canna-server-bin DEPENDS+= Canna-dict>=3.5.2nb2:../canna-dict EXTRACT_ONLY= # empty |