Changeset e691c77


Ignore:
Timestamp:
01/17/2016 06:13:59 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e408cb0
Parents:
8f8eaa0f
Message:

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r8f8eaa0f re691c77  
    4040      <itemizedlist>
    4141        <listitem>
     42          <para>[bdubbs] - Update to linux-4.4. Fixes
     43          <ulink url="&lfs-ticket-root;3877">#3877</ulink>.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[bdubbs] - Update to iproute2-4.4.0. Fixes
     47          <ulink url="&lfs-ticket-root;3878">#3878</ulink>.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
     53      <para>2016-01-01</para>
     54      <itemizedlist>
     55        <listitem>
    4256          <para>[bdubbs] - Update to man-pages-4.04. Fixes
    4357          <ulink url="&lfs-ticket-root;3875">#3875</ulink>.</para>
  • chapter06/iproute2.xml

    r8f8eaa0f re691c77  
    4242    <title>Installation of IPRoute2</title>
    4343
    44     <para>The <command>arpd</command> binary included in this package is
    45     dependent on Berkeley DB.  Because <command>arpd</command> is not a very
    46     common requirement on a base Linux system, remove the dependency on Berkeley
    47     DB by applying the commands below.  If the <command>arpd</command> binary is
    48     needed, instructions for compiling Berkeley DB can be found in the BLFS Book
    49     at <ulink url="&blfs-book;server/databases.html#db"/>.
     44    <para>The <command>arpd</command> program included in this package will not
     45    be built since it is dependent on Berkeley DB, which is not installed in
     46    LFS. However, documentation files and a directory for
     47    <command>arpd</command> will still be installed. Prevent this by running
     48    the commands below. If the <command>arpd</command> binary is needed,
     49    instructions for compiling Berkeley DB can be found in the BLFS Book at
     50    <ulink url="&blfs-book;server/databases.html#db"/>.
    5051    </para>
    5152
    52 <screen><userinput remap="pre">sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
    53 sed -i /ARPD/d Makefile
    54 sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
    55 
    56 <!-- Save as comments for now   
    57     <para>Remove a compiler flag that causes the compilation to fail:</para>
    58 <screen><userinput remap="pre">sed -i 's/-Werror//' Makefile</userinput></screen>
    59 
    60 -->
    61 <!--
    62 
    63     <para>Do not build the unneeded tipc program.  Transparent Inter-process
    64     Communication (TIPC) is a network communications protocol for Inter-process
    65     communication (IPC) that was designed for intra-cluster
    66     communication.</para>
    67 
    68 <screen><userinput remap="pre">sed -i 's/tipc //' Makefile</userinput></screen>
    69 -->
     53<screen><userinput remap="pre">sed -i /ARPD/d Makefile
     54sed -i 's/arpd.8//' man/man8/Makefile
     55rm -v doc/arpd.sgml</userinput></screen>
     56
    7057    <para>Compile the package:</para>
    7158
  • general.ent

    r8f8eaa0f re691c77  
    1 <!ENTITY version         "SVN-20160101">
     1<!ENTITY version         "SVN-20160117">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;. Change to x.y for release
    33                                      but not -rc releases -->
    4 <!ENTITY releasedate     "January 1, 2016">
     4<!ENTITY releasedate     "January 17, 2016">
    55<!ENTITY copyrightdate   "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
    66<!ENTITY milestone       "7.9">
  • packages.ent

    r8f8eaa0f re691c77  
    317317<!ENTITY intltool-ch6-sbu "less than 0.1 SBU">
    318318
    319 <!ENTITY iproute2-version "4.3.0">
    320 <!ENTITY iproute2-size "514 KB">
     319<!ENTITY iproute2-version "4.4.0">
     320<!ENTITY iproute2-size "517 KB">
    321321<!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
    322 <!ENTITY iproute2-md5 "1a2bbb80cfc7ab3f3e987e18b3207c2f">
     322<!ENTITY iproute2-md5 "d762653ec3e1ab0d4a9689e169ca184f">
    323323<!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/">
    324324<!ENTITY iproute2-ch6-du "9.4 MB">
     
    382382
    383383<!ENTITY linux-major-version "4">
    384 <!ENTITY linux-minor-version "3">
    385 <!ENTITY linux-patch-version "3">
    386 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    387 <!-- <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->
    388 <!ENTITY linux-size "84,888 KB">
     384<!ENTITY linux-minor-version "4">
     385<!ENTITY linux-patch-version "0">
     386<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
     387 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
     388<!ENTITY linux-size "85,250 KB">
    389389<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    390 <!ENTITY linux-md5 "f3068333fa524ff98914cf751d0b5710">
     390<!ENTITY linux-md5 "9a78fa2eb6c68ca5a40ed5af08142599">
    391391<!ENTITY linux-home "http://www.kernel.org/">
    392392<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
Note: See TracChangeset for help on using the changeset viewer.