Changeset 556edfd


Ignore:
Timestamp:
10/07/2018 12:13:41 AM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
9f761b03
Parents:
72bc906
Message:

Update to libsoup-2.64.1, and add an option to remove GSSAPI support by default.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r72bc906 r556edfd  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[renodr] - Update to libsoup-2.64.1. In addition, a flag was added
     50          to the meson line to disable GSSAPI support, as it's set by default and
     51          requires Kerberos to be installed. Fixes
     52          <ulink url="&blfs-ticket-root;11196">#11196</ulink> and
     53          <ulink url="&blfs-ticket-root;11184">#11184</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4956          <para>[renodr] - Update to json-glib-1.4.4. Fixes
    5057          <ulink url="&blfs-ticket-root;11159">#11159</ulink>.</para>
  • networking/netlibs/libsoup.xml

    r72bc906 r556edfd  
    99  <!ENTITY libsoup-download-ftp
    1010           "&gnome-download-ftp;/libsoup/2.64/libsoup-&libsoup-version;.tar.xz">
    11   <!ENTITY libsoup-md5sum        "75bf3cb20d5c045922140c5e01b10696">
     11  <!ENTITY libsoup-md5sum        "93b1a0dff827529536d408fa9e6f747f">
    1212  <!ENTITY libsoup-size          "1.7 MB">
    13   <!ENTITY libsoup-buildsize     "27 MB (with tests)">
     13  <!ENTITY libsoup-buildsize     "145 MB (with tests)"> <!-- Large increase between minor versions -->
    1414  <!ENTITY libsoup-time          "0.3 SBU (with tests)">
    1515]>
     
    118118cd build &amp;&amp;
    119119
    120 meson --prefix=/usr -Dvapi=true .. &amp;&amp;
     120meson --prefix=/usr -Dvapi=true -Dgssapi=false .. &amp;&amp;
    121121ninja</userinput></screen>
    122122
     
    142142    </para>
    143143
    144 <!--
    145     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    146       href="../../xincludes/gtk-doc-rebuild.xml"/>
    147 -->
    148 
    149144    <para>
    150145      <option>-Ddoc=true</option>: Use this option if you want to build
    151146      the documentation. Note that you must have <xref linkend="gtk-doc"/> installed.
     147    </para>
     148
     149    <para>
     150      <option>-Dgssapi=false</option>: libsoup defaults to building with GSSAPI support,
     151      which requires Kerberos (as does the test suite). If you are building GNOME or
     152      have kerberos installed, remove this option.
    152153    </para>
    153154
  • packages.ent

    r72bc906 r556edfd  
    480480<!ENTITY libndp-version               "1.7">
    481481<!ENTITY libproxy-version             "0.4.7">
    482 <!ENTITY libsoup-version              "2.64.0">
     482<!ENTITY libsoup-version              "2.64.1">
    483483<!ENTITY libtirpc-version             "1.1.4">
    484484<!ENTITY neon-version                 "0.30.2">
Note: See TracChangeset for help on using the changeset viewer.