Update to node-16.17.1.

This commit is contained in:
Bruce Dubbs 2022-09-24 17:31:42 -05:00
parent 25718e7650
commit 3ffc0fc91b
3 changed files with 8 additions and 4 deletions

View File

@ -6,10 +6,10 @@
<!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz">
<!ENTITY nodejs-download-ftp " ">
<!ENTITY nodejs-md5sum "ae838aa438c3a4c6bb0e3f765960a688">
<!ENTITY nodejs-md5sum "9247dcb564e8cf468bbe174d9aaa2e43">
<!ENTITY nodejs-size "34 MB">
<!ENTITY nodejs-buildsize "768 MB (add 28 MB for tests)">
<!ENTITY nodejs-time "14 SBU (add 2.4 SBU for tests: both using parallelism=4 and 4 CPUs online, parts of the tests will use all online CPUs)">
<!ENTITY nodejs-buildsize "768 MB (add 128 MB for tests)">
<!ENTITY nodejs-time "12 SBU (add 2.6 SBU for tests: both using parallelism=4 and 4 CPUs online, parts of the tests will use all online CPUs)">
]>
<sect1 id="nodejs" xreflabel="nodejs-&nodejs-version;">

View File

@ -44,6 +44,10 @@
<listitem>
<para>September 24th, 2022</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to node-16.17.1. Fixes
<ulink url="&blfs-ticket-root;17119">#17119</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to unbound-1.16.3. Fixes
<ulink url="&blfs-ticket-root;17114">#17114</ulink>.</para>

View File

@ -166,7 +166,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY libwpe-version "1.14.0">
<!ENTITY lzo-version "2.10">
<!ENTITY mtdev-version "1.1.6">
<!ENTITY nodejs-version "16.17.0">
<!ENTITY nodejs-version "16.17.1">
<!ENTITY npth-version "1.6">
<!ENTITY nspr-version "4.35">
<!ENTITY pcre-version "8.45">