diff options
-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, |