Changeset f1ba5f96 for postlfs


Ignore:
Timestamp:
07/17/2023 09:51:23 PM (11 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
a980a728
Parents:
dd0a69f
Message:

Add gnupg emacs compatibility patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnupg2.xml

    rdd0a69f rf1ba5f96  
    99  <!ENTITY gnupg2-md5sum        "e21ab42c629af80f19f813eeb61aa939">
    1010  <!ENTITY gnupg2-size          "7.0 MB">
    11   <!ENTITY gnupg2-buildsize     "164 MB (with tests)">
     11  <!ENTITY gnupg2-buildsize     "127 MB (with tests)">
    1212  <!ENTITY gnupg2-time          "0.7 SBU (with tests; using parallelism=4)">
    1313]>
     
    6868        <para>
    6969          Estimated build time: &gnupg2-time;
     70        </para>
     71      </listitem>
     72    </itemizedlist>
     73
     74    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     75    <itemizedlist spacing="compact">
     76      <listitem>
     77        <para>
     78          Required patch:
     79          <ulink url="&patch-root;/gnupg-&gnupg2-version;-emacs-1.patch"/>
    7080        </para>
    7181      </listitem>
     
    112122  <sect2 role="installation">
    113123    <title>Installation of GnuPG</title>
    114 <!--  This is useless with 2.3.x.  If we need gpg-zip we'll have to fetch
    115       it somewhere.
    116     <para>
    117       By default GnuPG doesn't install the deprecated gpg-zip script,
    118       but it is still needed by some programs.  Make GnuPG install it with:
    119     </para>
    120 
    121 <screen><userinput>sed -e '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' \
    122     -i tools/Makefile.in</userinput></screen>
    123 -->
    124 <!-- fixed in 2.4.0
    125     <para>
    126       First, fix an issue causing build failure if
    127       <application>OpenLDAP</application> is not installed:
    128     </para>
    129 
    130 <screen><userinput>sed -e '/ks_ldap_free_state/i #if USE_LDAP' \
    131     -e '/ks_get_state =/a #endif'           \
    132     -i dirmngr/server.c</userinput></screen>
    133 -->
     124
     125    <para>
     126      First, fix a compatibility issue with emacs:
     127    </para>
     128
     129<screen><userinput>patch -Np1 -i ../gnupg-2.4.3-emacs-1.patch</userinput></screen>
     130
    134131    <para>
    135132      Install <application>GnuPG</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.