Changeset 4ec50c8


Ignore:
Timestamp:
10/29/2007 09:36:04 PM (17 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, 6.4, 6.5, 6.6, 6.7, 6.8, 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:
1dc0b85
Parents:
99f99e5
Message:

Upgrade to IPRoute2-2.6.23. Fixes #2091.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r99f99e5 r4ec50c8  
    4040      <para>2007-10-24</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Upgrade to IPRoute2-2.6.23. Fixes
     44          <ulink url="&lfs-ticket-root;2091">#2091</ulink>.</para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[matthew] - Upgrade to Glibc-2.7. Fixes
  • chapter01/whatsnew.xml

    r99f99e5 r4ec50c8  
    105105      <para>Inetutils &inetutils-version;</para>
    106106    </listitem>-->
    107     <!--<listitem>
     107    <listitem>
    108108      <para>IPRoute2 &iproute2-version;</para>
    109     </listitem>-->
     109    </listitem>
    110110    <!--<listitem>
    111111      <para>Kbd &kbd-version;</para>
  • chapter06/iproute2.xml

    r99f99e5 r4ec50c8  
    4242    <title>Installation of IPRoute2</title>
    4343
    44     <para>The installation of two manual pages is broken and results in
    45     dangling symlinks. Fix this with the following command:</para>
    46 
    47 <screen><userinput remap="pre">sed -i -e '/tc-bfifo.8/d' -e '/tc-pfifo.8/s/pbfifo/bfifo/' Makefile</userinput></screen>
    48 
    4944    <para>Compile the package:</para>
    5045
  • packages.ent

    r99f99e5 r4ec50c8  
    258258<!ENTITY inetutils-ch6-sbu "0.2 SBU">
    259259
    260 <!ENTITY iproute2-version "2.6.20-070313">
    261 <!ENTITY iproute2-size "394 KB">
    262 <!ENTITY iproute2-url "http://developer.osdl.org/dev/iproute2/download/iproute2-&iproute2-version;.tar.gz">
    263 <!ENTITY iproute2-md5 "7bc5883aadf740761fa2dd70b661e8cc">
     260<!ENTITY iproute2-version "2.6.23">
     261<!ENTITY iproute2-size "334 KB">
     262<!ENTITY iproute2-url "http://developer.osdl.org/dev/iproute2/download/iproute2-&iproute2-version;.tar.bz2">
     263<!ENTITY iproute2-md5 "2e59da739ef19990408cf0a5cb0cae3e">
    264264<!ENTITY iproute2-home "http://linux-net.osdl.org/index.php/Iproute2">
    265265<!ENTITY iproute2-ch6-du "4.8 MB">
Note: See TracChangeset for help on using the changeset viewer.