Changeset d404149


Ignore:
Timestamp:
03/30/2011 08:27:03 PM (13 years ago)
Author:
Matthew Burgess <matthew@…>
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.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
4df26333
Parents:
8aad4385
Message:

Upgrade to IPRoute2-2.6.38. Fixes #2849.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9494 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r8aad4385 rd404149  
    4040      <para>2011-03-30</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Upgrade to IPRoute2-2.6.38. Fixes
     44          <ulink url="&lfs-ticket-root;2849">#2849</ulink>.</para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[matthew] - Upgrade to GCC-4.6.0. Fixes
  • chapter01/whatsnew.xml

    r8aad4385 rd404149  
    107107      <para>Inetutils &inetutils-version;</para>
    108108    </listitem>-->
    109     <!--<listitem>
     109    <listitem>
    110110      <para>IPRoute2 &iproute2-version;</para>
    111     </listitem>-->
     111    </listitem>
    112112    <!--<listitem>
    113113      <para>Kbd &kbd-version;</para>
  • chapter06/iproute2.xml

    r8aad4385 rd404149  
    5151
    5252<screen><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen>
    53 
    54     <para>Fix a bug that causes the <command>ip route get</command> command to
    55     not produce any output:</para>
    56 
    57 <screen><userinput remap="pre">sed -i '1289i\\tfilter.cloned = 2;' ip/iproute.c</userinput></screen>
    5853
    5954    <para>Compile the package:</para>
  • packages.ent

    r8aad4385 rd404149  
    266266<!ENTITY inetutils-ch6-sbu "0.4 SBU">
    267267
    268 <!ENTITY iproute2-version "2.6.37">
    269 <!ENTITY iproute2-size "380 KB">
     268<!ENTITY iproute2-version "2.6.38">
     269<!ENTITY iproute2-size "381 KB">
    270270<!ENTITY iproute2-url "http://devresources.linuxfoundation.org/dev/iproute2/download/iproute2-&iproute2-version;.tar.bz2">
    271 <!ENTITY iproute2-md5 "9774ff9d74ebd301bf56bd8d74473786">
     271<!ENTITY iproute2-md5 "a243bfea837e71824b7ca26c3bb45fa8">
    272272<!ENTITY iproute2-home "http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2">
    273273<!ENTITY iproute2-ch6-du "5.7 MB">
Note: See TracChangeset for help on using the changeset viewer.