pinentry: Add package

This commit is contained in:
Fredrik Fornwall 2016-01-20 17:25:30 -05:00
parent 01c4a6f51b
commit 64ffad6a2b
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,5 @@
TERMUX_PKG_HOMEPAGE=https://www.gnupg.org/related_software/pinentry/index.html
TERMUX_PKG_DESCRIPTION="Dialog allowing secure password entry"
TERMUX_PKG_VERSION=0.9.7
TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_DEPENDS="libandroid-support, libassuan, ncurses"

View File

@ -0,0 +1,14 @@
diff -u -r ../pinentry-0.9.7/pinentry/pinentry.c ./pinentry/pinentry.c
--- ../pinentry-0.9.7/pinentry/pinentry.c 2015-09-16 14:47:52.000000000 -0400
+++ ./pinentry/pinentry.c 2016-01-20 16:28:14.364196578 -0500
@@ -213,8 +213,10 @@
{
if (! lc_ctype_unknown_warning)
{
+#ifndef __ANDROID__
fprintf (stderr, "%s: no LC_CTYPE known - assuming UTF-8\n",
this_pgmname);
+#endif
lc_ctype_unknown_warning = 1;
}
return strdup (text);