Ignore:
Timestamp:
10/10/2017 05:51:25 PM (7 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:
3833a14
Parents:
3f7bcbc
Message:

Update to curl-7.56.0.
Update to gjs-1.50.1.
Update to gtksourceview-3.24.5.
Update to gtk+3.22.24.
Update to babl-0.1.34.
+

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r3f7bcbc r5b62526  
    77  <!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.xz">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "ac4a59c38c47adc160ea71eace20257b">
    10   <!ENTITY curl-size          "2.1 MB">
    11   <!ENTITY curl-buildsize     "36 MB (additional 11 MB for tests)">
    12   <!ENTITY curl-time          "0.3 SBU (additional 4.3 SBU for tests)">
     9  <!ENTITY curl-md5sum        "18ebc36c5dc9317d4a0b5db94a4e12ad">
     10  <!ENTITY curl-size          "2.2 MB">
     11  <!ENTITY curl-buildsize     "36 MB (add 11 MB for tests)">
     12  <!ENTITY curl-time          "0.3 SBU (add 3.2 SBU for tests)">
    1313]>
    1414
     
    152152      To run the tests for this package, valgrind requires a version of the
    153153      /lib/ld-2.23.so (or later) library with debugging symbols present.
    154       Normally in LFS these debugging symbols are stripped at the end of
    155       Chapter 6. To get this library, glibc must be rebuilt with the current
     154      </para>
     155
     156      <para>Current versions of LFS does not strip /lib/ld-2.23.so but
     157      previous versions of LFS stripped these debugging symbols at the end of
     158      Chapter 6. To get this library on oldeer systems, glibc must be rebuilt
     159      with the current
    156160      glibc version using the same compiler that was used to build LFS. The
    157161      ld-2.23.so can then be renamed to ld-2.23.so.dbg and copied to /lib. Then
     
    168172
    169173    <para>
    170       To run the test suite, issue: <command>make test</command>.
     174      To run the test suite, issue: <command>make test</command>. Many tests
     175      may fail that depend on optional dependencies that may not be installed.
    171176    </para>
    172177
Note: See TracChangeset for help on using the changeset viewer.