mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Update to node-18.13.0.
This commit is contained in:
parent
b2b3ee6949
commit
9de220813f
@ -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 "7322f55ce420f49378515b67d73faf88">
|
||||
<!ENTITY nodejs-size "37 MB">
|
||||
<!ENTITY nodejs-buildsize "930 MB (add 29 MB for tests)">
|
||||
<!ENTITY nodejs-md5sum "ee34c031a467fb893e8fadaf884297d2">
|
||||
<!ENTITY nodejs-size "38 MB">
|
||||
<!ENTITY nodejs-buildsize "891 MB (add 29 MB for tests)">
|
||||
<!ENTITY nodejs-time "18 SBU (add 4.6 SBU for tests: both using parallelism=4 and 4 CPUs online, parts of the tests will use all online CPUs)">
|
||||
]>
|
||||
|
||||
@ -117,6 +117,7 @@
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../node-v&nodejs-version;-icu_69-1.patch</userinput></screen>
|
||||
-->
|
||||
<!-- Does not appear to be needed for version 18.13.0
|
||||
<para>
|
||||
The <command>configure</command> script for this version of Node.js is
|
||||
not aware of Python-3.11. If you have installed <xref linkend="python3"/>,
|
||||
@ -126,7 +127,7 @@
|
||||
<screen><userinput>sed -e '/=.*exec/a command -v python3.11 >/dev/null && exec python3.11 "$0" "$@"' \
|
||||
-e s'/((/((3, 11), (/' \
|
||||
-i configure</userinput></screen>
|
||||
|
||||
-->
|
||||
<para>
|
||||
Build <application>Node.js</application> by running the following
|
||||
commands:
|
||||
@ -143,7 +144,6 @@ make</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make test-only</command>.
|
||||
One test, test-socket-write-after-fin-error, out of over 3600 tests is known to fail.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -41,6 +41,10 @@
|
||||
<listitem>
|
||||
<para>January 6th, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to node-18.13.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;17481">#17481</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to nss-3.87. Fixes
|
||||
<ulink url="&blfs-ticket-root;17479">#17479</ulink>.</para>
|
||||
|
@ -169,7 +169,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 "18.12.1">
|
||||
<!ENTITY nodejs-version "18.13.0">
|
||||
<!ENTITY npth-version "1.6">
|
||||
<!ENTITY nspr-version "4.35">
|
||||
<!ENTITY pcre-version "8.45">
|
||||
|
Loading…
Reference in New Issue
Block a user