Changeset 45fc41c7


Ignore:
Timestamp:
08/04/2021 03:55:51 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ceb9fde2
Parents:
6e5b09c0
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnupg2.xml

    r6e5b09c0 r45fc41c7  
    8787    <bridgehead renderas="sect4">Recommended</bridgehead>
    8888    <para role="recommended">
     89      <xref linkend="gnutls"/> (required to communicate with keyservers
     90      using https or hkps protocol) and
    8991      <xref linkend="pinentry"/> (Run-time requirement for most of
    9092      the package's functionality)
     
    9597      <xref linkend="curl"/>,
    9698      <xref linkend="fuse3"/>,
    97       <xref linkend="gnutls"/>,
    9899      <xref linkend="imagemagick"/> (for the <command>convert</command> utility,
    99100      used for generating the documentation),
     
    319320            is a daemon used to manage secret (private) keys independently
    320321            from any protocol. It is used as a backend for
    321             <command>gpg2</command> and <command>gpgsm</command> as well as
     322            <command>gpg</command> and <command>gpgsm</command> as well as
    322323            for a couple of other utilities
    323324          </para>
     
    400401        <listitem>
    401402          <para>
    402             is a tool similar to <command>gpg2</command> used to provide
     403            is a tool similar to <command>gpg</command> used to provide
    403404            digital encryption and signing services on X.509 certificates and
    404405            the CMS protocol. It is mainly used as a backend for S/MIME mail
     
    439440        <listitem>
    440441          <para>
    441             is a verify only version of <command>gpg2</command>
     442            is a verify only version of <command>gpg</command>
    442443          </para>
    443444          <indexterm zone="gnupg2 gpgv">
Note: See TracChangeset for help on using the changeset viewer.