Changeset 385b822


Ignore:
Timestamp:
06/09/2015 05:59:35 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 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, nosym, 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:
a40b6988
Parents:
8b7f5b9
Message:

Update to gpgme-1.5.5.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8b7f5b9 r385b822  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     3<!ENTITY day          "09">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 8th &year;">
     9<!ENTITY releasedate  "June 9th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r8b7f5b9 r385b822  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>June 9th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to gpgme-1.5.5. Fixes
     52          <ulink url="&blfs-ticket-root;6578">#6578</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • packages.ent

    r8b7f5b9 r385b822  
    1515<!ENTITY gnupg2-version               "2.1.4">
    1616<!ENTITY gnutls-version               "3.4.1">
    17 <!ENTITY gpgme-version                "1.5.4">
     17<!ENTITY gpgme-version                "1.5.5">
    1818<!ENTITY haveged-version              "1.9.1">
    1919<!ENTITY iptables-version             "1.4.21">
  • postlfs/security/gpgme.xml

    r8b7f5b9 r385b822  
    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        "feafa03ea064e1d1dc11bc2b88404623">
     9  <!ENTITY gpgme-md5sum        "a56df7028a0814ef57d77262898ca040">
    1010  <!ENTITY gpgme-size          "956 KB">
    11   <!ENTITY gpgme-buildsize     "20 MB">
    12   <!ENTITY gpgme-time          "0.1 SBU">
     11  <!ENTITY gpgme-buildsize     "23 MB (with the test suite)">
     12  <!ENTITY gpgme-time          "0.2 SBU (with the test suite)">
    1313]>
    1414
     
    111111    </para>
    112112
    113 <screen><userinput>./configure --prefix=/usr        \
    114             --disable-fd-passing \
    115             --disable-gpgsm-test &amp;&amp;
     113<screen><userinput>./configure --prefix=/usr &amp;&amp;
    116114make</userinput></screen>
     115
     116    <para>
     117      To test the results, issue: <command>make check</command>.
     118    </para>
     119
     120    <para>
     121      Now, as the <systemitem class="username">root</systemitem> user:
     122    </para>
     123
     124<screen role="root"><userinput>make install</userinput></screen>
     125
     126  </sect2>
    117127<!--
    118     <para>
    119       In <application>gpgme-1.5.2</application>, the test suite was modified
    120       and is close to useless. It you want to run the test suite, first fix it
    121       with:
    122     </para>
    123 
    124 <screen><userinput>patch -Np1 -i ../gpgme-&gpgme-version;-tests-1.patch</userinput></screen>-->
    125 
    126     <para>
    127       The test suite was modified and is close to useless, with 2/3 of failures.<!--To test the results, issue: <command>make check</command>.-->
    128     </para>
    129 
    130     <para>
    131       Now, as the <systemitem class="username">root</systemitem> user:
    132     </para>
    133 
    134 <screen role="root"><userinput>make install</userinput></screen>
    135 
    136   </sect2>
    137 
    138128  <sect2 role="commands">
    139129    <title>Command Explanations</title>
    140130
    141     <para><option>--disable-fd-passing</option>: This option disables
     131                      Apparently solved with gnupg-2.0.21.
     132    <para><option>-/-disable-fd-passing</option>: This option disables
    142133    a problem causing a hang for some operations on some systems.</para>
    143134
    144     <para><option>--disable-gpgsm-test</option>: This option disables
     135Apparently solved. Couldn't find when, but gpgme-1.5.5 release refers to
     136"Fixed regression for GPGSM use with GnuPG < 2.1".
     137    <para><option>-/-disable-gpgsm-test</option>: This option disables
    145138    a test with gpgsm in some systems breaking make.</para>
    146   </sect2>
     139  </sect2>-->
    147140
    148141  <sect2 role="content">
     
    172165      <?dbhtml list-presentation="table"?>
    173166
     167      <varlistentry id="gpgme-config">
     168        <term><command>gpgme-config</command></term>
     169        <listitem>
     170          <para>
     171            is used to obtain <application>GPGME</application> compilation and
     172            linking information.
     173          </para>
     174          <indexterm zone="gpgme gpgme-config">
     175            <primary sortas="b-gpgme-config">gpgme-config</primary>
     176          </indexterm>
     177        </listitem>
     178      </varlistentry>
     179
    174180      <varlistentry id="gpgme-tool">
    175181        <term><command>gpgme-tool</command></term>
Note: See TracChangeset for help on using the changeset viewer.