Changeset 57141410


Ignore:
Timestamp:
04/29/2020 09:30:14 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 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:
1ee8a3b
Parents:
7d85f2a
Message:

Update to Node.js-12.16.3

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r7d85f2a r57141410  
    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        "c0106dcdd1d688b6b478ebbad0f1f41e">
     9  <!ENTITY nodejs-md5sum        "3f23ba05c01f6f03170059057a7bd727">
    1010  <!ENTITY nodejs-size          "23 MB">
    11   <!ENTITY nodejs-buildsize     "676 MB (add 22 MB for tests)">
    12   <!ENTITY nodejs-time          "7.8 SBU (using parallelism=4; add 2.2 SBU for tests)">
     11  <!ENTITY nodejs-buildsize     "1.2 GB (add 21 MB for tests)">
     12  <!ENTITY nodejs-time          "9.4 SBU (using parallelism=4; add 2.6 SBU for tests)">
    1313  <!-- timing is significantly longer on a Ryzen -->
     14  <!-- Size increases are due to using internal ICU -->
    1415]>
    1516
     
    120121
    121122<screen><userinput>./configure --prefix=/usr                  \
     123            --download=icu                 \
    122124            --shared-cares                 \
    123125            --shared-libuv                 \
     
    125127            --shared-openssl               \
    126128            --shared-zlib                  \
    127             --with-intl=system-icu         &amp;&amp;
     129            --with-intl=full-icu           &amp;&amp;
    128130make</userinput></screen>
    129131
     
    148150    <title>Command Explanations</title>
    149151
    150     <para>
    151       <parameter>--with-intl=system-icu</parameter>: use the system version
     152    <!--
     153    <para>
     154      <parameter>- -with-intl=system-icu</parameter>: use the system version
    152155      of <application>icu</application>. Other values are
    153156      <option>full-icu</option> (to build a local, full
    154157      <application>icu</application> library) and <option>small-icu</option>
    155158      (to build a local, minimal <application>icu</application> library).
     159    </para>
     160    -->
     161
     162    <!-- These two options are due to using the internal ICU version.
     163         This prevents problems with ICU-67 -->
     164    <para>
     165      <parameter>--with-intl=full-icu</parameter>: This switch forces Node.js
     166      to use its internal version of ICU.
     167    </para>
     168
     169    <para>
     170      <parameter>--download=icu</parameter>: This switch downloads the version
     171      of ICU that is appropriate for this version of Node.js.
    156172    </para>
    157173
  • introduction/welcome/changelog.xml

    r7d85f2a r57141410  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[renodr] - Update to node.js-12.16.3. Fixes
     50          <ulink url="&blfs-ticket-root;13467">#13467</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[bdubbs] - Update to qemu-5.0.0. Fixes
    5054          <ulink url="&blfs-ticket-root;13465">#13465</ulink>.</para>
  • packages.ent

    r7d85f2a r57141410  
    174174<!ENTITY lzo-version                  "2.10">
    175175<!ENTITY mtdev-version                "1.1.6">
    176 <!ENTITY nodejs-version               "12.16.2">
     176<!ENTITY nodejs-version               "12.16.3">
    177177<!ENTITY npth-version                 "1.6">
    178178<!ENTITY nspr-version                 "4.25">
Note: See TracChangeset for help on using the changeset viewer.