mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
gpg: raise gnutls to recommended
It's needed to access https or hkps keyserver. And, it does not make any sense to retrieve a pubkey from a plain HTTP server (plain HTTP is insecure by its nature!) and use it to "authenticate" a pacakge.
This commit is contained in:
parent
6e5b09c059
commit
45fc41c7b7
@ -86,6 +86,8 @@
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gnutls"/> (required to communicate with keyservers
|
||||
using https or hkps protocol) and
|
||||
<xref linkend="pinentry"/> (Run-time requirement for most of
|
||||
the package's functionality)
|
||||
</para>
|
||||
@ -94,7 +96,6 @@
|
||||
<para role="optional">
|
||||
<xref linkend="curl"/>,
|
||||
<xref linkend="fuse3"/>,
|
||||
<xref linkend="gnutls"/>,
|
||||
<xref linkend="imagemagick"/> (for the <command>convert</command> utility,
|
||||
used for generating the documentation),
|
||||
<xref linkend="libusb"/>,
|
||||
@ -318,7 +319,7 @@ install -v -m644 doc/gnupg.html/* \
|
||||
<para>
|
||||
is a daemon used to manage secret (private) keys independently
|
||||
from any protocol. It is used as a backend for
|
||||
<command>gpg2</command> and <command>gpgsm</command> as well as
|
||||
<command>gpg</command> and <command>gpgsm</command> as well as
|
||||
for a couple of other utilities
|
||||
</para>
|
||||
<indexterm zone="gnupg2 gpg-agent">
|
||||
@ -399,7 +400,7 @@ install -v -m644 doc/gnupg.html/* \
|
||||
<term><command>gpgsm</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is a tool similar to <command>gpg2</command> used to provide
|
||||
is a tool similar to <command>gpg</command> used to provide
|
||||
digital encryption and signing services on X.509 certificates and
|
||||
the CMS protocol. It is mainly used as a backend for S/MIME mail
|
||||
processing
|
||||
@ -438,7 +439,7 @@ install -v -m644 doc/gnupg.html/* \
|
||||
<term><command>gpgv</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is a verify only version of <command>gpg2</command>
|
||||
is a verify only version of <command>gpg</command>
|
||||
</para>
|
||||
<indexterm zone="gnupg2 gpgv">
|
||||
<primary sortas="b-gpgv">gpgv</primary>
|
||||
|
Loading…
Reference in New Issue
Block a user