Changeset 367db4e


Ignore:
Timestamp:
07/03/2017 05:54:24 AM (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:
fc294857
Parents:
eb15346
Message:

Update to linux-4.12

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    reb15346 r367db4e  
    4444-->
    4545    <listitem>
     46      <para>2017-07-03</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to linux-4.12.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4655      <para>2017-07-02</para>
    4756      <itemizedlist>
  • general.ent

    reb15346 r367db4e  
    1 <!ENTITY version         "SVN-20170702">
     1<!ENTITY version         "SVN-20170703">
    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        "20170702-systemd">
     6<!ENTITY versiond        "20170703-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "July 2, 2017">
     10<!ENTITY releasedate     "July 3, 2017">
    1111
    1212<!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    reb15346 r367db4e  
    400400
    401401<!ENTITY linux-major-version "4">
    402 <!ENTITY linux-minor-version "11">
    403 <!ENTITY linux-patch-version "8">
    404 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    405 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    406 <!ENTITY linux-size "93,322 KB">
     402<!ENTITY linux-minor-version "12">
     403<!ENTITY linux-patch-version "0">
     404<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
     405<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
     406<!ENTITY linux-size "96,862 KB">
    407407<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    408 <!ENTITY linux-md5 "b41814256df7348109ae2b1c0f1eef97">
     408<!ENTITY linux-md5 "fc454157e2d024d401a60905d6481c6b">
    409409<!ENTITY linux-home "http://www.kernel.org/">
    410410<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
Note: See TracChangeset for help on using the changeset viewer.