Author: renodr Date: Thu Apr 9 16:11:35 2020 New Revision: 22983 Log: Update to node.js-12.16.2
Modified: trunk/BOOK/general/genlib/nodejs.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/packages.ent Modified: trunk/BOOK/general/genlib/nodejs.xml ============================================================================== --- trunk/BOOK/general/genlib/nodejs.xml Thu Apr 9 13:30:36 2020 (r22982) +++ trunk/BOOK/general/genlib/nodejs.xml Thu Apr 9 16:11:35 2020 (r22983) @@ -6,9 +6,9 @@ <!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz"> <!ENTITY nodejs-download-ftp " "> - <!ENTITY nodejs-md5sum "549582c075072c689c245ba12ecac54a"> + <!ENTITY nodejs-md5sum "c0106dcdd1d688b6b478ebbad0f1f41e"> <!ENTITY nodejs-size "23 MB"> - <!ENTITY nodejs-buildsize "658 MB (add 31 MB for tests)"> + <!ENTITY nodejs-buildsize "676 MB (add 22 MB for tests)"> <!ENTITY nodejs-time "7.8 SBU (using parallelism=4; add 2.2 SBU for tests)"> <!-- timing is significantly longer on a Ryzen --> ]> @@ -99,7 +99,7 @@ <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"> - <ulink url="https://github.com/nodejs/http-parser">http-parser</ulink>, + <ulink url="https://github.com/nodejs/http-parser">http-parser</ulink> and <ulink url="https://www.npmjs.com/">npm</ulink> (an internal copy of <command>npm</command> will be installed if not present) </para> @@ -128,8 +128,12 @@ make</userinput></screen> <para> - To test the results, issue: <command>make check</command>. - One test, test-dns, is known to fail. + To test the results, issue: <command>make test-only</command>. + <!--One test, test-dns, is known to fail.--> + <!-- When using make check, a module is used that wasn't shipped properly + with the 12.16.2 release. See Ticket #13379 for details. We should + probably restore "make check" after the next version of Node.js. + This new command skips the documentation and lint checks. -renodr--> </para> <para> @@ -186,7 +190,8 @@ </seg> <seg> /usr/include/node, - /usr/lib/node_modules/npm, and + /usr/lib/node_modules/npm, + /usr/share/doc/{node,node-&nodejs-version;}, and /usr/share/systemtap/tapset </seg> </seglistitem> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Thu Apr 9 13:30:36 2020 (r22982) +++ trunk/BOOK/introduction/welcome/changelog.xml Thu Apr 9 16:11:35 2020 (r22983) @@ -45,6 +45,10 @@ <para>April 9th, 2020</para> <itemizedlist> <listitem> + <para>[renodr] - Update to node.js-12.16.2. Fixes + <ulink url="&blfs-ticket-root;13378">#13378</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Clarify naming of docbook xml and dtd pages.</para> </listitem> <listitem> Modified: trunk/BOOK/packages.ent ============================================================================== --- trunk/BOOK/packages.ent Thu Apr 9 13:30:36 2020 (r22982) +++ trunk/BOOK/packages.ent Thu Apr 9 16:11:35 2020 (r22983) @@ -173,7 +173,7 @@ <!ENTITY libwacom-version "1.3"> <!ENTITY lzo-version "2.10"> <!ENTITY mtdev-version "1.1.6"> -<!ENTITY nodejs-version "12.16.1"> +<!ENTITY nodejs-version "12.16.2"> <!ENTITY npth-version "1.6"> <!ENTITY nspr-version "4.25"> <!ENTITY openobex-version "1.7.2"> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page