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
This commit is contained in:
Bruce Dubbs 2016-01-17 18:13:59 +00:00
parent 8f8eaa0f94
commit e691c77d10
4 changed files with 35 additions and 34 deletions

View File

@ -35,6 +35,20 @@
</itemizedlist>
</listitem>
-->
<listitem>
<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>

View File

@ -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>

View File

@ -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 &ndash; -->
<!ENTITY milestone "7.9">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -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,