Ignore:
Timestamp:
09/06/2018 10:54:04 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f3e3b83
Parents:
864abc6
Message:

Add libpsl
Update to libsoup-2.64.0
Update to glib-networking-2.58.0
Add text to cURL regarding test issues with valgrind
Add GNOME-3.30 entity
Typo fix in template

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r864abc6 r1ad3510e  
    1111  <!ENTITY curl-buildsize     "43 MB (add 14 MB for tests)">
    1212  <!ENTITY curl-time          "0.2 SBU (add 3.2 SBU for tests)">
    13   <!-- Note that I did this package with minimal optional dependencies. I can
    14        retest later if needed. -->
    1513]>
    1614
     
    8987      <xref linkend="gnutls"/>,
    9088      <xref linkend="libidn2"/>,
     89      <xref linkend="libpsl"/>,
    9190      <xref linkend="libssh2"/>,
    9291      <xref linkend="mitkrb"/>,
     
    9594      <xref linkend="samba"/>,
    9695      <ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>,
    97       <ulink url="https://github.com/rockdaboot/libpsl">libpsl</ulink>,
    9896      <ulink url="http://rtmpdump.mplayerhq.hu/">librtmp</ulink>,
    9997      <ulink url="https://tls.mbed.org/">mbed TLS</ulink> (formerly known as
     
    108106       reported that the tool set in the test case does not exist - ken -->
    109107      <xref linkend="stunnel"/> (for the HTTPS and FTPS tests) and
    110       <xref linkend="valgrind"/> (this will slow the tests down)
     108      <xref linkend="valgrind"/> (this will slow the tests down and may cause failures.)
    111109    </para>
    112110
     
    160158    <para>
    161159      To run the test suite, issue: <command>make test</command>. Two (of 857) tests
    162       fail for unknown reasons.<!--
     160      fail for unknown reasons, and all tests fail is valgrind is installed. Moving
     161      valgrind out of $PATH is recommended if you wish to run the tests suite while
     162      it is installed.
     163<!--
    163164Added by Pierre for curl-7.59.0:
    164165no stunnel, no valgrind, no options
     
    181182      or upstream servers that may not be available, especially for tests
    182183      numbered 700 and above.
    183       Test time may be significantly increase due to hanging tests that fail. i
     184      Test time may be significantly increase due to hanging tests that fail.
    184185__________
    185186Added by Bruce for curl-7.60.0:
Note: See TracChangeset for help on using the changeset viewer.