Changeset 8ffdb08 for networking


Ignore:
Timestamp:
04/21/2017 10:39:54 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
91ad6b0
Parents:
1bcf96b
Message:

Update to libsoup-2.58.0.
Update to qemu-2.9.0.
Update to guile-2.2.2.
Update to unrar-5.5.2.
Update to curl-7.54.0.

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

Location:
networking/netlibs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r1bcf96b r8ffdb08  
    77  <!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "78fce113c34e7a7941080bcd0d21fecc">
     9  <!ENTITY curl-md5sum        "3cf2de0ca4ac43e59067eb6b4f876982">
    1010  <!ENTITY curl-size          "2.0 MB">
    11   <!ENTITY curl-buildsize     "39 MB (additional 10 MB for tests)">
    12   <!ENTITY curl-time          "0.4 SBU (additional 11.1 SBU for tests)">
     11  <!ENTITY curl-buildsize     "37 MB (additional 10 MB for tests)">
     12  <!ENTITY curl-time          "0.4 SBU (additional 11.5 SBU for tests)">
    1313]>
    1414
     
    132132
    133133<screen><userinput>patch -Np1 -i ../curl-&curl-version;-valgrind_filter-1.patch &amp;&amp;
     134
    134135./configure --prefix=/usr                           \
    135136            --disable-static                        \
     
    138139make</userinput></screen>
    139140
    140 <!--    <para>
     141<!--
     142   For version 7.54.0 I got:
     143   TESTDONE: 893 tests out of 893 reported OK: 100%
     144   TESTDONE: 1082 tests were considered during 1231 seconds.
     145
     146    <para>
    141147      Running the test suite is optional. About 2% of the tests fail. Increase
    142148      in test time by each failed test is about 10%. Tests SBU above was
    143149      obtained disabling failing tests, with:
    144150    </para>
    145 
    146 <screen><userinput>cat &gt;&gt; tests/data/DISABLED &lt;&lt; "EOF"
    147 <literal>564
    148 700
    149 701
    150 703
    151 706
    152 707
    153 708
    154 709
    155 710
    156 711
    157 712</literal>
    158 EOF</userinput></screen>
    159 
    160 I had the following fail:
    161  300  301  303  304  306 309 310 311  312  325
    162  400  401  403  406  407 408 409 560 1112 2034
    163 2035 2037 2038 2041 2042
    164 
    165   - Bruce 20151016
    166 
    167 Tests may be using capabilites removed from recent ssh due to
    168 security issues.
    169 
    170 
    171     <para>
    172        and running <command>make test</command>.
    173     </para>-->
    174 
    175     <para>
    176       To run the test suite, issue: <command>make test</command>. <!-- Two tests,
    177       1139 and 1140, may fail. Works fine for me. Douglas 20160720 --><!--  Some
    178       tests (up to 2%) may fail due to timing issues, kernel configuration,
    179       or other issues.-->
     151-->
     152    <note>
     153      <para>
     154      To run the tests for this package, valgrind requires a version of the
     155      /lib/ld-2.23.so (or later) library with debugging symbols present.
     156      Normally in LFS these debugging symbols are stripped at the end of
     157      Chapter 6. To get this library, glibc must be rebuilt with the current
     158      glibc version using the same compiler that was used to build LFS. The
     159      ld-2.23.so can then be renamed to ld-2.23.so.dbg and copied to /lib. Then
     160      a symlink needs to be changed:
     161      </para>
     162
     163      <screen role="nodump"><userinput>ln -sfv ld-2.23.so.dbg /lib/ld-linux-x86-64.so.2</userinput></screen>
     164
     165      <para>
     166      Adjust the above instruction as needed for a 32-bit system
     167      or for a different version of glibc
     168      </para>
     169    </note>
     170
     171    <para>
     172      To run the test suite, issue: <command>make test</command>.
    180173    </para>
    181174
     
    193186          -o -name \*.3 \)    \
    194187          -exec rm {} \;      &amp;&amp;
    195 install -v -d -m755 /usr/share/doc/curl-&curl-version; &amp;&amp;
     188install -v -d -m755 /usr/share/doc/coro-&curl-version; &amp;&amp;
    196189cp -v -R docs/*     /usr/share/doc/curl-&curl-version;</userinput></screen>
    197190
  • networking/netlibs/libsoup.xml

    r1bcf96b r8ffdb08  
    66
    77  <!ENTITY libsoup-download-http
    8            "&gnome-download-http;/libsoup/2.56/libsoup-&libsoup-version;.tar.xz">
     8           "&gnome-download-http;/libsoup/2.58/libsoup-&libsoup-version;.tar.xz">
    99  <!ENTITY libsoup-download-ftp
    10            "&gnome-download-ftp;/libsoup/2.56/libsoup-&libsoup-version;.tar.xz">
    11   <!ENTITY libsoup-md5sum        "465083f74b7bb035959ddb0599313986">
     10           "&gnome-download-ftp;/libsoup/2.58/libsoup-&libsoup-version;.tar.xz">
     11  <!ENTITY libsoup-md5sum        "5269bf29bbdd1fed87c02e94d9927bd2">
    1212  <!ENTITY libsoup-size          "1.7 MB">
    13   <!ENTITY libsoup-buildsize     "46 MB (with tests)">
     13  <!ENTITY libsoup-buildsize     "37 MB (with tests)">
    1414  <!ENTITY libsoup-time          "0.6 SBU (with tests)">
    1515]>
Note: See TracChangeset for help on using the changeset viewer.