Changeset d0212021


Ignore:
Timestamp:
01/12/2024 11:03:19 PM (5 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
a9725cee
Parents:
268179b
Message:

Update to node.js-20.11.0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r268179b rd0212021  
    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        "066b989f665c8416ef52f7b14d5086ad">
     9  <!ENTITY nodejs-md5sum        "e112c8d089843052639ac5c438149c4e">
    1010  <!ENTITY nodejs-size          "40 MB">
    11   <!ENTITY nodejs-buildsize     "1041 MB (add 69 MB for tests)">
    12   <!ENTITY nodejs-time          "13.7 SBU (add 3.2 SBU for tests: both using parallelism=8 and 8 CPUs online, parts of the tests will use all online CPUs)">
     11  <!ENTITY nodejs-buildsize     "1040 MB (add 65 MB for tests)">
     12  <!ENTITY nodejs-time          "10.9 SBU (add 3.2 SBU for tests: both using parallelism=8 and 8 CPUs online, parts of the tests will use all online CPUs)">
    1313]>
    1414
     
    8989    <bridgehead renderas="sect4">Recommended</bridgehead>
    9090    <para role="recommended">
     91      <xref linkend="brotli"/>,
    9192      <xref linkend="c-ares"/>,
    9293      <xref linkend="icu"/>,
     
    108109    <title>Installation of Node.js</title>
    109110
     111<!--
    110112    <para>
    111113      If Python-3.12 is installed, fix the <command>configure</command> script:
     
    115117    -e '/3, 11/s/\(.3, 11.\)/(3, 12), \1/' \
    116118    -i configure</userinput></screen>
     119-->
    117120
    118121    <para>
     
    122125
    123126<screen><userinput>./configure --prefix=/usr          \
     127            --shared-brotli        \
    124128            --shared-cares         \
    125129            --shared-libuv         \
     
    169173
    170174    <para>
    171       <parameter>--shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>:
     175      <parameter>--shared-{brotli,cares,libuv,nghttp2,openssl,zlib}</parameter>:
    172176      use the system installed libraries instead of local copies.
    173177    </para>
  • introduction/welcome/changelog.xml

    r268179b rd0212021  
    4242      <para>January 12th, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Update to node.js-v20.11.0. Fixes
     46          <ulink url="&blfs-ticket-root;19113">#19113</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[renodr] - Update to mesa-23.3.3. Fixes
  • packages.ent

    r268179b rd0212021  
    174174<!ENTITY lzo-version                  "2.10">
    175175<!ENTITY mtdev-version                "1.1.6">
    176 <!ENTITY nodejs-version               "20.10.0">
     176<!ENTITY nodejs-version               "20.11.0">
    177177<!ENTITY npth-version                 "1.6">
    178178<!ENTITY nspr-version                 "4.35">
Note: See TracChangeset for help on using the changeset viewer.