Changeset 38277fd


Ignore:
Timestamp:
11/08/2022 10:12:54 PM (18 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
fce78fd
Parents:
69f511be
git-author:
Pierre Labastie <pierre.labastie@…> (11/08/2022 08:12:07 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (11/08/2022 10:12:54 PM)
Message:

Update to node.js-18.12.1

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r69f511be r38277fd  
    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        "d47153d56d60f00ffcb33d63eacc2663">
    10   <!ENTITY nodejs-size          "34 MB">
    11   <!ENTITY nodejs-buildsize     "772 MB (add 29 MB for tests)">
    12   <!ENTITY nodejs-time          "13 SBU (add 4.4 SBU for tests: both using parallelism=4 and 4 CPUs online, parts of the tests will use all online CPUs)">
     9  <!ENTITY nodejs-md5sum        "7322f55ce420f49378515b67d73faf88">
     10  <!ENTITY nodejs-size          "37 MB">
     11  <!ENTITY nodejs-buildsize     "930 MB (add 29 MB for tests)">
     12  <!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)">
    1313]>
    1414
     
    8282    </itemizedlist>
    8383-->
    84 
    85 <!--<note>
    86       <para>
    87         This tarball was created using a BSD version of
    88         <application>tar</application> and extracting it with a linux&trade;
    89         version will produce harmless warnings about unknown extended header
    90         keywords.
    91       </para>
    92     </note>-->
    9384
    9485    <bridgehead renderas="sect3">Node.js Dependencies</bridgehead>
     
    130121<screen><userinput>patch -Np1 -i ../node-v&nodejs-version;-icu_69-1.patch</userinput></screen>
    131122-->
     123    <para>
     124      The <command>configure</command> script for this version of Node.js is
     125      not aware of Python-3.11. If you have installed <xref linkend="python3"/>,
     126      apply the following change (do not apply if you still have Python-3.10):
     127    </para>
     128
     129<screen><userinput>sed -i s/10/11/g configure</userinput></screen>
    132130
    133131    <para>
     
    170168
    171169    <para>
    172       <!-- FIXME : reinstate nghttp2 in this if build is fixed
    173            FIXME cont: Seems to be fixed in 12.18.1 -renodr
    174       <parameter>\-\-shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>: -->
    175170      <parameter>--shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>:
    176171      use the system installed libraries instead of local copies.
     
    200195      <seglistitem>
    201196        <seg>
    202           node, npm, and npx
     197          corepack, node, npm, and npx
    203198        </seg>
    204199        <seg>
     
    219214      <?dbhtml list-presentation="table"?>
    220215
     216      <varlistentry id="corepack">
     217        <term><command>corepack</command></term>
     218        <listitem>
     219          <para>
     220            is an experimental tool to help with managing versions of package
     221            managers.
     222          </para>
     223          <indexterm zone="nodejs corepack">
     224            <primary sortas="b-corepack">corepack</primary>
     225          </indexterm>
     226        </listitem>
     227      </varlistentry>
     228
    221229      <varlistentry id="node">
    222230        <term><command>node</command></term>
  • introduction/welcome/changelog.xml

    r69f511be r38277fd  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[pierre] - Update to node.js-18.12.1. Fixes
     49          <ulink url="&blfs-ticket-root;17228">#17228</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to sudo-1.9.12p1. Fixes
    4953          <ulink url="&blfs-ticket-root;17270">#17270</ulink>.</para>
  • packages.ent

    r69f511be r38277fd  
    167167<!ENTITY lzo-version                  "2.10">
    168168<!ENTITY mtdev-version                "1.1.6">
    169 <!ENTITY nodejs-version               "16.18.0">
     169<!ENTITY nodejs-version               "18.12.1">
    170170<!ENTITY npth-version                 "1.6">
    171171<!ENTITY nspr-version                 "4.35">
Note: See TracChangeset for help on using the changeset viewer.