Changeset 4464d405


Ignore:
Timestamp:
04/23/2017 07:06:22 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:
e4ca0af7
Parents:
4e0e3828
Message:

Add Node.js-7.9.0 and c-ares-1.12.0 (iin preparation for Chromium, EmojiOne, and iBus).

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

Files:
2 added
8 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r4e0e3828 r4464d405  
    117117  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lzo.xml"/>
    118118  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mtdev.xml"/>
     119  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nodejs.xml"/>
    119120  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="npth.xml"/>
    120121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nspr.xml"/>
  • general/genlib/liblinear.xml

    r4e0e3828 r4464d405  
    9595        v&liblinear-version;.tar.gz. To obtain this package with the proper
    9696        filename, run:
     97      </para>
    9798
    9899<screen><userinput>wget -c https://github.com/cjlin1/liblinear/archive/v&liblinear-version;.tar.gz \
    99      -O liblinear-&liblinear-version;.tar.gz</userinput></screen>.
    100         </para>
    101       </note>
     100     -O liblinear-&liblinear-version;.tar.gz</userinput></screen>
     101
     102    </note>
    102103
    103104    <para condition="html" role="usernotes">
  • introduction/welcome/changelog.xml

    r4e0e3828 r4464d405  
    4343-->
    4444    <listitem>
     45      <para>April 23rd, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Add Node.js-7.9.0.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[dj] - Add c-ares-1.12.0.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4557      <para>April 22nd, 2017</para>
    4658      <itemizedlist>
  • networking/netlibs/curl.xml

    r4e0e3828 r4464d405  
    9595    <bridgehead renderas="sect4">Optional</bridgehead>
    9696    <para role="optional">
     97      <xref linkend="c-ares"/>,
    9798      <xref linkend="gnutls"/>,
    9899      <xref linkend="mitkrb"/>,
     
    100101      <xref linkend="openldap"/>,
    101102      <xref linkend="samba"/>,
    102       <ulink url="http://daniel.haxx.se/projects/c-ares/">c-ares</ulink>,
    103103      <ulink url="https://www.gnu.org/software/libidn/#libidn2/">libidn2</ulink>,
    104104      <ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>,
  • networking/netlibs/netlibs.xml

    r4e0e3828 r4464d405  
    2222
    2323
     24  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="c-ares.xml"/>
    2425  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="curl.xml"/>
    2526  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="geoclue.xml"/> -->
  • networking/netutils/wireshark.xml

    r4e0e3828 r4464d405  
    105105    <bridgehead renderas="sect4">Optional</bridgehead>
    106106    <para role="optional">
     107      <xref linkend="c-ares"/>,
    107108      <xref linkend="gnutls"/>,
    108109      <xref linkend="libgcrypt"/>,
     
    113114      <xref linkend="sbc"/>,
    114115      <ulink url="http://www.gnu.org/software/adns/adns.html">adns</ulink>,
    115       <ulink url="http://c-ares.haxx.se/">c-ares</ulink>,
    116116      <ulink url="http://www.ibr.cs.tu-bs.de/projects/libsmi/">libsmi</ulink>,
    117117      <ulink url="http://www.maxmind.com/app/c">GeoIP</ulink>, and
  • packages.ent

    r4e0e3828 r4464d405  
    157157<!ENTITY lzo-version                  "2.10">
    158158<!ENTITY mtdev-version                "1.1.5">
     159<!ENTITY nodejs-version               "7.9.0">
    159160<!ENTITY npth-version                 "1.3">
    160161<!ENTITY nspr-version                 "4.14">
     
    434435
    435436<!-- Chapter 17 -->
     437<!ENTITY c-ares-version               "1.12.0">
    436438<!ENTITY curl-version                 "7.54.0">
    437439<!-- <!ENTITY geoclue-version              "0.12.0"> -->
Note: See TracChangeset for help on using the changeset viewer.