diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-14 21:23:10 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-14 21:23:10 +0000 |
commit | d84d0ba68fad93f13c0fe2101b2d8201d56a1889 (patch) | |
tree | 9765ca262ff19d5ccb0952f84229f6e3d528d01f | |
parent | 7c6d7821b9d538d7f7d187ea7ff142cbb852acb7 (diff) |
Update to linux-4.20.8
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 85fdfd493..390242f96 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -46,6 +46,10 @@ <para>2019-02-011</para> <itemizedlist> <listitem> + <para>[bdubbs] - Update to linux-4.20.8. Fixes + <ulink url="&lfs-ticket-root;4423">#4423</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Fix a problem when building Python in Chapter 5 where some hosts may use host dependent headers.</para> diff --git a/packages.ent b/packages.ent index 97eb8a623..93acb5a1b 100644 --- a/packages.ent +++ b/packages.ent @@ -423,12 +423,12 @@ <!ENTITY linux-major-version "4"> <!ENTITY linux-minor-version "20"> -<!ENTITY linux-patch-version "7"> +<!ENTITY linux-patch-version "8"> <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> -<!ENTITY linux-size "101,830 KB"> +<!ENTITY linux-size "101,838 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "076b60b95cc189008e6bdb9815f34c56"> +<!ENTITY linux-md5 "dd814fd5edb71436796b62c791bcb72f"> <!ENTITY linux-home "https://www.kernel.org/"> <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is allnoconfig extended for a hopefully-bootable build on desktop machine, |