Changeset d94c86c9 for general


Ignore:
Timestamp:
02/03/2019 07:10:13 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.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:
8df543f
Parents:
262f8897
Message:

Update to node-10.15.1
Update to nss-3.42.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r262f8897 rd94c86c9  
    77  <!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz">
    88  <!ENTITY nodejs-download-ftp  " ">
    9   <!ENTITY nodejs-md5sum        "50d546a5653e35e30859d8d904e020e3">
     9  <!ENTITY nodejs-md5sum        "1cad7963255de53509bfa560221bdc88">
    1010  <!ENTITY nodejs-size          "19 MB">
    11   <!ENTITY nodejs-buildsize     "375 MB (add 33 MB for tests)">
    12   <!ENTITY nodejs-time          "5.2 SBU (using parallelism=4; add 1.5 SBU for tests)">
     11  <!ENTITY nodejs-buildsize     "426 MB (add 51 MB for tests)">
     12  <!ENTITY nodejs-time          "5.2 SBU (using parallelism=4; add 1.2 SBU for tests)">
    1313]>
    1414
     
    9292    <para role="recommended">
    9393      <xref linkend="c-ares"/>,
    94       <xref linkend="icu"/> and
    95       <xref linkend="libuv"/>
     94      <xref linkend="icu"/>,
     95      <xref linkend="libuv"/>, and
     96      <xref linkend="nghttp2"/>
    9697    </para>
    9798
     
    120121            --shared-cares                 \
    121122            --shared-libuv                 \
     123            --shared-nghttp2               \
    122124            --shared-openssl               \
    123125            --shared-zlib                  \
     
    144146    to build a local, minimal <application>icu</application> library).</para>
    145147
    146     <para><parameter>--shared-{cares,libuv,openssl,zlib}</parameter>: use the
    147     system installed libraries instead of local copies.</para>
     148    <para><parameter>--shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>:
     149    use the system installed libraries instead of local copies.</para>
    148150
    149151    <para><option>--without-npm</option>: do not build
Note: See TracChangeset for help on using the changeset viewer.