Changeset f7ac7b2


Ignore:
Timestamp:
08/17/2013 02:29:55 PM (11 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:
ad0f8da
Parents:
c7605660
Message:

Update to gpgme-1.4.3

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc7605660 rf7ac7b2  
    150150<!ENTITY gnupg2-version               "2.0.20">
    151151<!ENTITY gnutls-version               "3.2.3">
    152 <!ENTITY gpgme-version                "1.4.2">
     152<!ENTITY gpgme-version                "1.4.3">
    153153<!ENTITY iptables-version             "1.4.20">
    154154<!ENTITY libcap2-version              "2.22">
  • introduction/welcome/changelog.xml

    rc7605660 rf7ac7b2  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[bdubbs] Update to gpgme-1.4.3.  Fixes
     52           <ulink url="&blfs-ticket-root;3974">#3974</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[rthomsen] - KDE 4.11.0.</para>
    5256        </listitem>
     
    5862      <itemizedlist>
    5963        <listitem>
    60           <para>[fernando] - LibreOffice: fixes to build dictionaries, help and languages support. Thanks to David B.</para>
     64          <para>[fernando] LibreOffice: fixes to build dictionaries,
     65          help and languages support. Thanks to David B.</para>
    6166        </listitem>
    6267      </itemizedlist>
  • postlfs/security/gpgme.xml

    rc7605660 rf7ac7b2  
    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        "c8cb345ba7c0353e47bdf3c5c05e49be">
    10   <!ENTITY gpgme-size          "944 KB">
    11   <!ENTITY gpgme-buildsize     "19 MB">
    12   <!ENTITY gpgme-time          "0.1 SBU">
     9  <!ENTITY gpgme-md5sum        "334e524cffa8af4e2f43ae8afe585672">
     10  <!ENTITY gpgme-size          "956 KB">
     11  <!ENTITY gpgme-buildsize     "23 MB">
     12  <!ENTITY gpgme-time          "0.4 SBU">
    1313]>
    1414
     
    102102    </para>
    103103
    104 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     104<screen><userinput>./configure --prefix=/usr --disable-fd-passing &amp;&amp;
    105105make</userinput></screen>
    106106
     
    115115<screen role="root"><userinput>make install</userinput></screen>
    116116
     117  </sect2>
     118
     119  <sect2 role="commands">
     120    <title>Command Explanations</title>
     121
     122    <para><option>--disable-fd-passing</option>: This option diables
     123    a problem causing a hang for some operations on some systems.</para>
    117124  </sect2>
    118125
Note: See TracChangeset for help on using the changeset viewer.