summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2013-07-03 08:19:53 +0000
committerwiz <wiz>2013-07-03 08:19:53 +0000
commit8f5210d1d233c39f77e52024506ccd03f2c9ce03 (patch)
treeb782506ccdf70d06043190142f4ee733d3d57d32 /security
parent6c0f02a1f3b8fa0f8d26ed8a762aa05c50439b19 (diff)
downloadpkgsrc-8f5210d1d233c39f77e52024506ccd03f2c9ce03.tar.gz
Add comment to patch, from cvs log.
Diffstat (limited to 'security')
-rw-r--r--security/pinentry/distinfo4
-rw-r--r--security/pinentry/patches/patch-aa7
2 files changed, 8 insertions, 3 deletions
diff --git a/security/pinentry/distinfo b/security/pinentry/distinfo
index ae9a98777d4..c2a325697c0 100644
--- a/security/pinentry/distinfo
+++ b/security/pinentry/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2013/07/03 08:18:06 wiz Exp $
+$NetBSD: distinfo,v 1.12 2013/07/03 08:19:53 wiz Exp $
SHA1 (pinentry-0.8.3.tar.bz2) = fc0efe5d375568f90ddbb23ee68e173411a49d4a
RMD160 (pinentry-0.8.3.tar.bz2) = c081810a8cb7a281098625b3ac621ae3ae2acf7b
Size (pinentry-0.8.3.tar.bz2) = 430753 bytes
-SHA1 (patch-aa) = cd30ad4f3a3737687dc5786ebd861ef3b17c600e
+SHA1 (patch-aa) = e003153ba52ff8904b16d49603e252252e23033d
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