Changeset e7f2b5d


Ignore:
Timestamp:
02/05/2018 06:45:26 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
e5474751
Parents:
a61ee64
Message:

Update to expect-5.45.4.
Update to linux-4.15.1.
Update to man-db-2.8.0.
Reorder m4 in Chapter 6 to satisfy bison.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra61ee64 re7f2b5d  
    4444-->
    4545    <listitem>
     46      <para>2018-02-05</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to expect-5.45.4. Fixes
     50          <ulink url="&lfs-ticket-root;4208">#4208</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to linux-4.15.1. Fixes
     54          <ulink url="&lfs-ticket-root;4209">#4209</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Update to man-db-2.8.0. Fixes
     58          <ulink url="&lfs-ticket-root;4210">#4210</ulink>.</para>
     59        </listitem>
     60      </itemizedlist>
     61    </listitem>
     62
     63    <listitem>
    4664      <para>2018-02-02</para>
    4765      <itemizedlist>
  • chapter01/whatsnew.xml

    ra61ee64 re7f2b5d  
    168168      <para>Make-&make-version;</para>
    169169    </listitem>-->
    170     <!--<listitem>
     170    <listitem>
    171171      <para>Man-DB-&man-db-version;</para>
    172     </listitem>-->
     172    </listitem>
    173173    <listitem>
    174174      <para>Man-pages-&man-pages-version;</para>
  • chapter05/chapter05.xml

    ra61ee64 re7f2b5d  
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dejagnu.xml"/>
    2727<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="check.xml"/> -->
     28  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="m4.xml"/>
    2829  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/>
    2930  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bash.xml"/>
     
    3839  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grep.xml"/>
    3940  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gzip.xml"/>
    40   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="m4.xml"/>
    4141  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="make.xml"/>
    4242  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="patch.xml"/>
  • chapter06/glibc.xml

    ra61ee64 re7f2b5d  
    6666
    6767<screen><userinput remap="pre">ln -sfv /tools/lib/gcc /usr/lib</userinput></screen>
    68 
    69     <para>Now work around a problem caused by a hard-coded path to an
    70     executable program:</para>
    71 
    72 <screen><userinput remap="pre">ln -sfv /tools/bin/m4 /usr/bin</userinput></screen>
    7368
    7469    <para>Determine the GCC include directory and create a symlink for LSB
  • general.ent

    ra61ee64 re7f2b5d  
    1 <!ENTITY version         "SVN-20180202">
     1<!ENTITY version         "SVN-20180205">
    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     "February 2, 2018">
     10<!ENTITY releasedate     "February 5, 2018">
    1111
    1212<!ENTITY copyrightdate   "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    ra61ee64 re7f2b5d  
    169169<!ENTITY expat-ch6-sbu "less than 0.1 SBU">
    170170
    171 <!ENTITY expect-version "5.45.3">
     171<!ENTITY expect-version "5.45.4">
    172172<!ENTITY expect-lib-version "5.45">
    173 <!ENTITY expect-size "611 KB">
     173<!ENTITY expect-size "618 KB">
    174174<!ENTITY expect-url "&sourceforge;expect/expect&expect-version;.tar.gz">
    175 <!ENTITY expect-md5 "a8855cd41c1ef004b9794db9e2a57a9d">
     175<!ENTITY expect-md5 "00fce8de158422f5ccd2666512329bd2">
    176176<!ENTITY expect-home "http://expect.sourceforge.net/">
    177177<!ENTITY expect-ch5-du "4.3 MB">
     
    417417<!ENTITY linux-major-version "4">
    418418<!ENTITY linux-minor-version "15">
    419 <!ENTITY linux-patch-version "0">
    420 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
    421 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> -->
    422 <!ENTITY linux-size "99,792 KB">
     419<!ENTITY linux-patch-version "1">
     420<!-- <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->
     421<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
     422<!ENTITY linux-size "99,782 KB">
    423423<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    424 <!ENTITY linux-md5 "0d701ac1e2a67d47ce7127432df2c32b">
     424<!ENTITY linux-md5 "e1a0defed7a7333ecb5715d63e9161a7">
    425425<!ENTITY linux-home "http://www.kernel.org/">
    426426<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
     
    455455<!ENTITY make-ch6-sbu "0.6 SBU">
    456456
    457 <!ENTITY man-db-version "2.7.6.1">
    458 <!ENTITY man-db-size "1,506 KB">
     457<!ENTITY man-db-version "2.8.0">
     458<!ENTITY man-db-size "1,583 KB">
    459459<!ENTITY man-db-url "&savannah;/releases/man-db/man-db-&man-db-version;.tar.xz">
    460 <!ENTITY man-db-md5 "2948d49d0ed7265f60f83aa4a9ac9268">
     460<!ENTITY man-db-md5 "2b7d6cf6350735544522859d93983fab">
    461461<!ENTITY man-db-home "http://www.nongnu.org/man-db/">
    462462<!ENTITY man-db-ch6-du "30 MB">
Note: See TracChangeset for help on using the changeset viewer.