Changeset e03d5e49
- Timestamp:
- 01/12/2018 05:28:42 PM (7 years ago)
- 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, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- a98a31a0
- Parents:
- cec299e8
- Files:
-
- 1 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rcec299e8 re03d5e49 44 44 --> 45 45 <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> 46 59 <para>2018-01-11</para> 47 60 <itemizedlist> -
chapter01/whatsnew.xml
rcec299e8 re03d5e49 151 151 </listitem>--> 152 152 <listitem> 153 <para>Libelf-&elfutils-version;</para> 154 </listitem> 155 <listitem> 153 156 <para>Libpipeline-&libpipeline-version;</para> 154 157 </listitem> -
chapter03/packages.xml
rcec299e8 re03d5e49 155 155 <para>Download: <ulink url="&e2fsprogs-url;"/></para> 156 156 <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> 157 166 </listitem> 158 167 </varlistentry> -
chapter06/chapter06.xml
rcec299e8 re03d5e49 59 59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kmod.xml"/> 60 60 <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"/> 62 62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/> 63 63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python.xml"/> -
chapter06/libffi.xml
rcec299e8 re03d5e49 15 15 </sect1info> 16 16 17 <title> libffi-&libffi-version;</title>17 <title>Libffi-&libffi-version;</title> 18 18 19 19 <indexterm zone="ch-system-libffi"> … … 24 24 <title/> 25 25 26 <para>The libffi library provides a portable, high level programming26 <para>The Libffi library provides a portable, high level programming 27 27 interface to various calling conventions. This allows a programmer to call 28 28 any function specified by a call interface description at run time.</para> … … 41 41 42 42 <sect2 role="installation"> 43 <title>Installation of libffi</title>43 <title>Installation of Libffi</title> 44 44 45 45 <para>Modify the Makefile to install headers into the standard … … 73 73 74 74 <sect2 id="contents-libffi" role="content"> 75 <title>Contents of libffi</title>75 <title>Contents of Libffi</title> 76 76 77 77 <segmentedlist> -
general.ent
rcec299e8 re03d5e49 1 <!ENTITY version "SVN-2018011 1">1 <!ENTITY version "SVN-20180112"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> … … 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "January 1 1, 2018">10 <!ENTITY releasedate "January 12, 2018"> 11 11 12 12 <!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
rcec299e8 re03d5e49 145 145 <!ENTITY e2fsprogs-ch6-du "58 MB"> 146 146 <!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"> 147 155 148 156 <!ENTITY eudev-version "3.2.5"> … … 409 417 <!ENTITY linux-major-version "4"> 410 418 <!ENTITY linux-minor-version "14"> 411 <!ENTITY linux-patch-version "1 2">419 <!ENTITY linux-patch-version "13"> 412 420 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">i--> 413 421 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 414 <!ENTITY linux-size "98,4 53KB">422 <!ENTITY linux-size "98,464 KB"> 415 423 <!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"> 417 425 <!ENTITY linux-home "http://www.kernel.org/"> 418 426 <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
Note:
See TracChangeset
for help on using the changeset viewer.