Changeset f3f4c64


Ignore:
Timestamp:
03/26/2012 08:27:10 PM (12 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.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:
c8f104d
Parents:
e77cfbf
Message:

Upgrade to IPRoute2-3.3.0. Fixes #3043.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re77cfbf rf3f4c64  
    3737
    3838-->
     39    <listitem>
     40      <para>2012-03-26</para>
     41      <itemizedlist>
     42         <listitem>
     43           <para>[matthew] - Upgrade to IPRoute2-3.3.0. Fixes
     44           <ulink url="&lfs-ticket-root;3043">#3043</ulink>.</para>
     45         </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
    3949    <listitem>
    4050      <para>2012-03-22</para>
  • chapter01/whatsnew.xml

    re77cfbf rf3f4c64  
    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

    re77cfbf rf3f4c64  
    5353sed -i /ARPD/d Makefile
    5454rm man/man8/arpd.8</userinput></screen>
    55 
    56     <para>Remove references to some Libnl headers that are not required by
    57     IPRoute2:</para>
    58 
    59 <screen><userinput remap="pre">sed -i -e '/netlink\//d' ip/ipl2tp.c</userinput></screen>
    6055
    6156    <para>Compile the package:</para>
  • general.ent

    re77cfbf rf3f4c64  
    1 <!ENTITY version "SVN-20120322">
    2 <!ENTITY releasedate "Mar 22, 2012">
     1<!ENTITY version "SVN-20120326">
     2<!ENTITY releasedate "Mar 26, 2012">
    33<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.2">
  • packages.ent

    re77cfbf rf3f4c64  
    274274<!ENTITY inetutils-ch6-sbu "0.4 SBU">
    275275
    276 <!ENTITY iproute2-version "3.2.0">
    277 <!ENTITY iproute2-size "365 KB">
     276<!ENTITY iproute2-version "3.3.0">
     277<!ENTITY iproute2-size "369 KB">
    278278<!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
    279 <!ENTITY iproute2-md5 "6f814291cc3d7f4312cf8c2c052da5f1">
     279<!ENTITY iproute2-md5 "39a7ff2c5149475c710365954e2ce49b">
    280280<!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/">
    281281<!ENTITY iproute2-ch6-du "6.6 MB">
Note: See TracChangeset for help on using the changeset viewer.