Changeset 12dce87


Ignore:
Timestamp:
Apr 16, 2017, 3:58:32 PM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
f55dc19
Parents:
12fa208
Message:

Update to IProute2 4.9.0 and removal of libdir patch.

Files:
1 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/iproute2.xml

    r12fa208 r12dce87  
    2626    <title>Installation of IPRoute2</title>
    2727
    28     <para os="s1">By default, this package builds the <command>arpd</command>
    29     program, which is dependent on Berkeley DB.  Because <command>arpd</command>
    30     is not a very common requirement on a base Linux system, remove the
    31     dependency on Berkeley DB by using the commands
    32     below. If the <command>arpd</command> binary is needed, instructions for
    33     compiling Berkeley DB can be found in CBLFS at <ulink
    34     url="&cblfs-root;index.php/Berkeley_DB"/>.</para>
    35 
    36 <screen os="s2"><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
    37 sed -i '/ARPD/d' Makefile
    38 sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
     28    <para os="s1">ARPD will not be installed as Berkeley DB is not installed.
     29        Remove any <command>arpd</command> references during install.</para>
     30
     31    <screen os="s2"><userinput>sed -i '/ARPD/d' Makefile
     32            sed -i 's/arpd.8//' man/man8/Makefile
     33            sed -i '/tc-simple/s@tc-skbmod.8 @@' man/man8/Makefile
     34            rm -v doc/arpd.sgml
     35    </userinput></screen>
    3936
    4037    <para os="a">Compile the package:</para>
  • BOOK/final-system/multilib/iproute2.xml

    r12fa208 r12dce87  
    3030    xpointer="xpointer(//*[@os='s2'])"/>
    3131
    32     <para os="p1">This patch adds the ability to update the LIBDIR path:</para>
    33 
    34 <screen os="p2"><userinput>patch -Np1 -i ../&iproute2-libdir-patch;</userinput></screen>
    35 
    3632    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3733    href="../common/iproute2.xml"
  • BOOK/introduction/common/changelog.xml

    r12fa208 r12dce87  
    4343          ticket <ulink url="&clfs-ticket-root;1105">#1105.</ulink></para>
    4444        </listitem>
     45        <listitem>
     46          <para>[William Harrington] - Upgrade IProute2 to 4.9.0. Fixes
     47          ticket <ulink url="&clfs-ticket-root;1103">#1103.</ulink></para>
     48        </listitem>
    4549      </itemizedlist>
    4650    </listitem>
  • BOOK/materials/mips64/patches.xml

    r12fa208 r12dce87  
    3535    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3636    href="../x86_64/patches.xml"
    37     xpointer="xpointer(//*[@os='iproute2-libdir-patch'])"/>
    38 
    39     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    40     href="../x86_64/patches.xml"
    4137    xpointer="xpointer(//*[@os='perl-multilib-patch'])"/>
    4238
  • BOOK/materials/ppc64/patches.xml

    r12fa208 r12dce87  
    2020    href="../ppc/patches.xml"
    2121    xpointer="xpointer(//*[@os='hfsutils-fixes-patch'])"/>
    22 
    23     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    24     href="../x86_64/patches.xml"
    25     xpointer="xpointer(//*[@os='iproute2-libdir-patch'])"/>
    2622
    2723    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/materials/sparc64/patches.xml

    r12fa208 r12dce87  
    2323    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2424    href="../x86_64/patches.xml"
    25     xpointer="xpointer(//*[@os='iproute2-libdir-patch'])"/>
    26 
    27     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    28     href="../x86_64/patches.xml"
    2925    xpointer="xpointer(//*[@os='perl-multilib-patch'])"/>
    3026
  • BOOK/materials/x86_64/patches.xml

    r12fa208 r12dce87  
    1717    xpointer="xpointer(//*[@os='gcc-specs-patch'])"/>
    1818
    19     <varlistentry os="iproute2-libdir-patch">
    20       <term>IPRoute2 Lib64 Patch - <token>&iproute2-libdir-patch-size;</token>:</term>
    21       <listitem>
    22         <para>Download: <ulink
    23         url="&patches-root;&iproute2-libdir-patch;"/></para>
    24         <para>MD5 sum: <literal>&iproute2-libdir-patch-md5;</literal></para>
    25       </listitem>
    26     </varlistentry>
    27 
    2819    <varlistentry os="perl-multilib-patch">
    2920      <term>Perl Configure Multilib Patch - <token>&perl-multilib-patch-size;</token>:</term>
  • BOOK/packages.ent

    r12fa208 r12dce87  
    266266<!ENTITY intltool-home "http://freedesktop.org/wiki/Software/intltool">
    267267
    268 <!ENTITY iproute2-version "4.1.1">
    269 <!ENTITY iproute2-size "496 KB">
     268<!ENTITY iproute2-version "4.9.0">
     269<!ENTITY iproute2-size "613 KB">
    270270<!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
    271 <!ENTITY iproute2-md5 "39290cb3a55d38dd8d10e19a3094109f">
     271<!ENTITY iproute2-md5 "44a8371a4b2c40e48e4c9f98cbd41391">
    272272<!ENTITY iproute2-home "http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2">
    273273
  • BOOK/patches.ent

    r12fa208 r12dce87  
    8484<!-- Start of multilib patches -->
    8585
    86 <!ENTITY iproute2-libdir-patch "iproute2-&iproute2-version;-libdir-1.patch">
    87 <!ENTITY iproute2-libdir-patch-md5 "c1b1d63a88f04785c02c71a32d6b9b65">
    88 <!ENTITY iproute2-libdir-patch-size "2.053 KB">
    89 
    9086<!ENTITY perl-multilib-patch "perl-&perl-version;-Configure_multilib-1.patch">
    9187<!ENTITY perl-multilib-patch-md5 "7a2893356fb80871d6e766900c278a52">
Note: See TracChangeset for help on using the changeset viewer.