Changeset cd074c2 for postlfs


Ignore:
Timestamp:
06/21/2019 10:33:52 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
acf973b
Parents:
6141094
Message:

Update to GPGME-1.13.1
Minor fixes to Clisp, SWIG, and libsigsegv text

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gpgme.xml

    r6141094 rcd074c2  
    88  <!ENTITY gpgme-download-ftp  "&gnupg-ftp;/gpgme/gpgme-&gpgme-version;.tar.bz2">
    99  <!ENTITY gpgme-download-ftp  " ">
    10   <!ENTITY gpgme-md5sum        "e511a0d95c507ab87e713140c82fc7d0">
     10  <!ENTITY gpgme-md5sum        "198f0a908ec3cd8f0ce9a4f3a4489645">
    1111  <!ENTITY gpgme-size          "1.7 MB">
    12   <!ENTITY gpgme-buildsize     "167 MB (with all bindings)">
    13   <!ENTITY gpgme-time          "0.6 SBU (with parallelism=4; with all bindings, add 0.6 SBU for tests)">
     12  <!ENTITY gpgme-buildsize     "232 MB (with all bindings)">
     13  <!ENTITY gpgme-time          "0.7 SBU (with parallelism=4; with all bindings, add 0.5 SBU for tests)">
    1414]>
    1515
     
    8686    <bridgehead renderas="sect4">Optional</bridgehead>
    8787    <para role="optional">
    88       <xref linkend="doxygen"/> (for API documentation),
     88      <xref linkend="doxygen"/> and
     89      <xref linkend="graphviz"/> (for API documentation),
    8990      <xref linkend="gnupg2"/> (required if Qt or SWIG are installed;
    9091        used during the testsuite),
     
    147148      <seglistitem>
    148149        <seg>
    149           gpgme-config and gpgme-tool
     150          gpgme-config, gpgme-json, and gpgme-tool
    150151        </seg>
    151152        <seg>
    152           libgpgme-pthread.so, libgpgme and libgpgmepp.so
     153          libgpgme, libgpgmepp.so, and libqgpgme.so
    153154        </seg>
    154155        <seg>
     156          /usr/include/{gpgme++,qgpgme,QGpgME},
     157          /usr/lib/cmake/{Gpgmepp,QGpgme}.
     158          /usr/lib/python{2.7,3.7}/site-packages/gpg, and
    155159          /usr/share/common-lisp/source/gpgme
    156160        </seg>
     
    176180      </varlistentry>
    177181
     182      <varlistentry id="gpgme-json">
     183        <term><command>gpgme-json</command></term>
     184        <listitem>
     185          <para>
     186            outputs <application>GPGME</application> commands in JSON format.
     187          </para>
     188          <indexterm zone="gpgme gpgme-json">
     189            <primary sortas="b-gpgme-json">gpgme-json</primary>
     190          </indexterm>
     191        </listitem>
     192      </varlistentry>
     193
    178194      <varlistentry id="gpgme-tool">
    179195        <term><command>gpgme-tool</command></term>
     
    188204      </varlistentry>
    189205
     206      <!-- As of 1.13.1, this library isn't present anymore.
    190207      <varlistentry id="libgpgme-pthread">
    191208        <term><filename class="libraryfile">libgpgme-pthread.so</filename></term>
     
    200217        </listitem>
    201218      </varlistentry>
     219      -->
    202220
    203221      <varlistentry id="libgpgme">
     
    225243      </varlistentry>
    226244
     245      <varlistentry id="libqgpgme">
     246        <term><filename class="libraryfile">libqgpgme.so</filename></term>
     247        <listitem>
     248          <para>
     249            contains API functions for handling GPG operations in
     250            <application>Qt</application> applications.
     251          </para>
     252          <indexterm zone="gpgme libqgpgme">
     253            <primary sortas="c-libqgpgme">libqgpgme.so</primary>
     254          </indexterm>
     255        </listitem>
     256      </varlistentry>
     257
    227258    </variablelist>
    228259
Note: See TracChangeset for help on using the changeset viewer.