Ignore:
Timestamp:
12/12/2020 05:31:15 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
6aa48d38, fb047da0
Parents:
8c6a76e8
Message:

Update to curl-7.74.0
Update to tracker-miners-3.0.3
Update to tracker-3.0.2
Update to NetworkManager-1.28.0
Update to fuse3-3.10.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r8c6a76e8 r21d18f7e  
    77  <!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.xz">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "d7df02d3b78b625fee4dd765808a6eb6">
     9  <!ENTITY curl-md5sum        "448156d9cd05009b0097b43de639fd34">
    1010  <!ENTITY curl-size          "2.3 MB">
    11   <!ENTITY curl-buildsize     "94 MB (add 17 MB for tests)">
    12   <!ENTITY curl-time          "0.4 SBU (add 14 SBU for tests)">
     11  <!ENTITY curl-buildsize     "95 MB (add 17 MB for tests)">
     12  <!ENTITY curl-time          "0.3 SBU (add 14 SBU for tests)">
    1313]>
    1414
     
    123123
    124124    <para>
     125      First, adapt the tests to python3:
     126    </para>
     127
     128<screen><userinput remap="pre">grep -rl '#!.*python$' | xargs sed -i '1s/python/&amp;3/'</userinput></screen>
     129
     130    <para>
    125131      Install <application>cURL</application> by running the following
    126132      commands:
     
    300306Tests have all BLFS dependencies installed with the exception of stunnel,
    301307as well as the optional impacket installed.
     308
     309======
     310Added by renodr for curl-7.74.0:
     311TESTDONE: 1119 tests out of 1119 reported OK: 100%
     312TESTDONE: 1388 tests were considered during 1370 seconds.
     313Tests have all BLFS dependencies installed, as well as impacket.
     314stunnel not installed.
    302315-->
    303316
Note: See TracChangeset for help on using the changeset viewer.