Changeset 72d353f


Ignore:
Timestamp:
05/01/2017 08:10:15 PM (7 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.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:
c3b79ee2
Parents:
7ff6165
Message:

Update to linux-4.11.
Update flex patch.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r7ff6165 r72d353f  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444-->
     45    <listitem>
     46      <para>2017-05-01</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to linux-4.11. Fixes
     50          <ulink url="&lfs-ticket-root;4080">#4080</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update flex patch. </para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
    4558    <listitem revision="systemd">
    4659      <para>2017-04-29</para>
  • general.ent

    r7ff6165 r72d353f  
    1 <!ENTITY version         "SVN-20170428">
     1<!ENTITY version         "SVN-20170501">
    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        "20170428-systemd">
     6<!ENTITY versiond        "20170501-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "April 28, 2017">
     10<!ENTITY releasedate     "May 1, 2017">
    1111
    1212<!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    r7ff6165 r72d353f  
    392392
    393393<!ENTITY linux-major-version "4">
    394 <!ENTITY linux-minor-version "10">
    395 <!ENTITY linux-patch-version "13">
    396 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    397 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    398 <!ENTITY linux-size "92,033 KB">
     394<!ENTITY linux-minor-version "11">
     395<!ENTITY linux-patch-version "0">
     396<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
     397<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
     398<!ENTITY linux-size "93,211 KB">
    399399<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    400 <!ENTITY linux-md5 "c3ea815abc2784bed9414ea91a691fb4">
     400<!ENTITY linux-md5 "251a5deee0fa6daf3f356b1bbda9eab8">
    401401<!ENTITY linux-home "http://www.kernel.org/">
    402402<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
  • patches.ent

    r7ff6165 r72d353f  
    2121<!ENTITY coreutils-i18n-patch-size "168 KB">
    2222
    23 <!ENTITY flex-fixes-patch "flex-&flex-version;-upstream_fix-1.patch">
    24 <!ENTITY flex-fixes-patch-md5 "799f2a14a31eaae831fb141b48f7b81c">
    25 <!ENTITY flex-fixes-patch-size "0.9 KB">
     23<!ENTITY flex-fixes-patch "flex-&flex-version;-upstream_fix-2.patch">
     24<!ENTITY flex-fixes-patch-md5 "bda1fae644c2337f70879341e0e49a6d">
     25<!ENTITY flex-fixes-patch-size "3.3 KB">
    2626
    2727<!--
Note: See TracChangeset for help on using the changeset viewer.