Changeset 6746394f


Ignore:
Timestamp:
12/12/2012 06:52:15 PM (11 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.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:
d9793c3
Parents:
1b89678
Message:

Upgrade to IPRoute2-3.7.0. Fixes #3246.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r1b89678 r6746394f  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[matthew] - Upgrade to IPRoute2-3.7.0.  Fixes
     44          <ulink url="&lfs-ticket-root;3246">#3246</ulink>.</para>
     45        </listitem>
     46        <listitem>
    4347          <para>[matthew] - Update Check's list of installed
    4448          programs. Fixes
  • chapter01/whatsnew.xml

    r1b89678 r6746394f  
    242242
    243243    <listitem>
    244       <para>&iproute2-ipset-patch;</para>
    245     </listitem>
    246 
    247     <listitem>
    248244      <para>&make-fixes-patch;</para>
    249245    </listitem>
  • chapter03/patches.xml

    r1b89678 r6746394f  
    6464        <para>Download: <ulink url="&patches-root;&glibc-installation-patch;"/></para>
    6565        <para>MD5 sum: <literal>&glibc-installation-patch-md5;</literal></para>
    66       </listitem>
    67     </varlistentry>
    68 
    69     <varlistentry>
    70       <term>IPRoute2 ipset Patch - <token>&iproute2-ipset-patch-size;</token>:</term>
    71       <listitem>
    72         <para>Download: <ulink url="&patches-root;&iproute2-ipset-patch;"/></para>
    73         <para>MD5 sum: <literal>&iproute2-ipset-patch-md5;</literal></para>
    7466      </listitem>
    7567    </varlistentry>
  • chapter06/iproute2.xml

    r1b89678 r6746394f  
    4141  <sect2 role="installation">
    4242    <title>Installation of IPRoute2</title>
    43 
    44     <para>Apply a patch to fix a compilation issue caused by the absence of the
    45     iptables package:</para>
    46 
    47 <screen><userinput remap="pre">patch -Np1 -i ../&iproute2-ipset-patch;</userinput></screen>
    4843
    4944    <para>The <command>arpd</command> binary included in this package is
  • packages.ent

    r1b89678 r6746394f  
    271271<!ENTITY inetutils-ch6-sbu "0.4 SBU">
    272272
    273 <!ENTITY iproute2-version "3.6.0">
    274 <!ENTITY iproute2-size "386 KB">
     273<!ENTITY iproute2-version "3.7.0">
     274<!ENTITY iproute2-size "391 KB">
    275275<!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
    276 <!ENTITY iproute2-md5 "a19e30c8e0099d3197414c96bea6d6f8">
     276<!ENTITY iproute2-md5 "bea92f26c8cc04e79f4db02dc1d258d3">
    277277<!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/">
    278278<!ENTITY iproute2-ch6-du "7.3 MB">
  • patches.ent

    r1b89678 r6746394f  
    4848
    4949
    50 <!ENTITY iproute2-ipset-patch "iproute2-&iproute2-version;-ipset-1.patch">
    51 <!ENTITY iproute2-ipset-patch-md5 "fca7fc756c30d96ada545b692a74701b">
    52 <!ENTITY iproute2-ipset-patch-size "1 KB">
    53 
    54 
    5550<!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch">
    5651<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
Note: See TracChangeset for help on using the changeset viewer.