Changeset ce63267e


Ignore:
Timestamp:
06/22/2017 03:06:05 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:
58d5000
Parents:
676deb6
Message:

Update to nodejs-8.1.2. Fixes #9294.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r676deb6 rce63267e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     3<!ENTITY day          "22">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 21st &year;">
     9<!ENTITY releasedate  "June 22nd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/nodejs.xml

    r676deb6 rce63267e  
    55  %general-entities;
    66
    7   <!ENTITY nodejs-download-http "https://github.com/nodejs/node/archive/v&nodejs-version;.tar.gz">
     7  <!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        "24bfdd2f3d96818608a508482c1e3cd8">
    10   <!ENTITY nodejs-size          "45 MB">
    11   <!ENTITY nodejs-buildsize     "432 MB">
    12   <!ENTITY nodejs-time          "9.3 SBU">
     9  <!ENTITY nodejs-md5sum        "444e0ef9861bac066c3d790b5c406fd5">
     10  <!ENTITY nodejs-size          "29 MB">
     11  <!ENTITY nodejs-buildsize     "461 MB">
     12  <!ENTITY nodejs-time          "7.4 SBU">
    1313]>
    1414
     
    6868        <para>
    6969          Estimated build time: &nodejs-time;
    70         </para>
    71       </listitem>
    72     </itemizedlist>
    73 
    74     <note>
    75       <para>
    76         The <application>Node.js</application> source tarball shown above
    77         downloads with the correct name, node-&nodejs-version;.tar.gz,
    78         if using a browser such as Firefox. If you prefer to use a command line
    79         program such as wget, you normally would obtain
    80         v&nodejs-version;.tar.gz. To obtain this package with the proper
    81         filename, run:
    82       </para>
    83 
    84 <screen><userinput>wget -c https://github.com/nodejs/node/archive/v&nodejs-version;.tar.gz \
    85      -O node-&nodejs-version;.tar.gz</userinput></screen>
    86 
    87     </note>
    88 
    89     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    90     <itemizedlist spacing="compact">
    91       <listitem>
    92         <para>
    93           Required patch for use with ICU &gt;= 59:
    94           <ulink url="&patch-root;/node-&nodejs-version;-icu59-1.patch"/>
    9570        </para>
    9671      </listitem>
     
    127102  <sect2 role="installation">
    128103    <title>Installation of Node.js</title>
    129 
    130     <para>
    131       First, fix a build issue with <application>icu</application> &gt;= 59:
    132     </para>
    133 
    134 <screen><userinput>patch -Np1 -i ../node-&nodejs-version;-icu59-1.patch</userinput></screen>
    135104
    136105    <para>
  • introduction/welcome/changelog.xml

    r676deb6 rce63267e  
    4343-->
    4444    <listitem>
     45      <para>June 22nd, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Update to nodejs-8.1.2. Fixes
     49          <ulink url="&blfs-ticket-root;9294">#9294</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>June 21st, 2017</para>
    4656      <itemizedlist>
  • packages.ent

    r676deb6 rce63267e  
    164164<!ENTITY lzo-version                  "2.10">
    165165<!ENTITY mtdev-version                "1.1.5">
    166 <!ENTITY nodejs-version               "7.10.0">
     166<!ENTITY nodejs-version               "8.1.2">
    167167<!ENTITY npth-version                 "1.5">
    168168<!ENTITY nspr-version                 "4.15">
Note: See TracChangeset for help on using the changeset viewer.