Changeset 62c6ab79


Ignore:
Timestamp:
08/12/2021 09:13:45 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.0, 11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
decb4415
Parents:
7f142f7
Message:

Update to node.js v14.17.5.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    r7f142f7 r62c6ab79  
    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        "15f38c92b383f663ba0ba084aa4aa01f">
     9  <!ENTITY nodejs-md5sum        "8ec7b05141efe9de286a78506e116735">
    1010  <!ENTITY nodejs-size          "32 MB">
    11   <!ENTITY nodejs-buildsize     "748 MB">
    12   <!ENTITY nodejs-time          "11 SBU (using parallelism=4; add 2.3 SBU for tests)">
     11  <!ENTITY nodejs-buildsize     "751 MB">
     12  <!ENTITY nodejs-time          "11 SBU (using parallelism=4; add 2.6 SBU for tests)">
    1313]>
    1414
     
    136136    </para>
    137137
    138 <screen><userinput>./configure --prefix=/usr                  \
     138<screen><userinput>sed -i 's%ares_\(nameser.h\)%arpa/\1%' src/cares_wrap.h &amp;&amp;
     139./configure --prefix=/usr                  \
    139140            --shared-cares                 \
    140141            --shared-libuv                 \
     
    161162  <sect2 role="commands">
    162163    <title>Command Explanations</title>
     164
     165    <para>
     166      <parameter>sed -i 's%ares_\(nameser.h\)%arpa/\1%' ...</parameter>:
     167      This fixes building with the system version of c-ares.
     168    </para>
    163169
    164170    <para>
  • introduction/welcome/changelog.xml

    r7f142f7 r62c6ab79  
    4545      <para>August 12th, 2021</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to node.js-v14.17.5 (security update). Fixes
     49          <ulink url="&blfs-ticket-root;15382">#15382</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[renodr] - Update to pango-1.48.8. Fixes
  • packages.ent

    r7f142f7 r62c6ab79  
    177177<!ENTITY lzo-version                  "2.10">
    178178<!ENTITY mtdev-version                "1.1.6">
    179 <!ENTITY nodejs-version               "14.17.4">
     179<!ENTITY nodejs-version               "14.17.5">
    180180<!ENTITY npth-version                 "1.6">
    181181<!ENTITY nspr-version                 "4.32">
Note: See TracChangeset for help on using the changeset viewer.