Ignore:
Timestamp:
09/13/2019 09:11:39 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
4fd95bb
Parents:
869909a
Message:

Update to ModemManager-1.10.6.
Update to dbus-python-1.2.12 (Python module).
Update to libsoup-2.68.1.
Update to shared-mime-info-1.13.1.
Update to enchant-2.2.7.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libsoup.xml

    r869909a raecbae4a  
    66
    77  <!ENTITY libsoup-download-http
    8            "&gnome-download-http;/libsoup/2.66/libsoup-&libsoup-version;.tar.xz">
     8           "&gnome-download-http;/libsoup/2.68/libsoup-&libsoup-version;.tar.xz">
    99  <!ENTITY libsoup-download-ftp
    10            "&gnome-download-ftp;/libsoup/2.66/libsoup-&libsoup-version;.tar.xz">
    11   <!ENTITY libsoup-md5sum        "66c2ae89d6031b01337d78a2c57c75d5">
     10           "&gnome-download-ftp;/libsoup/2.68/libsoup-&libsoup-version;.tar.xz">
     11  <!ENTITY libsoup-md5sum        "a941878a721401c3fb120b34439f869b">
    1212  <!ENTITY libsoup-size          "1.4 MB">
    13   <!ENTITY libsoup-buildsize     "18 MB (with tests)">
     13  <!ENTITY libsoup-buildsize     "19 MB (with tests)">
    1414  <!ENTITY libsoup-time          "0.3 SBU (with tests)">
    1515]>
     
    118118cd    build &amp;&amp;
    119119
    120 meson --prefix=/usr -Dvapi=true -Dgssapi=false .. &amp;&amp;
     120meson --prefix=/usr -Dvapi=enabled -Dgssapi=disabled .. &amp;&amp;
    121121ninja</userinput></screen>
    122122
    123123    <para>
    124124      To test the results, issue: <command>ninja test</command>.
     125      Two hsts tests are known to fail.
    125126    </para>
    126127
     
    137138
    138139    <para>
    139       <option>-Dvapi=false</option>: use this if you have not installed
     140      <option>-Dvapi=disabled</option>: use this if you have not installed
    140141      <application>Vala</application>, e.g. because you are not building
    141142      <application>GNOME</application>.
     
    143144
    144145    <para>
    145       <option>-Ddoc=true</option>: Use this option if you want to build
     146      <option>-Ddoc=enabled</option>: Use this option if you want to build
    146147      the documentation. Note that you must have <xref linkend="gtk-doc"/> installed.
    147148    </para>
    148149
    149150    <para>
    150       <option>-Dgssapi=false</option>: libsoup defaults to building with GSSAPI support,
     151      <option>-Dgssapi=disabled</option>: libsoup defaults to building with GSSAPI support,
    151152      which requires Kerberos (as does the test suite). If you are building GNOME or
    152153      have kerberos installed, remove this option.
Note: See TracChangeset for help on using the changeset viewer.