Changeset e03d5e49


Ignore:
Timestamp:
01/12/2018 05:28:42 PM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a98a31a0
Parents:
cec299e8
Message:

Update to Linux-4.14.13.
Add Libelf-0.107.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11350 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
1 added
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rcec299e8 re03d5e49  
    4444-->
    4545    <listitem>
     46      <para>2018-01-12</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[dj] - Add Libelf (Elfutils) 0.107.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[dj] - Update to Linux-4.14.13. Fixes
     53          <ulink url="&lfs-ticket-root;4195">#4195</ulink>.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
    4659      <para>2018-01-11</para>
    4760      <itemizedlist>
  • chapter01/whatsnew.xml

    rcec299e8 re03d5e49  
    151151    </listitem>-->
    152152    <listitem>
     153      <para>Libelf-&elfutils-version;</para>
     154    </listitem>
     155    <listitem>
    153156      <para>Libpipeline-&libpipeline-version;</para>
    154157    </listitem>
  • chapter03/packages.xml

    rcec299e8 re03d5e49  
    155155        <para>Download: <ulink url="&e2fsprogs-url;"/></para>
    156156        <para>MD5 sum: <literal>&e2fsprogs-md5;</literal></para>
     157      </listitem>
     158    </varlistentry>
     159
     160    <varlistentry>
     161      <term>Elfutils (&elfutils-version;) - <token>&elfutils-size;</token>:</term>
     162      <listitem>
     163        <para>Home page: <ulink url="&elfutils-home;"/></para>
     164        <para>Download: <ulink url="&elfutils-url;"/></para>
     165        <para>MD5 sum: <literal>&elfutils-md5;</literal></para>
    157166      </listitem>
    158167    </varlistentry>
  • chapter06/chapter06.xml

    rcec299e8 re03d5e49  
    5959  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kmod.xml"/>
    6060  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>
    61 
     61  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libelf.xml"/>
    6262  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/>
    6363  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python.xml"/>
  • chapter06/libffi.xml

    rcec299e8 re03d5e49  
    1515  </sect1info>
    1616
    17   <title>libffi-&libffi-version;</title>
     17  <title>Libffi-&libffi-version;</title>
    1818
    1919  <indexterm zone="ch-system-libffi">
     
    2424    <title/>
    2525
    26     <para>The libffi library provides a portable, high level programming
     26    <para>The Libffi library provides a portable, high level programming
    2727    interface to various calling conventions. This allows a programmer to call
    2828    any function specified by a call interface description at run time.</para>
     
    4141
    4242  <sect2 role="installation">
    43     <title>Installation of libffi</title>
     43    <title>Installation of Libffi</title>
    4444
    4545    <para>Modify the Makefile to install headers into the standard
     
    7373
    7474  <sect2 id="contents-libffi" role="content">
    75     <title>Contents of libffi</title>
     75    <title>Contents of Libffi</title>
    7676
    7777    <segmentedlist>
  • general.ent

    rcec299e8 re03d5e49  
    1 <!ENTITY version         "SVN-20180111">
     1<!ENTITY version         "SVN-20180112">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
     
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "January 11, 2018">
     10<!ENTITY releasedate     "January 12, 2018">
    1111
    1212<!ENTITY copyrightdate   "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    rcec299e8 re03d5e49  
    145145<!ENTITY e2fsprogs-ch6-du "58 MB">
    146146<!ENTITY e2fsprogs-ch6-sbu "3.3 SBU">
     147
     148<!ENTITY elfutils-version "0.170">
     149<!ENTITY elfutils-size "8,168">
     150<!ENTITY elfutils-url "https://sourceware.org/ftp/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2">
     151<!ENTITY elfutils-md5 "03599aee98c9b726c7a732a2dd0245d5">
     152<!ENTITY elfutils-home "https://sourceware.org/ftp/elfutils/">
     153<!ENTITY elfutils-ch6-du "78 MB">
     154<!ENTITY elfutils-ch6-sbu "0.9 SBU">
    147155
    148156<!ENTITY eudev-version "3.2.5">
     
    409417<!ENTITY linux-major-version "4">
    410418<!ENTITY linux-minor-version "14">
    411 <!ENTITY linux-patch-version "12">
     419<!ENTITY linux-patch-version "13">
    412420<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">i-->
    413421<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    414 <!ENTITY linux-size "98,453 KB">
     422<!ENTITY linux-size "98,464 KB">
    415423<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    416 <!ENTITY linux-md5 "746e5b2f0ab0ace9e33f436fcb69f2e1">
     424<!ENTITY linux-md5 "4e8bb562f8fd33d5ef1feb0435ed2b02">
    417425<!ENTITY linux-home "http://www.kernel.org/">
    418426<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
Note: See TracChangeset for help on using the changeset viewer.