diff options
-rw-r--r-- | chapter01/changelog.xml | 8 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | packages.ent | 12 | ||||
-rw-r--r-- | prologue/bookinfo.xml | 4 |
5 files changed, 21 insertions, 13 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b5ab29713..a06f3e6cf 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -47,6 +47,14 @@ <para>2019-03-25</para> <itemizedlist> <listitem> + <para>[bdubbs] - Update to iproute2-5.0.0. Fixes + <ulink url="&lfs-ticket-root;4446">#4446</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to linux-5.0.4. Fixes + <ulink url="&lfs-ticket-root;4444">#4444</ulink>.</para> + </listitem> + <listitem> <para>[xry111] - Use -ffile-prefix-map instead of -isystem and symlinks in the Glibc build to simplify the instruction.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index d2ef331f6..84c491125 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -131,9 +131,9 @@ <!--<listitem> <para>Intltool-&intltool-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>IPRoute2-&iproute2-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Kbd-&kbd-version;</para> </listitem>--> diff --git a/general.ent b/general.ent index ab61ec9c2..53e35a6a4 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20190312"> +<!ENTITY version "SVN-20190325"> <!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 "20190312-systemd"> +<!ENTITY versiond "20190325-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "March 12, 2019"> +<!ENTITY releasedate "March 25, 2019"> <!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.5"> diff --git a/packages.ent b/packages.ent index 747c0d8d6..6434bf806 100644 --- a/packages.ent +++ b/packages.ent @@ -349,10 +349,10 @@ <!ENTITY intltool-ch6-du "1.5 MB"> <!ENTITY intltool-ch6-sbu "less than 0.1 SBU"> -<!ENTITY iproute2-version "4.20.0"> -<!ENTITY iproute2-size "691 KB"> +<!ENTITY iproute2-version "5.0.0"> +<!ENTITY iproute2-size "694 KB"> <!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz"> -<!ENTITY iproute2-md5 "f3dab4c812812bbb5873cb90f471bcbf"> +<!ENTITY iproute2-md5 "d22107b4d7cfb999eeb8ad8a0aec1124"> <!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/"> <!ENTITY iproute2-ch6-du "13 MB"> <!ENTITY iproute2-ch6-sbu "0.2 SBU"> @@ -423,12 +423,12 @@ <!ENTITY linux-major-version "5"> <!ENTITY linux-minor-version "0"> -<!ENTITY linux-patch-version "1"> +<!ENTITY linux-patch-version "4"> <!--<!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,765 KB"> +<!ENTITY linux-size "102,784 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "9b668e28c76f09be1a65040ec09598a1"> +<!ENTITY linux-md5 "8753b1dc0a3946c41b8d628f6fa18e42"> <!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, diff --git a/prologue/bookinfo.xml b/prologue/bookinfo.xml index 07e1384b5..1a9f2c9ab 100644 --- a/prologue/bookinfo.xml +++ b/prologue/bookinfo.xml @@ -19,12 +19,12 @@ <firstname>Managing Editor: Bruce</firstname> <surname>Dubbs</surname> </author> - <!-- + <author revision="systemd"> <firstname>Editor: Douglas R.</firstname> <surname>Reno</surname> </author> - --> + <author revision="systemd"> <firstname>Editor: DJ</firstname> <surname>Lucas</surname> |