Ignore:
Timestamp:
03/14/2015 08:47:03 AM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 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:
13507eb
Parents:
96f366a
Message:

Updates: libtasn1-4.3, wget-1.16.3, glib2-2.42.2, harfbuzz-0.39.9, cmake-3.2.1.

  • Move openssl from recommended to optional in wget (memory leaks).
  • Add --no-system-jsoncpp switch to cmake (JSON-C++ is new for this version)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/wget.xml

    r96f366a r2c38e951  
    99  <!ENTITY wget-download-ftp
    1010           "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz">
    11   <!ENTITY wget-md5sum        "78942cc0cce0a23e18114d982789e360">
     11  <!ENTITY wget-md5sum        "d2e4455781a70140ae83b54ca594ce21">
    1212  <!ENTITY wget-size          "1.7 MB">
    13   <!ENTITY wget-buildsize     "23 MB (additional 4 MB for the tests)">
    14   <!ENTITY wget-time          "0.3 SBU (additional 0.2 SBU for the tests)">
     13  <!ENTITY wget-buildsize     "23 MB (additional 3 MB for the tests)">
     14  <!ENTITY wget-time          "0.2 SBU (additional 0.2 SBU for the tests)">
    1515]>
    1616
     
    7777    <bridgehead renderas="sect4">Recommended</bridgehead>
    7878    <para role="recommended">
    79       <xref linkend="openssl"/> or <xref linkend="gnutls"/>
     79      <xref linkend="gnutls"/>
    8080    </para>
    8181
     
    8383    <para role="optional">
    8484      <xref linkend="libidn"/>,
     85      <xref linkend="openssl"/>,
    8586      <xref linkend="pcre"/>;
    8687      <xref linkend="perl-lwp"/> with
    8788      <ulink url="http://search.cpan.org/~behroozi/IO-Socket-SSL/">IO::Socket::SSL</ulink>
    8889      (required for the test suite);
    89       <xref linkend="valgrind"/> (optional for the test suite, but failures are
    90       introduced),
    91       <ulink url="http://www.inet.no/dante/">Dante</ulink>, and
     90      <xref linkend="valgrind"/> (optional for the test suite), and
    9291      <ulink url="https://github.com/rockdaboot/libpsl/">libpsl</ulink>
    9392    </para>
     
    111110
    112111    <para>
    113       To test the results, issue: <command>make check</command>.
     112      To test the results, issue: <command>make check</command>. The HTTPS
     113      tests fail if <application>openssl</application> is used and
     114      <application>valgrind</application> is enabled.
    114115    </para>
    115116
     
    131132
    132133    <para>
    133       <parameter>--with-ssl=openssl</parameter>: This allows the program to work
    134       with <xref linkend="openssl"/>. It can be omitted if
    135       <xref linkend="gnutls"/> is found or the HTTPS protocol is not needed.
     134      <option>--with-ssl=openssl</option>: This allows the program to use
     135      <xref linkend="openssl"/> instead of <xref linkend="gnutls"/>.
    136136    </para>
    137137
    138138    <para>
    139139      <option>--enable-valgrind-tests</option>: This allows the tests to be
    140       optionally run under valgrind. Unfortunately, failures are introduced.
     140      run under valgrind.
    141141    </para>
    142142
Note: See TracChangeset for help on using the changeset viewer.