diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-01-17 18:13:59 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-01-17 18:13:59 +0000 |
commit | e691c77d104a85344c76afc4bb6264a229d4c46d (patch) | |
tree | 65835fc69316e56bca7aec6ebb904fca71b4725f | |
parent | 8f8eaa0f947d09c09d193c6a405ef230321b7e56 (diff) |
Update to linux-4.4.
Update to iproute2-4.4.0.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 14 | ||||
-rw-r--r-- | chapter06/iproute2.xml | 33 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 18 |
4 files changed, 35 insertions, 34 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 619928463..d959d1b63 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,20 @@ <para>2016-01-01</para> <itemizedlist> <listitem> + <para>[bdubbs] - Update to linux-4.4. Fixes + <ulink url="&lfs-ticket-root;3877">#3877</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to iproute2-4.4.0. Fixes + <ulink url="&lfs-ticket-root;3878">#3878</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>2016-01-01</para> + <itemizedlist> + <listitem> <para>[bdubbs] - Update to man-pages-4.04. Fixes <ulink url="&lfs-ticket-root;3875">#3875</ulink>.</para> </listitem> diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 9d286210f..d65e23e53 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -41,32 +41,19 @@ <sect2 role="installation"> <title>Installation of IPRoute2</title> - <para>The <command>arpd</command> binary included in this package is - dependent on Berkeley DB. Because <command>arpd</command> is not a very - common requirement on a base Linux system, remove the dependency on Berkeley - DB by applying 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>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, + 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 '/^TARGETS/s@arpd@@g' misc/Makefile -sed -i /ARPD/d Makefile -sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen> +<screen><userinput remap="pre">sed -i /ARPD/d Makefile +sed -i 's/arpd.8//' man/man8/Makefile +rm -v doc/arpd.sgml</userinput></screen> -<!-- Save as comments for now - <para>Remove a compiler flag that causes the compilation to fail:</para> -<screen><userinput remap="pre">sed -i 's/-Werror//' Makefile</userinput></screen> - ---> -<!-- - - <para>Do not build the unneeded tipc program. Transparent Inter-process - Communication (TIPC) is a network communications protocol for Inter-process - communication (IPC) that was designed for intra-cluster - communication.</para> - -<screen><userinput remap="pre">sed -i 's/tipc //' Makefile</userinput></screen> ---> <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> diff --git a/general.ent b/general.ent index ae207a188..7d545cf1b 100644 --- a/general.ent +++ b/general.ent @@ -1,7 +1,7 @@ -<!ENTITY version "SVN-20160101"> +<!ENTITY version "SVN-20160117"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release but not -rc releases --> -<!ENTITY releasedate "January 1, 2016"> +<!ENTITY releasedate "January 17, 2016"> <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.9"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index a074b939f..1601f3b57 100644 --- a/packages.ent +++ b/packages.ent @@ -316,10 +316,10 @@ <!ENTITY intltool-ch6-du "1.2 MB"> <!ENTITY intltool-ch6-sbu "less than 0.1 SBU"> -<!ENTITY iproute2-version "4.3.0"> -<!ENTITY iproute2-size "514 KB"> +<!ENTITY iproute2-version "4.4.0"> +<!ENTITY iproute2-size "517 KB"> <!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz"> -<!ENTITY iproute2-md5 "1a2bbb80cfc7ab3f3e987e18b3207c2f"> +<!ENTITY iproute2-md5 "d762653ec3e1ab0d4a9689e169ca184f"> <!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/"> <!ENTITY iproute2-ch6-du "9.4 MB"> <!ENTITY iproute2-ch6-sbu "0.2 SBU"> @@ -381,13 +381,13 @@ <!ENTITY libtool-ch6-sbu "2.2 SBU"> <!ENTITY linux-major-version "4"> -<!ENTITY linux-minor-version "3"> -<!ENTITY linux-patch-version "3"> -<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> -<!-- <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> --> -<!ENTITY linux-size "84,888 KB"> +<!ENTITY linux-minor-version "4"> +<!ENTITY linux-patch-version "0"> +<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">--> + <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> +<!ENTITY linux-size "85,250 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> -<!ENTITY linux-md5 "f3068333fa524ff98914cf751d0b5710"> +<!ENTITY linux-md5 "9a78fa2eb6c68ca5a40ed5af08142599"> <!ENTITY linux-home "http://www.kernel.org/"> <!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is allnoconfig extended for a hopefully-bootable build on desktop machine, |