Changeset e024fe4 for networking


Ignore:
Timestamp:
12/01/2017 06:27:34 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:
7c90a4a
Parents:
c5eb8ede
Message:

Remove pcre as dependency for qpdf.
Update to curl-7.57.0.
Update to nasm-2.13.02.
Update to x265-2.6.
Update to upower-0.99.7.
Update to stunnel-5.44.
Update to QScintilla_gpl-2.10.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    rc5eb8ede re024fe4  
    77  <!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.xz">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "e332347fc0b80cabf9c42f310be040c5">
     9  <!ENTITY curl-md5sum        "93157c8f6593691bc00ae238a4c53863">
    1010  <!ENTITY curl-size          "2.2 MB">
    1111  <!ENTITY curl-buildsize     "36 MB (add 11 MB for tests)">
    12   <!ENTITY curl-time          "0.3 SBU (add 3.2 SBU for tests)">
     12  <!ENTITY curl-time          "0.3 SBU (add 13+ SBU for tests)">
    1313]>
    1414
     
    153153    but I was missing c-ares, MIT Kerberos, ldap, samba, and the six
    154154    external packages.
     155
     156    2017-12-01 - bdubbs
     157    Still a lot of test failures.  I did have c-ares, Kerberos, and ldap
     158    installed this time.  Best guess is that servers are not available.
    155159-->
    156160    <note>
     
    179183    <para>
    180184      To run the test suite, issue: <command>make test</command>. Many tests
    181       may fail that depend on optional dependencies that may not be installed.
     185      may fail that depend on optional dependencies that may not be installed
     186      or upstream servers that may not be available, especially for tests
     187      numbered 700 and above.
    182188      Test time may be significantly increase due to hanging tests that fail.
    183189    </para>
     
    192198rm -rf docs/examples/.deps &amp;&amp;
    193199
    194 find docs \( -name Makefile\* \
    195           -o -name \*.1       \
    196           -o -name \*.3 \)    \
    197           -exec rm {} \;      &amp;&amp;
     200find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \) -exec rm {} \; &amp;&amp;
     201
    198202install -v -d -m755 /usr/share/doc/curl-&curl-version; &amp;&amp;
    199203cp -v -R docs/*     /usr/share/doc/curl-&curl-version;</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.