Changeset 289d262f


Ignore:
Timestamp:
12/07/2011 04:37:13 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
671e64f
Parents:
50032f0
Message:

Updated to gpgme-1.3.1.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r50032f0 r289d262f  
    112112<!ENTITY gnupg-version                "1.4.11">
    113113<!ENTITY gnupg2-version               "2.0.18">
    114 <!ENTITY gpgme-version                "1.3.0">
     114<!ENTITY gpgme-version                "1.3.1">
    115115<!ENTITY libcap2-version              "2.22">
    116116<!ENTITY nettle-version               "2.4">
  • introduction/welcome/changelog.xml

    r50032f0 r289d262f  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Updated to gpgme-1.3.1.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[bdubbs] - Updated to gnupg-2.0.18.</para>
    4952        </listitem>
  • postlfs/security/gpgme.xml

    r50032f0 r289d262f  
    77  <!ENTITY gpgme-download-http " ">
    88  <!ENTITY gpgme-download-ftp  "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-&gpgme-version;.tar.bz2">
    9   <!ENTITY gpgme-md5sum        "4784e3c6086c9c25e9a1b4d9f7c5aa96">
    10   <!ENTITY gpgme-size          "849 KB">
    11   <!ENTITY gpgme-buildsize     "18 MB">
     9  <!ENTITY gpgme-md5sum        "90afa8436ce2b2683c001c824bd22601">
     10  <!ENTITY gpgme-size          "828 KB">
     11  <!ENTITY gpgme-buildsize     "22 MB">
    1212  <!ENTITY gpgme-time          "0.3 SBU">
    1313]>
     
    3838    management.</para>
    3939
    40     &lfs65_built;
     40    &lfs70_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6969
    7070    <bridgehead renderas="sect4">Optional</bridgehead>
    71     <para role="optional"><xref linkend="gnupg"/> and
    72     <xref linkend="gnupg2"/></para>
     71    <para role="optional">
     72      <xref linkend="gnupg"/>,
     73      <xref linkend="gnupg2"/>, and
     74      <xref linkend="pth"/>
     75      </para>
    7376
    7477    <para condition="html" role="usernotes">User Notes:
     
    8386    commands:</para>
    8487
    85 <screen><userinput>./configure --prefix=/usr \
    86             --libexecdir=/usr/lib &amp;&amp;
     88<screen><userinput>./configure --prefix=/usr         \
     89            --libexecdir=/usr/lib \
     90            --without-g13         &amp;&amp;
    8791make</userinput></screen>
    8892
     
    100104    <para><parameter>--libexecdir=/usr/lib</parameter>: This parameter stops the
    101105    creation of an empty /usr/libexec directory.</para>
     106
     107    <para><option>--without-g13</option>: This option merely prvents a warning
     108    about about an un-released development library during
     109    <command>configure</command>.</para>
    102110
    103111  </sect2>
Note: See TracChangeset for help on using the changeset viewer.