Changeset f9fd42c4


Ignore:
Timestamp:
12/11/2016 04:11:00 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Parents:
a2bbc16
Message:

merge 11152

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/nosym@11153 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra2bbc16 rf9fd42c4  
    4444-->
    4545    <listitem>
     46      <para>2016-12-10</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to linux-4.8.14. Fixes
     50          <ulink url="&lfs-ticket-root;4012">#4012</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to grep-2.27. Fixes
     54          <ulink url="&lfs-ticket-root;4011">#4011</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Add a note about a false Error in texinfo
     58          configure phase in Chapter 5. Fixes
     59          <ulink url="&lfs-ticket-root;4004">#4004</ulink>.</para>
     60        </listitem>
     61      </itemizedlist>
     62    </listitem>
     63
     64    <listitem>
    4665      <para>2016-12-03</para>
    4766      <itemizedlist>
  • chapter05/texinfo.xml

    ra2bbc16 rf9fd42c4  
    4848<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
    4949
     50    <note>
     51      <para>As part of the configure process, a test is made that indicates an
     52      error for TestXS_la-TestXS.lo.  This is not relevant for LFS and should be
     53      ignored.</para>
     54    </note>
     55
    5056    <para>Compile the package:</para>
    5157
  • general.ent

    ra2bbc16 rf9fd42c4  
    1 <!ENTITY version         "SVN-20161203">
     1<!ENTITY version         "SVN-20161210">
    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     "December 03, 2016">
     10<!ENTITY releasedate     "December 10, 2016">
    1111<!ENTITY copyrightdate   "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
    1212<!ENTITY milestone       "7.11">
  • packages.ent

    ra2bbc16 rf9fd42c4  
    266266<!ENTITY gperf-ch6-sbu "less than 0.1 SBU">
    267267
    268 <!ENTITY grep-version "2.26">
    269 <!ENTITY grep-size "1,325 KB">
     268<!ENTITY grep-version "2.27">
     269<!ENTITY grep-size "1,329 KB">
    270270<!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.xz">
    271 <!ENTITY grep-md5 "afdd61c7221434722671baf002ac9267">
     271<!ENTITY grep-md5 "6138dd227c39d4a25f81eea76a44d4cb">
    272272<!ENTITY grep-home "&gnu-software;grep/">
    273273<!ENTITY grep-ch5-du "18 MB">
     
    392392<!ENTITY linux-major-version "4">
    393393<!ENTITY linux-minor-version "8">
    394 <!ENTITY linux-patch-version "12">
     394<!ENTITY linux-patch-version "14">
    395395<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    396396<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    397 <!ENTITY linux-size "89,828 KB">
     397<!ENTITY linux-size "89,816 KB">
    398398<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    399 <!ENTITY linux-md5 "df78d00a183d76eee6b445cb74e6c764">
     399<!ENTITY linux-md5 "caf94905240fb131f91f1747b5c7f5de">
    400400<!ENTITY linux-home "http://www.kernel.org/">
    401401<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
Note: See TracChangeset for help on using the changeset viewer.