Changeset 6bf3f58


Ignore:
Timestamp:
12/19/2015 08:51:24 PM (8 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, 7.9, 8.0, 8.1, 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:
51121a1
Parents:
5768244
Message:

Reword FHS Compliance Note.
Update to perl-5.22.1.
Update to perl-5.22.1.
Update to linux-4.3.1.
Update to man-pages-4.03.
Fix xz problem identified upstream.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r5768244 r6bf3f58  
    3838
    3939    <listitem>
     40      <para>2015-12-19</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Reword FHS Compliance Note. Fixes
     44          <ulink url="&lfs-ticket-root;3871">#3871</ulink>.</para>
     45        </listitem>
     46        <listitem>
     47          <para>[bdubbs] - Update to perl-5.22.1. Fixes
     48          <ulink url="&lfs-ticket-root;3870">#3870</ulink>.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[bdubbs] - Update to perl-5.22.1. Fixes
     52          <ulink url="&lfs-ticket-root;3870">#3870</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to linux-4.3.1. Fixes
     56          <ulink url="&lfs-ticket-root;3868">#3868</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[bdubbs] - Update to man-pages-4.03. Fixes
     60          <ulink url="&lfs-ticket-root;3867">#3867</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[bdubbs] - Fix xz problem identified upstream. Fixes
     64          <ulink url="&lfs-ticket-root;3869">#3869</ulink>.</para>
     65        </listitem>
     66      </itemizedlist>
     67    </listitem>
     68
     69    <listitem>
    4070      <para>2015-12-06</para>
    4171      <itemizedlist>
  • chapter01/whatsnew.xml

    r5768244 r6bf3f58  
    161161      <para>Man-DB &man-db-version;</para>
    162162    </listitem>
    163     <!--<listitem>
     163    <listitem>
    164164      <para>Man-pages &man-pages-version;</para>
    165     </listitem>-->
     165    </listitem>
    166166    <!--<listitem>
    167167      <para>MPC &mpc-version;</para>
     
    176176      <para>Patch &patch-version;</para>
    177177    </listitem>-->
    178     <!--<listitem>
     178    <listitem>
    179179      <para>Perl &perl-version;</para>
    180     </listitem>-->
     180    </listitem>
    181181    <listitem>
    182182      <para>Pkg-config &pkgconfig-version;</para>
  • chapter06/creatingdirs.xml

    r5768244 r6bf3f58  
    5353    <title>FHS Compliance Note</title>
    5454
    55     <para>The directory tree is based on the Filesystem Hierarchy Standard (FHS)
    56     (available at <ulink url="https://wiki.linuxfoundation.org/en/FHS"/>).
    57     The FHS also stipulates the existence of <filename
     55    <para>The directory tree is based on the Filesystem Hierarchy Standard
     56    (FHS) (available at <ulink
     57    url="https://wiki.linuxfoundation.org/en/FHS"/>).  The FHS also stipulates
     58    the optional existence some directories such as <filename
    5859    class="directory">/usr/local/games</filename> and <filename
    59     class="directory">/usr/share/games</filename>. The FHS is not precise as to
    60     the structure of the <filename class="directory">/usr/local/share</filename>
    61     subdirectory, so we create only the directories that are needed. However,
    62     feel free to create these directories if you prefer to conform more strictly
    63     to the FHS.</para>
     60    class="directory">/usr/share/games</filename>.  We create only the
     61    directories that are needed. However, feel free to create these
     62    directories.  </para>
    6463
    6564  </sect2>
  • chapter06/xz.xml

    r5768244 r6bf3f58  
    4444  <sect2 role="installation">
    4545    <title>Installation of Xz</title>
     46
     47    <para>First, fix an internal problem:</para>
     48
     49<screen><userinput remap="pre">sed -e '/mf\.buffer = NULL/a next->coder->mf.size = 0;' \
     50     -i src/liblzma/lz/lz_encoder.c</userinput></screen>
     51
     52
    4653
    4754    <para>Prepare Xz for compilation with:</para>
  • general.ent

    r5768244 r6bf3f58  
    1 <!ENTITY version         "SVN-20151205">
     1<!ENTITY version         "SVN-20151210">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;. Change to x.y for release
    33                                      but not -rc releases -->
    4 <!ENTITY releasedate     "December 5, 2015">
     4<!ENTITY releasedate     "December 19, 2015">
    55<!ENTITY copyrightdate   "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; -->
    66<!ENTITY milestone       "7.9">
  • packages.ent

    r5768244 r6bf3f58  
    383383<!ENTITY linux-major-version "4">
    384384<!ENTITY linux-minor-version "3">
    385 <!ENTITY linux-patch-version "0">
    386 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
    387 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
    388 <!ENTITY linux-size "84,884 KB">
     385<!ENTITY linux-patch-version "1">
     386<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
     387<!-- <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->
     388<!ENTITY linux-size "84,864 KB">
    389389<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    390 <!ENTITY linux-md5 "58b35794eee3b6d52ce7be39357801e7">
     390<!ENTITY linux-md5 "889ac7d9d10699204809481e00cfa37c">
    391391<!ENTITY linux-home "http://www.kernel.org/">
    392392<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
     
    429429<!ENTITY man-db-ch6-sbu "0.4 SBU">
    430430
    431 <!ENTITY man-pages-version "4.02">
    432 <!ENTITY man-pages-size "1,371 KB">
     431<!ENTITY man-pages-version "4.03">
     432<!ENTITY man-pages-size "1,379 KB">
    433433<!ENTITY man-pages-url "&kernel;linux/docs/man-pages/man-pages-&man-pages-version;.tar.xz">
    434 <!ENTITY man-pages-md5 "6c5692af39eb5fe468a8bd1f110b0edd">
     434<!ENTITY man-pages-md5 "3835788d4422b92ac565b4bd97d295f6">
    435435<!ENTITY man-pages-home "http://www.kernel.org/doc/man-pages/">
    436436<!ENTITY man-pages-ch6-du "26 MB">
     
    473473<!ENTITY patch-ch6-sbu "0.2 SBU">
    474474
    475 <!ENTITY perl-version "5.22.0">
    476 <!ENTITY perl-size "13,488 KB">
     475<!ENTITY perl-version "5.22.1">
     476<!ENTITY perl-size "13,376 KB">
    477477<!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2">
    478 <!ENTITY perl-md5 "f67b152160431b3180fb766bdc2d02e2">
     478<!ENTITY perl-md5 "67242b9bd642b458bec884ed2a040910">
    479479<!ENTITY perl-home "http://www.perl.org/">
    480480<!ENTITY perl-ch5-du "239 MB">
  • prologue/architecture.xml

    r5768244 r6bf3f58  
    4545project for this advanced topic.</para>
    4646
     47<!-- This does not appear to be valid for LFS/BLFS any more
    4748<para>There is one last comment about 64-bit systems. There are some older
    4849packages that cannot currently be built in a "pure" 64-bit system or require
     
    5455problems can be worked around, but may require some specialized procedures or
    5556patches.</para>
     57-->
    5658
    5759</sect1>
Note: See TracChangeset for help on using the changeset viewer.