Changeset aaa73cfd for networking


Ignore:
Timestamp:
10/16/2015 05:34:09 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 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, nosym, 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:
8538618
Parents:
7def1747
Message:

Update to curl-7.45.0.
Update to icu4c-56_1.
Update to liblinear-2.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r7def1747 raaa73cfd  
    77  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "2f924c80bb7124dff1b39f54ffda3781">
     9  <!ENTITY curl-md5sum        "c9a0a77f71fdc6b0f925bc3e79eb77f6">
    1010  <!ENTITY curl-size          "2.7 MB">
    11   <!ENTITY curl-buildsize     "52 MB (including tests)">
    12   <!ENTITY curl-time          "0.4 SBU (9.2 SBU including tests, with -j4)">
     11  <!ENTITY curl-buildsize     "36 MB (additional 16 MB for tests)">
     12  <!ENTITY curl-time          "0.3 SBU (additional 10.3 SBU for tests)">
    1313]>
    1414
     
    140140EOF</userinput></screen>
    141141
     142I had the following fail: 
     143 300  301  303  304  306 309 310 311  312  325
     144 400  401  403  406  407 408 409 560 1112 2034
     1452035 2037 2038 2041 2042
     146
     147  - Bruce 20151016
     148
     149Tests may be using capabilites removed from recent ssh due to
     150security issues. 
     151
     152
    142153    <para>
    143154       and running <command>make test</command>.
     
    145156
    146157    <para>
    147       To run the test suite, issue: <command>make test</command>.
     158      To run the test suite, issue: <command>make test</command>.  Some
     159      tests (up to 2%) may fail due to timing issues, kernel configuration,
     160      or other issues.
    148161    </para>
    149162
Note: See TracChangeset for help on using the changeset viewer.