Changeset ee1676a


Ignore:
Timestamp:
04/09/2020 11:11:35 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:
8212d8a
Parents:
5acc325
Message:

Update to node.js-12.16.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r5acc325 ree1676a  
    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        "549582c075072c689c245ba12ecac54a">
     9  <!ENTITY nodejs-md5sum        "c0106dcdd1d688b6b478ebbad0f1f41e">
    1010  <!ENTITY nodejs-size          "23 MB">
    11   <!ENTITY nodejs-buildsize     "658 MB (add 31 MB for tests)">
     11  <!ENTITY nodejs-buildsize     "676 MB (add 22 MB for tests)">
    1212  <!ENTITY nodejs-time          "7.8 SBU (using parallelism=4; add 2.2 SBU for tests)">
    1313  <!-- timing is significantly longer on a Ryzen -->
     
    100100    <bridgehead renderas="sect4">Optional</bridgehead>
    101101    <para role="optional">
    102       <ulink url="https://github.com/nodejs/http-parser">http-parser</ulink>,
     102      <ulink url="https://github.com/nodejs/http-parser">http-parser</ulink> and
    103103      <ulink url="https://www.npmjs.com/">npm</ulink> (an internal copy of
    104104      <command>npm</command> will be installed if not present)
     
    129129
    130130    <para>
    131       To test the results, issue: <command>make check</command>.
    132       One test, test-dns, is known to fail.
     131      To test the results, issue: <command>make test-only</command>.
     132      <!--One test, test-dns, is known to fail.-->
     133      <!-- When using make check, a module is used that wasn't shipped properly
     134           with the 12.16.2 release. See Ticket #13379 for details. We should
     135           probably restore "make check" after the next version of Node.js.
     136           This new command skips the documentation and lint checks. -renodr-->
    133137    </para>
    134138
     
    187191        <seg>
    188192          /usr/include/node,
    189           /usr/lib/node_modules/npm, and
     193          /usr/lib/node_modules/npm,
     194          /usr/share/doc/{node,node-&nodejs-version;}, and
    190195          /usr/share/systemtap/tapset
    191196        </seg>
  • introduction/welcome/changelog.xml

    r5acc325 ree1676a  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to node.js-12.16.2. Fixes
     49          <ulink url="&blfs-ticket-root;13378">#13378</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Clarify naming of docbook xml and dtd pages.</para>
    4953        </listitem>
  • packages.ent

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