Changeset cd074c2


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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libsigsegv.xml

    r6141094 rcd074c2  
    3131
    3232    <para>
    33       This is a library for handling page faults in user mode. A page fault
     33      libsigsegv is a library for handling page faults in user mode. A page fault
    3434      occurs when a program tries to access to a region of memory that is
    3535      currently not available. Catching and handling a page fault is a useful
     
    110110      libraries are compiled.
    111111    </para>
     112
    112113    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    113114      href="../../xincludes/static-libraries.xml"/>
  • general/prog/clisp.xml

    r6141094 rcd074c2  
    1010  <!ENTITY clisp-size          "7.8 MB">
    1111  <!ENTITY clisp-buildsize     "163 MB (add 8 MB for tests)">
    12   <!ENTITY clisp-time          "0.9 SBU (18 SBU with tests)">
     12  <!ENTITY clisp-time          "0.9 SBU (1.2 SBU with tests)">
    1313]>
    1414
  • general/prog/swig.xml

    r6141094 rcd074c2  
    164164      building of tests and examples for &lt;language&gt;, but all the
    165165      languages capabilities of <application>SWIG</application> are always
    166       built. We use it for <application>Clisp</application>, because the
    167       SWIG implementation is very incomplete and a lot of tests fail.
     166      built. <!--We use it for <application>Clisp</application>, because the
     167      SWIG implementation is very incomplete and a lot of tests fail. -->
    168168    </para>
    169169
  • introduction/welcome/changelog.xml

    r6141094 rcd074c2  
    4545      <para>June 21st, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to GPGME-1.13.1. Fixes
     49          <ulink url="&blfs-ticket-root;12154">#12154</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[ken] - Update to firefox-67.0.3 (Security Fix). Fixes
  • packages.ent

    r6141094 rcd074c2  
    1717<!ENTITY gnupg2-version               "2.2.16">
    1818<!ENTITY gnutls-version               "3.6.8">
    19 <!ENTITY gpgme-version                "1.13.0">
     19<!ENTITY gpgme-version                "1.13.1">
    2020<!ENTITY haveged-version              "1.9.2">
    2121<!ENTITY iptables-version             "1.8.3">
  • 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.