Changeset 33f65424


Ignore:
Timestamp:
04/04/2022 10:39:50 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
975b612
Parents:
ee15a73
Message:

gnupg2: comment out everything related to gpg-zip

In 2.3.x we can't install it via the sed anymore. If we need it, we'll
have to get it from somewhere else.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnupg2.xml

    ree15a73 r33f65424  
    117117  <sect2 role="installation">
    118118    <title>Installation of GnuPG</title>
    119 
     119<!--  This is useless with 2.3.x.  If we need gpg-zip we'll have to fetch
     120      it somewhere.
    120121    <para>
    121122      By default GnuPG doesn't install the deprecated gpg-zip script,
     
    125126<screen><userinput>sed -e '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' \
    126127    -i tools/Makefile.in</userinput></screen>
    127 
     128-->
    128129<!-- Seems to be resolved in 2.2.29
    129130    <para>
     
    150151makeinfo --html --no-split -o doc/gnupg_nochunks.html doc/gnupg.texi &amp;&amp;
    151152makeinfo --plaintext       -o doc/gnupg.txt           doc/gnupg.texi &amp;&amp;
    152 make -C doc html</userinput></screen>
     153tmake -C doc html</userinput></screen>
    153154
    154155    <para>
     
    167168
    168169    <para>
     170      <!--
    169171      Note that if you have already installed
    170172      <application>GnuPG</application>, the instructions below will overwrite
    171       <filename>/usr/share/man/man1/gpg-zip.1</filename>. Now, as the
    172       <systemitem class="username">root</systemitem> user:
     173      <filename>/usr/share/man/man1/gpg-zip.1</filename>.
     174      -->
     175      Now, as the <systemitem class="username">root</systemitem> user:
    173176    </para>
    174177
     
    196199  <sect2 role="commands">
    197200    <title>Command Explanations</title>
    198 
     201<!--
    199202    <para>
    200203      <command>sed ... tools/Makefile.in</command>:
    201204      This command is needed to build the gpg-zip program.
    202205    </para>
    203 
     206-->
    204207    <para>
    205208      <parameter>--docdir=/usr/share/doc/gnupg-&gnupg2-version;</parameter>:
     
    237240        <seg>addgnupghome, applygnupgdefaults, dirmngr, dirmngr-client, g13
    238241        (optional), gpg-agent, gpg-connect-agent, gpg, gpgconf, gpgparsemail,
    239         gpgscm, gpgsm, gpgsplit, gpgtar, gpgv, gpg-wks-server, gpg-zip, kbxutil,
     242        gpgscm, gpgsm, gpgsplit, gpgtar, gpgv, gpg-wks-server,
     243        <!--gpg-zip, --> kbxutil,
    240244        <!--symcryptrun,--> and watchgnupg</seg>
    241245        <seg>None</seg>
     
    461465        </listitem>
    462466      </varlistentry>
    463 
     467<!--
    464468      <varlistentry id="gpg-zip">
    465469        <term><command>gpg-zip</command></term>
     
    473477        </listitem>
    474478      </varlistentry>
    475 
     479-->
    476480      <varlistentry id="kbxutil">
    477481        <term><command>kbxutil</command></term>
Note: See TracChangeset for help on using the changeset viewer.