Changeset 92d2b83 for postlfs


Ignore:
Timestamp:
08/11/2017 08:54:24 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
ce78787
Parents:
a20c505f
Message:

Update to curl-7.55.0.
Update to tcl-core-8.6.7 and tk-8.6.7.
Update to openjpeg2-2.2.0.
Update to gnupg-2.1.23.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19009 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnupg2.xml

    ra20c505f r92d2b83  
    77  <!ENTITY gnupg2-download-http "https://gnupg.org/ftp/gcrypt/gnupg/gnupg-&gnupg2-version;.tar.bz2">
    88  <!ENTITY gnupg2-download-ftp  "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-&gnupg2-version;.tar.bz2">
    9   <!ENTITY gnupg2-md5sum        "fea412debbe7ef4fe79c45eaa7201b3a">
     9  <!ENTITY gnupg2-md5sum        "86c2304ead54b74a422e76c3f1bc7a91">
    1010  <!ENTITY gnupg2-size          "6.2 MB">
    1111  <!ENTITY gnupg2-buildsize     "107 MB (with makeinfo docs)">
    12   <!ENTITY gnupg2-time          "0.8 SBU (with makeinfo docs, add 3.9 SBU for tests)">
     12  <!ENTITY gnupg2-time          "0.8 SBU (with makeinfo docs, add 1.4 SBU for tests)">
    1313]>
    1414
     
    158158install -v -m644    doc/*.texi doc/gnupg.txt \
    159159                    /usr/share/doc/gnupg-&gnupg2-version;</userinput></screen>
    160 
     160<!-- Now intalls as gpg, not gpg2.  This should be no longer needed.
    161161    <para>The BLFS editors recommend the creation of symlinks for compatibility
    162162    with the first version of GnuPG, because some programs or scripts need
     
    169169done
    170170unset f</userinput></screen>
    171 
     171-->
    172172    <para>If you created alternate formats of the documentation, install it
    173173    using the following command as the
     
    212212      <seglistitem>
    213213        <seg>addgnupghome, applygnupgdefaults, dirmngr, dirmngr-client, g13,
    214         gpg-agent, gpg-connect-agent, gpg, gpg2, gpgconf, gpgparsemail,
    215         gpgscm, gpgsm, gpgtar, gpgv, gpgv2, igpg-zip, kbxutil, symcryptrun,
     214        gpg-agent, gpg-connect-agent, gpg, gpgconf, gpgparsemail,
     215        gpgscm, gpgsm, gpgtar, gpgv, igpg-zip, kbxutil, symcryptrun,
    216216        and watchgnupg</seg>
    217217        <seg>None</seg>
     
    309309        <term><command>gpg</command></term>
    310310        <listitem>
    311           <para>(optional) is a symlink to <command>gpg2</command> for
    312           compatibility with the first version of GnuPG.</para>
    313           <indexterm zone="gnupg2 gpg">
    314             <primary sortas="b-gpg">gpg</primary>
    315           </indexterm>
    316         </listitem>
    317       </varlistentry>
    318 
    319       <varlistentry id="gpg2">
    320         <term><command>gpg2</command></term>
    321         <listitem>
    322311          <para>is the OpenPGP part of the GNU Privacy Guard (GnuPG). It is a
    323312          tool used to provide digital encryption and signing services using
    324313          the OpenPGP standard.</para>
    325           <indexterm zone="gnupg2 gpg2">
    326             <primary sortas="b-gpg2">gpg2</primary>
     314          <indexterm zone="gnupg2 gpg">
     315            <primary sortas="b-gpg">gpg</primary>
    327316          </indexterm>
    328317        </listitem>
     
    391380        <term><command>gpgv</command></term>
    392381        <listitem>
    393           <para>(optional) is a symlink to <command>gpgv2</command> for
    394           compatibility with the first version of GnuPG.</para>
     382          <para>is a verify only version of <command>gpg2</command>.</para>
    395383          <indexterm zone="gnupg2 gpgv">
    396384            <primary sortas="b-gpgv">gpgv</primary>
    397           </indexterm>
    398         </listitem>
    399       </varlistentry>
    400 
    401       <varlistentry id="gpgv2">
    402         <term><command>gpgv2</command></term>
    403         <listitem>
    404           <para>is a verify only version of <command>gpg2</command>.</para>
    405           <indexterm zone="gnupg2 gpgv2">
    406             <primary sortas="b-gpgv2">gpgv2</primary>
    407385          </indexterm>
    408386        </listitem>
Note: See TracChangeset for help on using the changeset viewer.