Author: dj Date: Sun Jul 30 09:16:18 2017 New Revision: 18964 Log: Update to Node.js-8.2.1. Fixes #9502.
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 Sun Jul 30 02:46:53 2017 (r18963) +++ trunk/BOOK/general/genlib/nodejs.xml Sun Jul 30 09:16:18 2017 (r18964) @@ -6,10 +6,10 @@ <!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.gz"> <!ENTITY nodejs-download-ftp " "> - <!ENTITY nodejs-md5sum "f8e7fd9a5cba7a9998c990f1ec78ab86"> - <!ENTITY nodejs-size "29 MB"> - <!ENTITY nodejs-buildsize "333 MB"> - <!ENTITY nodejs-time "7.5 SBU"> + <!ENTITY nodejs-md5sum "0da0b59a6afb0e14bad05d6198dcd64a"> + <!ENTITY nodejs-size "18 MB"> + <!ENTITY nodejs-buildsize "339 MB"> + <!ENTITY nodejs-time "7.4 SBU"> ]> <sect1 id="nodejs" xreflabel="nodejs-&nodejs-version;"> @@ -89,8 +89,8 @@ <para role="optional"> <ulink url="https://github.com/nodejs/http-parser">http-parser</ulink>, <ulink url="https://github.com/libuv/libuv">libuv</ulink>, and - <ulink url="https://www.npmjs.com/">npm</ulink>, (internal versions of - these packages will be used if they are not present) + <ulink url="https://www.npmjs.com/">npm</ulink> (an internal copy of + <command>npm</command> will be installed if not present) </para> <para condition="html" role="usernotes"> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Sun Jul 30 02:46:53 2017 (r18963) +++ trunk/BOOK/introduction/welcome/changelog.xml Sun Jul 30 09:16:18 2017 (r18964) @@ -46,6 +46,10 @@ <para>July 30th, 2017</para> <itemizedlist> <listitem> + <para>[dj] - Update to Node.js-8.2.1. Fixes + <ulink url="&blfs-ticket-root;9502">#9502</ulink>.</para> + </listitem> + <listitem> <para>[pierre] - Fix Cups-2.2.4 failure to find printers when no default printer is defined. Fixes <ulink url="&blfs-ticket-root;9471">#9471</ulink>.</para> Modified: trunk/BOOK/packages.ent ============================================================================== --- trunk/BOOK/packages.ent Sun Jul 30 02:46:53 2017 (r18963) +++ trunk/BOOK/packages.ent Sun Jul 30 09:16:18 2017 (r18964) @@ -164,7 +164,7 @@ <!ENTITY libzeitgeist-version "0.3.18"> <!ENTITY lzo-version "2.10"> <!ENTITY mtdev-version "1.1.5"> -<!ENTITY nodejs-version "8.1.4"> +<!ENTITY nodejs-version "8.2.1"> <!ENTITY npth-version "1.5"> <!ENTITY nspr-version "4.15"> <!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
