aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/python.xml3
-rw-r--r--general.ent6
-rw-r--r--packages.ent14
4 files changed, 22 insertions, 11 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index a4adb9b94..3b9da4923 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -44,6 +44,16 @@
-->
<listitem>
+ <para>2019-03-05</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update to linux-5.0. Fixes
+ <ulink url="&lfs-ticket-root;4437">#4437</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2019-03-01</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/python.xml b/chapter06/python.xml
index e044f339f..aed4ca485 100644
--- a/chapter06/python.xml
+++ b/chapter06/python.xml
@@ -90,7 +90,8 @@
<screen><userinput remap="install">make install
chmod -v 755 /usr/lib/libpython&python-minor;m.so
-chmod -v 755 /usr/lib/libpython3.so</userinput></screen>
+chmod -v 755 /usr/lib/libpython3.so
+ln -sfv pip3.7 /usr/bin/pip3</userinput></screen>
<variablelist>
<title>The meaning of the install commands:</title>
diff --git a/general.ent b/general.ent
index 40e04c64a..8efa2595b 100644
--- a/general.ent
+++ b/general.ent
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20190301">
+<!ENTITY version "SVN-20190305">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
-<!ENTITY versiond "20190225-systemd">
+<!ENTITY versiond "2019005-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "March 1, 2019">
+<!ENTITY releasedate "March 5, 2019">
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.5">
diff --git a/packages.ent b/packages.ent
index a6fa14a0a..11a33763d 100644
--- a/packages.ent
+++ b/packages.ent
@@ -421,14 +421,14 @@
<!ENTITY libtool-ch6-du "43 MB">
<!ENTITY libtool-ch6-sbu "1.5 SBU">
-<!ENTITY linux-major-version "4">
-<!ENTITY linux-minor-version "20">
-<!ENTITY linux-patch-version "13">
-<!--<!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,841 KB">
+<!ENTITY linux-major-version "5">
+<!ENTITY linux-minor-version "0">
+<!ENTITY linux-patch-version "0">
+<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
+<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
+<!ENTITY linux-size "102,769 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "9e7be76676ab0ee966f1bd2d0407a002">
+<!ENTITY linux-md5 "7381ce8aac80a01448e065ce795c19c0">
<!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,