aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-11-17 21:13:16 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-11-17 21:13:16 +0000
commit31c3309c54a5c818f3515dc6fa08063a60167679 (patch)
tree2512a76924b198441ebb85c4db9557bf63f1e65f
parent12d96141dd9ae93b970ac97435a0c61bb73b290b (diff)
Update to libpipeline-1.5.0.
Update to dbus-1.12.2. Update to iproute2-4.14.1. Update to linux-4.14. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11332 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml22
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter06/iproute2.xml9
-rw-r--r--packages.ent30
4 files changed, 43 insertions, 22 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index d27f4bbb5..93af2b5e5 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,28 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2017-11-17</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update to libpipeline-1.5.0. Fixes
+ <ulink url="&lfs-ticket-root;4167">#4167</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to dbus-1.12.2. Fixes
+ <ulink url="&lfs-ticket-root;4166">#4166</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to iproute2-4.14.1. Fixes
+ <ulink url="&lfs-ticket-root;4164">#4164</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to linux-4.14. Fixes
+ <ulink url="&lfs-ticket-root;4165">#4165</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2017-11-11</para>
<itemizedlist>
<listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 3410c6568..5f8d41b4c 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -149,9 +149,9 @@
<!--<listitem>
<para>Libcap-&libcap-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>Libpipeline-&libpipeline-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>Libtool-&libtool-version;</para>
</listitem>-->
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index 0baf620cc..35d07b8db 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -43,16 +43,15 @@
<para>The <command>arpd</command> program included in this package will not
be built since it is dependent on Berkeley DB, which is not installed in
- LFS. However, documentation files and a directory for
- <command>arpd</command> will still be installed. Prevent this by running
- the commands below. If the <command>arpd</command> binary is needed,
+ LFS. However, a directory for <command>arpd</command> and a man page will still
+ be installed. Prevent this by running the commands below.
+ If the <command>arpd</command> binary is needed,
instructions for compiling Berkeley DB can be found in the BLFS Book at
<ulink url="&blfs-book;server/databases.html#db"/>.
</para>
<screen><userinput remap="pre">sed -i /ARPD/d Makefile
-sed -i 's/arpd.8//' man/man8/Makefile
-rm -v doc/arpd.sgml</userinput></screen>
+rm -fv man/man8/arpd.8</userinput></screen>
<para>It is also necessary to disable building one module that
requires <ulink url="&blfs-book;postlfs/iptables.html"/>.</para>
diff --git a/packages.ent b/packages.ent
index d52c3a1e2..ca486034e 100644
--- a/packages.ent
+++ b/packages.ent
@@ -108,10 +108,10 @@
<!ENTITY coreutils-ch6-du "171 MB">
<!ENTITY coreutils-ch6-sbu "2.4 SBU">
-<!ENTITY dbus-version "1.12.0">
-<!ENTITY dbus-size "2,020 KB">
+<!ENTITY dbus-version "1.12.2">
+<!ENTITY dbus-size "2,015 KB">
<!ENTITY dbus-url "http://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
-<!ENTITY dbus-md5 "7ee90da9661af052f0474c1154d0ba21">
+<!ENTITY dbus-md5 "3361456cadb99aa6601bed5b48964254">
<!ENTITY dbus-home "http://www.freedesktop.org/wiki/Software/dbus">
<!ENTITY dbus-ch6-du "22 MB">
<!ENTITY dbus-ch6-sbu "0.3 SBU">
@@ -334,10 +334,10 @@
<!ENTITY intltool-ch6-du "1.5 MB">
<!ENTITY intltool-ch6-sbu "less than 0.1 SBU">
-<!ENTITY iproute2-version "4.13.0">
-<!ENTITY iproute2-size "655 KB">
+<!ENTITY iproute2-version "4.14.1">
+<!ENTITY iproute2-size "622 KB">
<!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
-<!ENTITY iproute2-md5 "69dc9e3ece3296890278f0de478330c8">
+<!ENTITY iproute2-md5 "1075423d7029e02a8f23ed4f42b7e372">
<!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/">
<!ENTITY iproute2-ch6-du "12 MB">
<!ENTITY iproute2-ch6-sbu "0.2 SBU">
@@ -390,10 +390,10 @@
<!ENTITY libffi-ch6-du "6.1 MB">
<!ENTITY libffi-ch6-sbu "0.1 SBU">
-<!ENTITY libpipeline-version "1.4.2">
-<!ENTITY libpipeline-size "808 KB">
+<!ENTITY libpipeline-version "1.5.0">
+<!ENTITY libpipeline-size "810 KB">
<!ENTITY libpipeline-url "&savannah;/releases/libpipeline/libpipeline-&libpipeline-version;.tar.gz">
-<!ENTITY libpipeline-md5 "d5c80387eb9c9e5d089da2a06e8a6b12">
+<!ENTITY libpipeline-md5 "b7437a5020190cfa84f09c412db38902">
<!ENTITY libpipeline-home "http://libpipeline.nongnu.org/">
<!ENTITY libpipeline-ch6-du "8.0 MB">
<!ENTITY libpipeline-ch6-sbu "0.1 SBU">
@@ -407,13 +407,13 @@
<!ENTITY libtool-ch6-sbu "1.8 SBU">
<!ENTITY linux-major-version "4">
-<!ENTITY linux-minor-version "13">
-<!ENTITY linux-patch-version "12">
-<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
-<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
-<!ENTITY linux-size "98,236 KB">
+<!ENTITY linux-minor-version "14">
+<!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 "98,409 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "ae7fd76e2f2ce057f21b3f6286f542ed">
+<!ENTITY linux-md5 "bacdb9ffdcd922aa069a5e1520160e24">
<!ENTITY linux-home "http://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,