Changeset 73f65d9e for networking


Ignore:
Timestamp:
01/21/2018 08:21:41 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
d92a976f
Parents:
51529b92
Message:

Update to wget-1.19.3.
Update to LibRaw-0.18.7.
Update to libuv-1.19.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/wget.xml

    r51529b92 r73f65d9e  
    99  <!ENTITY wget-download-ftp
    1010           "&gnu-ftp;/wget/wget-&wget-version;.tar.gz">
    11   <!ENTITY wget-md5sum        "caabf9727fa429626316619a6369fffa">
    12   <!ENTITY wget-size          "4.2 MB">
    13   <!ENTITY wget-buildsize     "33 MB (add 4 MB for tests)">
    14   <!ENTITY wget-time          "0.3 SBU (add 0.2 SBU for tests)">
     11  <!ENTITY wget-md5sum        "160e3164519a062d6492d5316a884d87">
     12  <!ENTITY wget-size          "4.1 MB">
     13  <!ENTITY wget-buildsize     "25 MB (add 4 MB for tests)">
     14  <!ENTITY wget-time          "0.2 SBU (add 0.2 SBU for tests)">
    1515]>
    1616
     
    8787      <xref linkend="libidn"/>,
    8888      <xref linkend="pcre"/>,
    89       <xref linkend="valgrind"/> (optional for the test suite),
     89      <xref linkend="python2"/> (built with ssl; for the test suite),
     90      <xref linkend="valgrind"/> (for the test suite),
    9091      <ulink url="http://search.cpan.org/~behroozi/IO-Socket-SSL/">IO::Socket::SSL</ulink>,
    9192      <ulink url="http://search.cpan.org/~gaas/HTTP-Daemon/">HTTP::Daemon</ulink>
     
    112113
    113114    <para>
    114       To test the results, issue: <command>make check</command>. Almost all the
    115       check-TESTS tests fail if <application>valgrind</application> is enabled
    116       (the unit tests all pass).
     115      To test the results, issue: <command>make check</command>. Nine tests
     116      fail if python2 was not built with SSL support.
    117117    </para>
    118118
Note: See TracChangeset for help on using the changeset viewer.