summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-07-11 02:53:24 +0000
committerobache <obache@pkgsrc.org>2010-07-11 02:53:24 +0000
commiteb4bf6caaa71ee21de6ad44723db48098c7c1758 (patch)
treedc71269f5ce70527bac065061a476d618281dfbb /inputmethod
parent1b8857f6e63a9c29322a4845865d0e0532a53a1c (diff)
downloadpkgsrc-eb4bf6caaa71ee21de6ad44723db48098c7c1758.tar.gz
Fixes memory corruption, PR#43586.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ja-freewnn-lib/Makefile4
-rw-r--r--inputmethod/ja-freewnn-lib/buildlink3.mk4
-rw-r--r--inputmethod/ja-freewnn-lib/distinfo4
-rw-r--r--inputmethod/ja-freewnn-lib/patches/patch-ag11
4 files changed, 16 insertions, 7 deletions
diff --git a/inputmethod/ja-freewnn-lib/Makefile b/inputmethod/ja-freewnn-lib/Makefile
index 46500695b55..29dc3762f8b 100644
--- a/inputmethod/ja-freewnn-lib/Makefile
+++ b/inputmethod/ja-freewnn-lib/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2008/07/14 12:56:07 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2010/07/11 02:53:24 obache Exp $
#
PKGNAME= ja-FreeWnn-lib-1.10
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= japanese inputmethod
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
diff --git a/inputmethod/ja-freewnn-lib/buildlink3.mk b/inputmethod/ja-freewnn-lib/buildlink3.mk
index 74bec913f11..3684c1f4309 100644
--- a/inputmethod/ja-freewnn-lib/buildlink3.mk
+++ b/inputmethod/ja-freewnn-lib/buildlink3.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.7 2009/03/20 19:24:46 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2010/07/11 02:53:24 obache Exp $
BUILDLINK_TREE+= ja-FreeWnn-lib
.if !defined(JA_FREEWNN_LIB_BUILDLINK3_MK)
JA_FREEWNN_LIB_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.ja-FreeWnn-lib+= ja-FreeWnn-lib>=1.10nb3
+BUILDLINK_API_DEPENDS.ja-FreeWnn-lib+= ja-FreeWnn-lib>=1.10nb4
BUILDLINK_PKGSRCDIR.ja-FreeWnn-lib?= ../../inputmethod/ja-freewnn-lib
BUILDLINK_DEPMETHOD.ja-freewnn?= build
.endif # JA_FREEWNN_LIB_BUILDLINK3_MK
diff --git a/inputmethod/ja-freewnn-lib/distinfo b/inputmethod/ja-freewnn-lib/distinfo
index 2367b34716c..cc0cdc7d4fc 100644
--- a/inputmethod/ja-freewnn-lib/distinfo
+++ b/inputmethod/ja-freewnn-lib/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2006/06/21 15:15:16 minskim Exp $
+$NetBSD: distinfo,v 1.10 2010/07/11 02:53:24 obache Exp $
SHA1 (freewnn/FreeWnn-1.10.tar.gz) = 66a0640d4632d82b7012c4aa2239bc1d69d45034
RMD160 (freewnn/FreeWnn-1.10.tar.gz) = 8644371c258b1f32c36d5f0318032a0a50c5f640
@@ -12,7 +12,7 @@ SHA1 (patch-ac) = 7de643962ca2155d5bbe69e0684e235d5c61a15e
SHA1 (patch-ad) = b78a1c7c5358a2114fa99249b08a06274d03a187
SHA1 (patch-ae) = e33833015936ce9c5ef65a97faf3f05f0c464ddc
SHA1 (patch-af) = 26d45af3c65df5af5299c837a123129ec5919bd4
-SHA1 (patch-ag) = 8668a1200b775b56c6a173bf85a7cf29d887803c
+SHA1 (patch-ag) = 80614674772560336255ff731b7af456122124d2
SHA1 (patch-ah) = 1795d35ffc0bdbc3d082c46afb86d616bef52d68
SHA1 (patch-ai) = ecba683c308c4acf69f0e5835ee241dfbab5b71a
SHA1 (patch-aj) = 33420feacb29abd59882672dfeb254527aa99fe6
diff --git a/inputmethod/ja-freewnn-lib/patches/patch-ag b/inputmethod/ja-freewnn-lib/patches/patch-ag
index 64ac70853ee..fcf978a38b2 100644
--- a/inputmethod/ja-freewnn-lib/patches/patch-ag
+++ b/inputmethod/ja-freewnn-lib/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.5 2006/06/21 15:15:16 minskim Exp $
+$NetBSD: patch-ag,v 1.6 2010/07/11 02:53:25 obache Exp $
--- Wnn/jlib/js.c.orig 1999-05-17 03:04:45.000000000 +0000
+++ Wnn/jlib/js.c
@@ -46,3 +46,12 @@ $NetBSD: patch-ag,v 1.5 2006/06/21 15:15:16 minskim Exp $
#if DEBUG
xerror("jslib:Can't connect socket.\n");
+@@ -2554,7 +2550,7 @@ char *lang;
+ int cnt;
+ {
+ FILE *fp;
+- static char s[6][EXPAND_PATH_LENGTH];
++ static char s[7][EXPAND_PATH_LENGTH];
+ char serv_defs[EXPAND_PATH_LENGTH];
+ char data[1024];
+ int num;