Changeset 296dce9
- Timestamp:
- 08/27/2021 04:18:52 PM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 533c62f
- Parents:
- d06644b
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rd06644b r296dce9 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>August 27th, 2021</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to libsoup-2.74.0. Fixes 49 <ulink url="&blfs-ticket-root;15448">#15448</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 44 54 <listitem> 45 55 <para>August 26th, 2021</para> -
networking/netlibs/libsoup.xml
rd06644b r296dce9 9 9 <!ENTITY libsoup-download-ftp 10 10 "&gnome-download-ftp;/libsoup/2.72/libsoup-&libsoup-version;.tar.xz"> 11 <!ENTITY libsoup-md5sum " 859380b76b51fb55d720daea3c76c945">11 <!ENTITY libsoup-md5sum "076f7ceeb73ebae2cc55a4c2877f6926"> 12 12 <!ENTITY libsoup-size "1.4 MB"> 13 <!ENTITY libsoup-buildsize " 24MB (with tests)">14 <!ENTITY libsoup-time "0. 3SBU (Using parallelism=4; with tests)">13 <!ENTITY libsoup-buildsize "15 MB (with tests)"> 14 <!ENTITY libsoup-time "0.2 SBU (Using parallelism=4; with tests)"> 15 15 ]> 16 16 … … 38 38 </para> 39 39 40 &lfs110 _checked;40 &lfs110a_checked; 41 41 42 42 <bridgehead renderas="sect3">Package Information</bridgehead> … … 73 73 </listitem> 74 74 </itemizedlist> 75 75 <!-- 76 76 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 77 77 <itemizedlist spacing="compact"> … … 83 83 </listitem> 84 84 </itemizedlist> 85 85 --> 86 86 <bridgehead renderas="sect3">libsoup Dependencies</bridgehead> 87 87 … … 106 106 <xref linkend="brotli"/>, 107 107 <xref linkend="curl"/> (required to run the test suite), 108 <xref linkend="sysprof"/> (for profiling), 108 109 <xref linkend="mitkrb"/> (required to run the test suite), 109 110 <xref linkend="gtk-doc"/>, 110 <xref linkend="php"/> compiled with XMLRPC-EPI <!-- It seems that XMLRPC is part of PHP 5.4.10 --> 111 <!-- It seems that XMLRPC is part of PHP 5.4.10 --> 112 <xref linkend="php"/> compiled with XMLRPC-EPI 111 113 support (only used for the XMLRPC regression tests), and 112 114 <xref linkend="samba"/> (ntlm_auth is required to run the test suite) … … 120 122 <sect2 role="installation"> 121 123 <title>Installation of libsoup</title> 122 124 <!-- 123 125 <para> 124 126 First, fix a problem in the testsuite caused by … … 127 129 128 130 <screen><userinput remap="pre">patch -Np1 -i ../libsoup-&libsoup-version;-testsuite_fix-1.patch</userinput></screen> 129 131 --> 130 132 <para> 131 133 Install <application>libsoup</application> by running the following … … 139 141 --buildtype=release \ 140 142 -Dvapi=enabled \ 141 -Dgssapi=disabled .. && 143 -Dgssapi=disabled \ 144 -Dsysprof=disabled \ 145 .. && 142 146 ninja</userinput></screen> 143 147 … … 174 178 <parameter>-Dgssapi=disabled</parameter>: libsoup defaults to building with GSSAPI support, 175 179 which requires Kerberos (as does the test suite). If you are building GNOME or 176 have kerberos installed, remove this switch. 180 have kerberos installed, remove this option. 181 </para> 182 183 <para> 184 <parameter>-Dsysprof=disabled</parameter>: libsoup will automatically download 185 a git version of <xref linkend="sysprof"/> if git is available or use the installed 186 version if available. If you need profiling, remove this option. 177 187 </para> 178 188 -
packages.ent
rd06644b r296dce9 639 639 <!ENTITY libndp-version "1.8"> 640 640 <!ENTITY libproxy-version "0.4.7"> 641 <!ENTITY libsoup-version "2.7 2.0">641 <!ENTITY libsoup-version "2.74.0"> 642 642 <!ENTITY libtirpc-version "1.3.2"> 643 643 <!ENTITY neon-version "0.31.2">
Note:
See TracChangeset
for help on using the changeset viewer.