pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/pinentry Remove patch-aa.
details: https://anonhg.NetBSD.org/pkgsrc/rev/aeb5c77db566
branches: trunk
changeset: 621116:aeb5c77db566
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jul 04 17:04:58 2013 +0000
description:
Remove patch-aa.
drochner, who added it, isn't sure it's needed any longer.
Bump PKGREVISION.
diffstat:
security/pinentry/Makefile | 3 ++-
security/pinentry/distinfo | 3 +--
security/pinentry/patches/patch-aa | 21 ---------------------
3 files changed, 3 insertions(+), 24 deletions(-)
diffs (48 lines):
diff -r bbdc802c2313 -r aeb5c77db566 security/pinentry/Makefile
--- a/security/pinentry/Makefile Thu Jul 04 17:03:18 2013 +0000
+++ b/security/pinentry/Makefile Thu Jul 04 17:04:58 2013 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2013/07/03 08:19:59 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2013/07/04 17:04:58 wiz Exp $
DISTNAME= pinentry-0.8.3
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/
EXTRACT_SUFX= .tar.bz2
diff -r bbdc802c2313 -r aeb5c77db566 security/pinentry/distinfo
--- a/security/pinentry/distinfo Thu Jul 04 17:03:18 2013 +0000
+++ b/security/pinentry/distinfo Thu Jul 04 17:04:58 2013 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.12 2013/07/03 08:19:53 wiz Exp $
+$NetBSD: distinfo,v 1.13 2013/07/04 17:04:58 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) = e003153ba52ff8904b16d49603e252252e23033d
diff -r bbdc802c2313 -r aeb5c77db566 security/pinentry/patches/patch-aa
--- a/security/pinentry/patches/patch-aa Thu Jul 04 17:03:18 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$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
-@@ -819,8 +819,10 @@ dialog_run (pinentry_t pinentry, const c
- if (pin_utf8)
- {
- pinentry_setbufferlen (pinentry, strlen (pin_utf8) + 1);
-- if (pinentry->pin)
-+ if (pinentry->pin) {
- strcpy (pinentry->pin, pin_utf8);
-+ diag.pin_len = strlen (pin_utf8);
-+ }
- secmem_free (pin_utf8);
- pinentry->locale_err = 0;
- }
Home |
Main Index |
Thread Index |
Old Index