Ignore:
Timestamp:
09/02/2020 08:20:34 PM (4 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:
19b559e
Parents:
d441f25d
Message:

Update to nspr-4.28
Update to nss-3.56
Update to curl-7.72.0
Update to NetworkManager-1.26.2
Update to openldap-2.4.52

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    rd441f25d r365c6fb  
    77  <!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.xz">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "b54b386057846ce3edd3584b19741569">
     9  <!ENTITY curl-md5sum        "b5579dcc9ae76478f4e070fb4f820223">
    1010  <!ENTITY curl-size          "2.3 MB">
    11   <!ENTITY curl-buildsize     "94 MB (add 16 MB for tests)">
    12   <!ENTITY curl-time          "0.3 SBU (add 13 SBU for tests)">
     11  <!ENTITY curl-buildsize     "96 MB (add 17 MB for tests)">
     12  <!ENTITY curl-time          "0.4 SBU (add 13 SBU for tests)">
    1313]>
    1414
     
    7171        <para>
    7272          Estimated build time: &curl-time;
    73         </para>
    74       </listitem>
    75     </itemizedlist>
    76 
    77     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    78     <itemizedlist spacing="compact">
    79       <listitem>
    80         <para>
    81           <!-- A hotfix for LFS-10.0, to fix the CVE w/o change the API
    82                and ABI.  So we won't need to rebuild massively.  Will be
    83                dropped in LFS-10.1 once we update to curl-7.72.0.  -->
    84           Patch to fix CVE-2020-8231: <ulink
    85           url="&patch-root;/curl-7.71.1-security_fixes-1.patch"/>
    8673        </para>
    8774      </listitem>
     
    136123
    137124    <para>
    138       First, apply a patch to fix a security issue:
    139     </para>
    140 
    141 <screen><userinput>patch -Np1 -i ../curl-7.71.1-security_fixes-1.patch</userinput></screen>
    142 
    143     <para>
    144125      Install <application>cURL</application> by running the following
    145126      commands:
     
    182163    <para>
    183164       To run the test suite, issue: <command>make test</command>.
    184        <!--Tests 323, 1139, 1140, and 1173 are known to fail. 
    185        A few other tests may fail randomly for unknown reasons.-->
     165       Three tests, 1700, 1701, and 1702, are known to fail due to
     166       missing executables from the nghttp2 package.
    186167    </para>
    187168<!-- Two (of 857) tests
     
    302283TESTDONE: 1368 tests were considered during 1207 seconds.
    303284Tests were run similarly to 7.71.0, including impacket, but no stunnel.
     285
     286======
     287Added by renodr for curl-7.72.0:
     288TESTDONE: 1094 tests out of 1097 reported OK: 99%
     289TESTFAIL: These test cases failed: 1700 1701 1702
     290TESTDONE: 1374 tests were considered during 1285 seconds.
     291Tests have all BLFS dependencies with the exception of stunnel;
     292and the optional impacket python module was installed.
     293Tests seem to be failing due to a missing 'nghttpx' executable
     294used to start a test server.
    304295-->
    305296
Note: See TracChangeset for help on using the changeset viewer.