diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2015-10-25 12:17:36 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2015-10-25 12:17:36 +0000 |
commit | 28ae0fdf51da1d70e5062d82c0b4a50588a685c8 (patch) | |
tree | 88595a85503b32bf7c53fedacc2e98aead97a30b /inputmethod/canna-lib | |
parent | 25934d46fe48526e7e13444a01c2f028a5b1c65c (diff) | |
download | pkgsrc-28ae0fdf51da1d70e5062d82c0b4a50588a685c8.tar.gz |
Pull upstream fix to avoid libcanna crash triggered by set-key command.
Reported by Takeshi Nakayama in PR pkg/50368.
Also update comment in patch-lib_RK_ncache.c to mention about
the upstream fix in the same commit.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod/canna-lib')
-rw-r--r-- | inputmethod/canna-lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/canna-lib/Makefile b/inputmethod/canna-lib/Makefile index a50d41c7389..f6e644f7454 100644 --- a/inputmethod/canna-lib/Makefile +++ b/inputmethod/canna-lib/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2015/10/18 03:58:31 tsutsui Exp $ +# $NetBSD: Makefile,v 1.16 2015/10/25 12:17:36 tsutsui Exp $ +PKGREVISION= 1 CANNA_MODULE= lib .include "../../inputmethod/canna/Makefile.common" |