Changeset 542d478


Ignore:
Timestamp:
07/04/2017 04:41:37 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
1ac799b
Parents:
9768a4d5
Message:

Update to Node.js-8.1.3. Fixes #9419.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18914 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9768a4d5 r542d478  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "03">                   <!-- Always 2 digits -->
     3<!ENTITY day          "04">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 3rd &year;">
     9<!ENTITY releasedate  "July 4th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/nodejs.xml

    r9768a4d5 r542d478  
    77  <!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.gz">
    88  <!ENTITY nodejs-download-ftp  " ">
    9   <!ENTITY nodejs-md5sum        "444e0ef9861bac066c3d790b5c406fd5">
     9  <!ENTITY nodejs-md5sum        "804f6e145292cb9ddc2e742db96fb553">
    1010  <!ENTITY nodejs-size          "29 MB">
    11   <!ENTITY nodejs-buildsize     "461 MB">
     11  <!ENTITY nodejs-buildsize     "361 MB">
    1212  <!ENTITY nodejs-time          "7.4 SBU">
    1313]>
     
    1717
    1818  <sect1info>
    19     <othername>$LastChangedBy: $</othername>
    20     <date>$Date: $</date>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
    2121  </sect1info>
    2222
     
    200200        <term><filename class='directory'>/usr/lib/node_modules/npm/</filename></term>
    201201        <listitem>
    202           <para>is the installaton root for Node.js executables and
     202          <para>is the installation root for Node.js executables and
    203203          libraries.</para>
    204204        </listitem>
  • introduction/welcome/changelog.xml

    r9768a4d5 r542d478  
    4242    </listitem>
    4343-->
     44
     45   <listitem>
     46     <para>July 4th, 2017</para>
     47     <itemizedlist>
     48       <listitem>
     49         <para>[dj] - Update to Node.js-8.1.3. Fixes
     50         <ulink url="&blfs-ticket-root;9419">#9419</ulink>.</para>
     51       </listitem>
     52     </itemizedlist>
     53   </listitem>
    4454
    4555   <listitem>
  • packages.ent

    r9768a4d5 r542d478  
    165165<!ENTITY lzo-version                  "2.10">
    166166<!ENTITY mtdev-version                "1.1.5">
    167 <!ENTITY nodejs-version               "8.1.2">
     167<!ENTITY nodejs-version               "8.1.3">
    168168<!ENTITY npth-version                 "1.5">
    169169<!ENTITY nspr-version                 "4.15">
Note: See TracChangeset for help on using the changeset viewer.