Changeset 92c9489


Ignore:
Timestamp:
12/19/2017 07:59:24 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:
ea5492c
Parents:
54470ac
Message:

Update tar-1.30.
Update meson-0.44.0.
Update to systemd-236.
Update to linux-4.14.6.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r54470ac r92c9489  
    4444-->
    4545    <listitem>
     46      <para>2017-12-19</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update tar-1.30.  Fixes
     50          <ulink url="&lfs-ticket-root;4175">#4175</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update meson-0.44.0.  Fixes
     54          <ulink url="&lfs-ticket-root;4173">#4173</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Update to systemd-236.  Fixes
     58          <ulink url="&lfs-ticket-root;4174">#4174</ulink>.</para>
     59        </listitem>
     60        <listitem>
     61          <para>[bdubbs] - Update to linux-4.14.6.  Fixes
     62          <ulink url="&lfs-ticket-root;4171">#4171</ulink>.</para>
     63        </listitem>
     64      </itemizedlist>
     65    </listitem>
     66
     67    <listitem>
    4668      <para>2017-12-03</para>
    4769      <itemizedlist>
  • chapter01/whatsnew.xml

    r54470ac r92c9489  
    207207      <para>Sysklogd-&sysklogd-version;</para>
    208208    </listitem>-->
    209     <!--<listitem revision="systemd">
     209    <listitem revision="systemd">
    210210      <para>Systemd-&systemd-version;</para>
    211     </listitem>-->
     211    </listitem>
    212212    <!--<listitem revision="sysv">
    213213      <para>SysVinit-&sysvinit-version;</para>
    214214    </listitem>-->
    215     <!--<listitem>
     215    <listitem>
    216216      <para>Tar-&tar-version;</para>
    217     </listitem>-->
     217    </listitem>
    218218    <!--<listitem>
    219219      <para>Tcl-core-&tcl-version;</para>
  • chapter06/createfiles.xml

    r54470ac r92c9489  
    289289input:x:24:
    290290mail:x:34:
     291kvm:x:61:
    291292systemd-bus-proxy:x:72:
    292293systemd-journal-gateway:x:73:
  • chapter06/revisedchroot.xml

    r54470ac r92c9489  
    4343  linkend="ch-system-kernfsmount"/>.</para>
    4444
    45   <para>Finally, there were several static libraries that were not suppressed earlier
     45  <para>There were several static libraries that were not suppressed earlier
    4646  in the chapter in order to satisfy the regression tests in several packages. These
    4747  libraries are from binutils, bzip2, e2fsprogs, flex, libtool, and zlib.  If desired,
     
    5656rm -f /usr/lib/libz.a</userinput></screen>
    5757
     58  <para>There are also several files installed in the /usr/lib directory with a
     59  file name extention of .la.  These are "libtool archive" files and generally
     60  unneeded on a linux system.  None of these are necessary at this point.  To
     61  remove them, run:
     62
     63<screen role="nodump"><userinput>find /usr/lib -name \*.la -delete</userinput></screen>
     64
     65   For more information about libtool archive files, see the <ulink
     66   url="&blfs-book;/introduction/la-files.html">BLFS section "About Libtool
     67   Archive (.la) files"</ulink>.
     68
     69  </para>
     70
     71
     72
    5873</sect1>
  • chapter06/systemd.xml

    r54470ac r92c9489  
    4343    <para>Create a symlink to work around missing xsltproc:</para>
    4444
    45 <screen><userinput remap="pre">ln -s /tools/bin/true /usr/bin/xsltproc</userinput></screen>
     45<screen><userinput remap="pre">ln -sf /tools/bin/true /usr/bin/xsltproc</userinput></screen>
    4646    <para>Set up the man pages:</para>
    4747
    48 <screen><userinput remap="pre">tar -xf ../systemd-man-pages-235.tar.xz</userinput></screen>
     48<screen><userinput remap="pre">tar -xf ../systemd-man-pages-236.tar.xz</userinput></screen>
    4949
    5050    <para>Prepare systemd for compilation:</para>
  • general.ent

    r54470ac r92c9489  
    1 <!ENTITY version         "SVN-20171203">
     1<!ENTITY version         "SVN-20171219">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20171203-systemd">
     6<!ENTITY versiond        "20171219-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "December 3, 2017">
     10<!ENTITY releasedate     "December 19, 2017">
    1111
    1212<!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    r54470ac r92c9489  
    409409<!ENTITY linux-major-version "4">
    410410<!ENTITY linux-minor-version "14">
    411 <!ENTITY linux-patch-version "3">
     411<!ENTITY linux-patch-version "6">
    412412<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">i-->
    413413<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    414 <!ENTITY linux-size "98,417 KB">
     414<!ENTITY linux-size "98,421 KB">
    415415<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    416 <!ENTITY linux-md5 "c24ea351d105e48b401fd34db8163495">
     416<!ENTITY linux-md5 "938baaf8fd3d232e9fbc2f402adf0d3f">
    417417<!ENTITY linux-home "http://www.kernel.org/">
    418418<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
     
    463463<!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
    464464
    465 <!ENTITY meson-version "0.43.0">
    466 <!ENTITY meson-size "1,048 KB">
     465<!ENTITY meson-version "0.44.0">
     466<!ENTITY meson-size "1,077 KB">
    467467<!ENTITY meson-url "https://github.com/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz">
    468 <!ENTITY meson-md5 "b0d389cc5937928c2f5114656dc5a99a">
     468<!ENTITY meson-md5 "26a7ca93ec9cea5facb365664261f9c6">
    469469<!ENTITY meson-home "http://mesonbuild.com">
    470470<!ENTITY meson-ch6-du "30 MB">
     
    556556<!ENTITY python-ch6-du "355 MB">
    557557<!ENTITY python-ch6-sbu "1.3 SBU">
    558 <!ENTITY python-docs-url "https://docs.python.org/3.6/archives/python-3.6.3-docs-html.tar.bz2">
    559 <!ENTITY python-docs-md5 "5e4a8a97d4221fc67561ca26e26bd575">
    560 <!ENTITY python-docs-size "7,732 MB">
     558<!ENTITY python-docs-url "https://docs.python.org/ftp/python/doc/3.6.3/python-3.6.3-docs-html.tar.bz2">
     559<!ENTITY python-docs-md5 "5f9668cb0cf994d265774585ba622552">
     560<!ENTITY python-docs-size "5,807 MB">
    561561
    562562<!ENTITY readline-version "7.0">
     
    594594<!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU">
    595595
    596 <!ENTITY systemd-version  "235">
    597 <!ENTITY systemd-size     "6,440 KB">
     596<!ENTITY systemd-version  "236">
     597<!ENTITY systemd-size     "6,433 KB">
    598598<!ENTITY systemd-url      "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    599599<!ENTITY systemd-md5      "d53a925f1ca5b2e124de0a8aa65d0db2">
    600600<!ENTITY systemd-home     "http://www.freedesktop.org/wiki/Software/systemd/">
    601 <!ENTITY systemd-man-size "316 KB">
     601<!ENTITY systemd-man-size "323 KB">
    602602<!ENTITY systemd-man-url  "http://anduin.linuxfromscratch.org/LFS/systemd-man-pages-&systemd-version;.tar.xz">
    603 <!ENTITY systemd-man-md5  "6cd94df145eeb6e9558d9402fa1a747a">
     603<!ENTITY systemd-man-md5  "cf089b9dbb4aa0a4da1c32bb6c0e9b9d">
    604604<!ENTITY systemd-ch6-du   "13 MB">
    605605<!ENTITY systemd-ch6-sbu  "0.6 SBU">
     
    613613<!ENTITY sysvinit-ch6-sbu "less than 0.1 SBU">
    614614
    615 <!ENTITY tar-version "1.29">
    616 <!ENTITY tar-size "1,950 KB">
     615<!ENTITY tar-version "1.30">
     616<!ENTITY tar-size "2,059 KB">
    617617<!ENTITY tar-url "&gnu;tar/tar-&tar-version;.tar.xz">
    618 <!ENTITY tar-md5 "a1802fec550baaeecff6c381629653ef">
     618<!ENTITY tar-md5 "2d01c6cd1387be98f57a0ec4e6e35826">
    619619<!ENTITY tar-home "&gnu-software;tar/">
    620620<!ENTITY tar-ch5-du "33 MB">
Note: See TracChangeset for help on using the changeset viewer.