2007-08-19 20:39:33 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2017-08-16 02:49:48 +08:00
|
|
|
<!ENTITY pinentry-download-http "&gnupg-http;/pinentry/pinentry-&pinentry-version;.tar.bz2">
|
2019-04-04 02:41:52 +08:00
|
|
|
<!ENTITY pinentry-download-ftp "&gnupg-ftp;/pinentry/pinentry-&pinentry-version;.tar.bz2">
|
2017-11-25 18:02:34 +08:00
|
|
|
<!ENTITY pinentry-download-ftp " ">
|
2022-08-25 12:24:49 +08:00
|
|
|
<!ENTITY pinentry-md5sum "be9b0d4bb493a139d2ec20e9b6872d37">
|
|
|
|
<!ENTITY pinentry-size "536 KB">
|
|
|
|
<!ENTITY pinentry-buildsize "5.6 MB">
|
2015-12-12 23:36:07 +08:00
|
|
|
<!ENTITY pinentry-time "less than 0.1 SBU">
|
2007-08-19 20:39:33 +08:00
|
|
|
]>
|
|
|
|
|
2016-11-24 11:49:24 +08:00
|
|
|
<sect1 id="pinentry" xreflabel="pinentry-&pinentry-version;">
|
2007-08-19 20:39:33 +08:00
|
|
|
<?dbhtml filename="pinentry.html"?>
|
|
|
|
|
|
|
|
|
2016-11-24 10:59:48 +08:00
|
|
|
<title>pinentry-&pinentry-version;</title>
|
2007-08-19 20:39:33 +08:00
|
|
|
|
|
|
|
<indexterm zone="pinentry">
|
|
|
|
<primary sortas="a-PIN-Entry">PIN-Entry</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to PIN-Entry</title>
|
|
|
|
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
The <application>PIN-Entry</application> package contains a
|
|
|
|
collection of simple PIN or pass-phrase entry dialogs which utilize the
|
|
|
|
Assuan protocol as described by the
|
2022-09-08 15:24:29 +08:00
|
|
|
<ulink url="https://www.gnupg.org/aegypten/">Ägypten project</ulink>.
|
2020-03-18 18:00:14 +08:00
|
|
|
<application>PIN-Entry</application> programs are usually invoked by
|
|
|
|
the <command>gpg-agent</command> daemon, but can be run from the command
|
|
|
|
line as well. There are programs for various text-based and GUI
|
|
|
|
environments, including interfaces designed for
|
|
|
|
<application>Ncurses</application> (text-based), and for the common
|
|
|
|
<application>GTK</application> and <application>Qt</application>
|
|
|
|
toolkits.
|
|
|
|
</para>
|
2007-08-19 20:39:33 +08:00
|
|
|
|
2022-08-25 07:52:52 +08:00
|
|
|
&lfs112_checked;
|
2009-07-27 22:34:39 +08:00
|
|
|
|
2007-08-19 20:39:33 +08:00
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&pinentry-download-http;"/>
|
|
|
|
</para>
|
2007-08-19 20:39:33 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&pinentry-download-ftp;"/>
|
|
|
|
</para>
|
2007-08-19 20:39:33 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
Download MD5 sum: &pinentry-md5sum;
|
|
|
|
</para>
|
2007-08-19 20:39:33 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
Download size: &pinentry-size;
|
|
|
|
</para>
|
2007-08-19 20:39:33 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
Estimated disk space required: &pinentry-buildsize;
|
|
|
|
</para>
|
2007-08-19 20:39:33 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
Estimated build time: &pinentry-time;
|
|
|
|
</para>
|
2007-08-19 20:39:33 +08:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">PIN-Entry Dependencies</bridgehead>
|
|
|
|
|
2016-03-10 11:04:27 +08:00
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
2021-09-07 01:42:49 +08:00
|
|
|
<xref linkend="libassuan"/> and
|
2016-03-10 11:04:27 +08:00
|
|
|
<xref linkend="libgpg-error"/>
|
|
|
|
</para>
|
|
|
|
|
2007-08-19 20:39:33 +08:00
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2013-05-19 18:07:40 +08:00
|
|
|
<para role="optional">
|
2016-09-23 12:15:38 +08:00
|
|
|
<xref linkend="emacs"/>,
|
2019-07-25 05:19:23 +08:00
|
|
|
<xref linkend="fltk"/>,
|
2015-12-12 23:36:07 +08:00
|
|
|
<xref linkend="gcr"/>,
|
2013-05-19 18:07:40 +08:00
|
|
|
<xref linkend="gtk2"/>,
|
2016-09-23 12:15:38 +08:00
|
|
|
<!-- <xref linkend="libcap-pam"/>, This is in LFS already. PAM is not
|
2017-05-14 14:08:05 +08:00
|
|
|
necessary. -->
|
2021-01-30 14:14:38 +08:00
|
|
|
<xref linkend="libsecret"/>,
|
|
|
|
<xref linkend="qt5"/>, and
|
2021-02-24 10:13:38 +08:00
|
|
|
<ulink url="https://www.enlightenment.org/about-efl">efl</ulink>
|
2013-05-19 18:07:40 +08:00
|
|
|
</para>
|
2007-08-19 20:39:33 +08:00
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/pinentry"/></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of PIN-Entry</title>
|
|
|
|
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
Install <application>PIN-Entry</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
2007-08-19 20:39:33 +08:00
|
|
|
|
2017-12-06 00:46:10 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr --enable-pinentry-tty &&
|
2016-11-24 10:59:48 +08:00
|
|
|
make</userinput></screen>
|
2011-01-18 08:13:43 +08:00
|
|
|
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
This package does not come with a test suite.
|
|
|
|
</para>
|
2007-08-19 20:39:33 +08:00
|
|
|
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
2007-08-19 20:39:33 +08:00
|
|
|
|
2016-11-24 10:59:48 +08:00
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
2007-08-19 20:39:33 +08:00
|
|
|
|
|
|
|
</sect2>
|
2015-05-13 11:26:05 +08:00
|
|
|
|
2014-09-25 09:30:59 +08:00
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2016-09-23 12:15:38 +08:00
|
|
|
<para>
|
2017-03-20 02:43:40 +08:00
|
|
|
<option>--enable-inside-emacs=yes/no</option>: Default is no.
|
2016-09-23 12:15:38 +08:00
|
|
|
</para>
|
|
|
|
|
2015-12-12 23:36:07 +08:00
|
|
|
<para>
|
|
|
|
<option>--enable-pinentry-qt=yes/no</option>: Default is yes.
|
2015-06-03 05:32:21 +08:00
|
|
|
</para>
|
|
|
|
|
2014-09-25 09:30:59 +08:00
|
|
|
<para>
|
2015-12-12 23:36:07 +08:00
|
|
|
<option>--enable-pinentry-gtk2=yes/no</option>: Default is yes. Even if
|
|
|
|
other <command>pinentry-*</command> is installed,
|
|
|
|
<command>pinentry</command> will be a symlink to
|
|
|
|
<command>pinentry-gtk-2</command>.
|
2015-07-17 08:43:56 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
2015-12-12 23:36:07 +08:00
|
|
|
<option>--enable-pinentry-gnome3=yes/no</option>: Default is yes.
|
2021-08-06 13:26:01 +08:00
|
|
|
Actually, it uses <application>Gcr</application> for the pinentry
|
|
|
|
dialog.
|
2014-09-25 09:30:59 +08:00
|
|
|
</para>
|
|
|
|
|
2017-12-06 00:46:10 +08:00
|
|
|
<para>
|
2019-12-08 01:38:33 +08:00
|
|
|
<parameter>--enable-pinentry-tty</parameter>: Default is 'maybe'.
|
2017-12-06 00:46:10 +08:00
|
|
|
</para>
|
|
|
|
|
2014-09-25 09:30:59 +08:00
|
|
|
</sect2>
|
2015-05-13 11:26:05 +08:00
|
|
|
|
2007-08-19 20:39:33 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
2015-06-03 05:32:21 +08:00
|
|
|
<seg>
|
2019-08-22 03:33:09 +08:00
|
|
|
pinentry (symlink), pinentry-curses, pinentry-emacs, pinentry-fltk,
|
|
|
|
pinentry-gnome3, pinentry-gtk-2, pinentry-qt, and pinentry-tty
|
2015-06-03 05:32:21 +08:00
|
|
|
</seg>
|
|
|
|
<seg>None</seg>
|
2007-08-19 20:39:33 +08:00
|
|
|
<seg>None</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="pinentry-prog">
|
|
|
|
<term><command>pinentry</command></term>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
is a symbolic link to the default
|
2021-02-19 23:20:16 +08:00
|
|
|
<application>PIN-Entry</application> program
|
2020-03-18 18:00:14 +08:00
|
|
|
</para>
|
2007-08-19 20:39:33 +08:00
|
|
|
<indexterm zone="pinentry pinentry-prog">
|
2012-07-29 05:45:43 +08:00
|
|
|
<primary sortas="b-pinentry">pinentry</primary>
|
2007-08-19 20:39:33 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="pinentry-curses">
|
|
|
|
<term><command>pinentry-curses</command></term>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
is an <application>Ncurses</application> text-based
|
2021-02-19 23:20:16 +08:00
|
|
|
<application>PIN-Entry</application> helper program
|
2020-03-18 18:00:14 +08:00
|
|
|
</para>
|
2007-08-19 20:39:33 +08:00
|
|
|
<indexterm zone="pinentry pinentry-curses">
|
2012-07-29 05:45:43 +08:00
|
|
|
<primary sortas="b-pinentry-curses">pinentry-curses</primary>
|
2007-08-19 20:39:33 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2015-06-03 05:32:21 +08:00
|
|
|
|
2016-09-23 12:15:38 +08:00
|
|
|
<varlistentry id="pinentry-emacs">
|
|
|
|
<term><command>pinentry-emacs</command></term>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
is an <application>Emacs</application> version of the
|
2021-02-19 23:20:16 +08:00
|
|
|
<application>PIN-Entry</application> helper program
|
2020-03-18 18:00:14 +08:00
|
|
|
</para>
|
2016-09-23 12:15:38 +08:00
|
|
|
<indexterm zone="pinentry pinentry-emacs">
|
|
|
|
<primary sortas="b-pinentry-emacs">pinentry-emacs</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2019-08-22 03:33:09 +08:00
|
|
|
<varlistentry id="pinentry-fltk">
|
|
|
|
<term><command>pinentry-fltk</command></term>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
is a <application>FLTK</application>
|
2021-02-19 23:20:16 +08:00
|
|
|
<application>PIN-Entry</application> helper program
|
2020-03-18 18:00:14 +08:00
|
|
|
</para>
|
2019-08-22 03:33:09 +08:00
|
|
|
<indexterm zone="pinentry pinentry-fltk">
|
|
|
|
<primary sortas="b-pinentry-fltk">pinentry-fltk</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2015-06-03 05:32:21 +08:00
|
|
|
<varlistentry id="pinentry-gnome3">
|
|
|
|
<term><command>pinentry-gnome3</command></term>
|
2007-08-19 20:39:33 +08:00
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
is a <application>GNOME-3</application>
|
2021-02-19 23:20:16 +08:00
|
|
|
<application>PIN-Entry</application> helper program
|
2020-03-18 18:00:14 +08:00
|
|
|
</para>
|
2015-06-03 05:32:21 +08:00
|
|
|
<indexterm zone="pinentry pinentry-gnome3">
|
|
|
|
<primary sortas="b-pinentry-gnome3">pinentry-gnome3</primary>
|
2007-08-19 20:39:33 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
2015-06-03 05:32:21 +08:00
|
|
|
</varlistentry>
|
2007-08-19 20:39:33 +08:00
|
|
|
|
|
|
|
<varlistentry id="pinentry-gtk-2">
|
|
|
|
<term><command>pinentry-gtk-2</command></term>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
is a <application>GTK+2</application>
|
2021-02-19 23:20:16 +08:00
|
|
|
<application>PIN-Entry</application> program program
|
2020-03-18 18:00:14 +08:00
|
|
|
</para>
|
2007-08-19 20:39:33 +08:00
|
|
|
<indexterm zone="pinentry pinentry-gtk-2">
|
2012-07-29 05:45:43 +08:00
|
|
|
<primary sortas="b-pinentry-gtk-2">pinentry-gtk-2</primary>
|
2007-08-19 20:39:33 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2015-12-12 23:36:07 +08:00
|
|
|
<varlistentry id="pinentry-qt">
|
|
|
|
<term><command>pinentry-qt</command></term>
|
2013-03-04 01:01:06 +08:00
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
is a <application>Qt4 or 5</application>
|
2021-02-19 23:20:16 +08:00
|
|
|
<application>PIN-Entry</application> helper program
|
2020-03-18 18:00:14 +08:00
|
|
|
</para>
|
2015-12-12 23:36:07 +08:00
|
|
|
<indexterm zone="pinentry pinentry-qt">
|
|
|
|
<primary sortas="b-pinentry-qt">pinentry-qt</primary>
|
2013-03-04 01:01:06 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2014-09-25 09:30:59 +08:00
|
|
|
<varlistentry id="pinentry-tty">
|
|
|
|
<term><command>pinentry-tty</command></term>
|
|
|
|
<listitem>
|
2020-03-18 18:00:14 +08:00
|
|
|
<para>
|
|
|
|
is a <application>tty</application>
|
2021-02-19 23:20:16 +08:00
|
|
|
<application>PIN-Entry</application> helper program
|
2020-03-18 18:00:14 +08:00
|
|
|
</para>
|
2014-09-25 09:30:59 +08:00
|
|
|
<indexterm zone="pinentry pinentry-tty">
|
|
|
|
<primary sortas="b-pinentry-tty">pinentry-tty</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2007-08-19 20:39:33 +08:00
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|