Changeset 556edfd
- Timestamp:
- 10/07/2018 12:13:41 AM (6 years ago)
- 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
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r72bc906 r556edfd 47 47 <itemizedlist> 48 48 <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> 49 56 <para>[renodr] - Update to json-glib-1.4.4. Fixes 50 57 <ulink url="&blfs-ticket-root;11159">#11159</ulink>.</para> -
networking/netlibs/libsoup.xml
r72bc906 r556edfd 9 9 <!ENTITY libsoup-download-ftp 10 10 "&gnome-download-ftp;/libsoup/2.64/libsoup-&libsoup-version;.tar.xz"> 11 <!ENTITY libsoup-md5sum " 75bf3cb20d5c045922140c5e01b10696">11 <!ENTITY libsoup-md5sum "93b1a0dff827529536d408fa9e6f747f"> 12 12 <!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 --> 14 14 <!ENTITY libsoup-time "0.3 SBU (with tests)"> 15 15 ]> … … 118 118 cd build && 119 119 120 meson --prefix=/usr -Dvapi=true .. &&120 meson --prefix=/usr -Dvapi=true -Dgssapi=false .. && 121 121 ninja</userinput></screen> 122 122 … … 142 142 </para> 143 143 144 <!--145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"146 href="../../xincludes/gtk-doc-rebuild.xml"/>147 -->148 149 144 <para> 150 145 <option>-Ddoc=true</option>: Use this option if you want to build 151 146 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. 152 153 </para> 153 154 -
packages.ent
r72bc906 r556edfd 480 480 <!ENTITY libndp-version "1.7"> 481 481 <!ENTITY libproxy-version "0.4.7"> 482 <!ENTITY libsoup-version "2.64. 0">482 <!ENTITY libsoup-version "2.64.1"> 483 483 <!ENTITY libtirpc-version "1.1.4"> 484 484 <!ENTITY neon-version "0.30.2">
Note:
See TracChangeset
for help on using the changeset viewer.