diff options
Diffstat (limited to 'security/pinentry/patches/patch-aa')
-rw-r--r-- | security/pinentry/patches/patch-aa | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/pinentry/patches/patch-aa b/security/pinentry/patches/patch-aa index af4411e0285..53f8e5fdd59 100644 --- a/security/pinentry/patches/patch-aa +++ b/security/pinentry/patches/patch-aa @@ -1,4 +1,9 @@ -$NetBSD: patch-aa,v 1.3 2010/02/22 17:19:09 drochner Exp $ +$NetBSD: patch-aa,v 1.4 2013/07/03 08:19:53 wiz Exp $ + +fix a problem with the curses widget and non-UTF8 locales: keys which +used less bytes in the system encoding than in the UTF8 passed to +the caller caused that the passphrase got truncated because only +the input length was accounted for --- pinentry/pinentry-curses.c.orig 2009-04-16 15:06:53.000000000 +0000 +++ pinentry/pinentry-curses.c |