Changeset 44cadbb


Ignore:
Timestamp:
Sep 16, 2015, 5:19:04 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
94b2a47
Parents:
f489a14
Message:

Update IProute2 to 4.1.1 from 3.14.0.

Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/changelog.xml

    rf489a14 r44cadbb  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[William Harrington] - Update IProute2 to 4.1.1. Fixes ticket
     44          <ulink url="&clfs-ticket-root;992">#992.</ulink></para>
     45        </listitem>
     46        <listitem>
    4347          <para>[William Harrington] - Update Linux to 4.1.7. Fixes ticket
    4448          <ulink url="&clfs-ticket-root;995">#995.</ulink></para>
  • BOOK/packages.ent

    rf489a14 r44cadbb  
    272272<!ENTITY intltool-home "http://freedesktop.org/wiki/Software/intltool">
    273273
    274 <!ENTITY iproute2-version "3.14.0">
    275 <!ENTITY iproute2-size "436 KB">
     274<!ENTITY iproute2-version "4.1.1">
     275<!ENTITY iproute2-size "496 KB">
    276276<!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
    277 <!ENTITY iproute2-md5 "bd9d7567bbb987c88120669f5e1a1092">
     277<!ENTITY iproute2-md5 "39290cb3a55d38dd8d10e19a3094109f">
    278278<!ENTITY iproute2-home "http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2">
    279279
  • BOOK/patches.ent

    rf489a14 r44cadbb  
    8282
    8383<!ENTITY iproute2-libdir-patch "iproute2-&iproute2-version;-libdir-1.patch">
    84 <!ENTITY iproute2-libdir-patch-md5 "6b965a6f1017c47ab3111e9ae8fcdd3f">
    85 <!ENTITY iproute2-libdir-patch-size "1.990 KB">
     84<!ENTITY iproute2-libdir-patch-md5 "c1b1d63a88f04785c02c71a32d6b9b65">
     85<!ENTITY iproute2-libdir-patch-size "2.053 KB">
    8686
    8787<!ENTITY perl-multilib-patch "perl-&perl-version;-Configure_multilib-1.patch">
  • patches/iproute2-4.1.1-libdir-1.patch

    rf489a14 r44cadbb  
    11Submitted By: Joe Ciccone <jciccone@gmail.com>
    2 Date: 14-06-2010
     2Date: 16-09-2015
    33Initial Package Version: 2.6.18
    44Upstream Status: Unknown
     
    1313             Renamed for Iproute2-3.12.0 by William Harrington
    1414             Renamed for Iproute2-3.14.0 by William Harrington
     15             Rediffed for Iproute2-4.1.1 by William Harrington
    1516
    16 diff -Naur iproute2-3.8.0.orig/Makefile iproute2-3.8.0/Makefile
    17 --- iproute2-3.8.0.orig/Makefile        2013-02-21 16:41:20.000000000 +0000
    18 +++ iproute2-3.8.0/Makefile     2013-06-03 12:31:18.891352195 +0000
     17diff -Naur iproute2-4.1.1.orig/Makefile iproute2-4.1.1/Makefile
     18--- iproute2-4.1.1.orig/Makefile        2015-07-06 21:57:34.000000000 +0000
     19+++ iproute2-4.1.1/Makefile     2015-09-16 23:57:03.117721908 +0000
    1920@@ -13,7 +13,7 @@
    2021 
     
    2627 DEFINES+= -DNO_SHARED_LIBS
    2728 endif
    28 diff -Naur iproute2-3.8.0.orig/include/iptables.h iproute2-3.8.0/include/iptables.h
    29 --- iproute2-3.8.0.orig/include/iptables.h      2013-02-21 16:41:20.000000000 +0000
    30 +++ iproute2-3.8.0/include/iptables.h   2013-06-03 12:31:18.891352195 +0000
     29diff -Naur iproute2-4.1.1.orig/include/iptables.h iproute2-4.1.1/include/iptables.h
     30--- iproute2-4.1.1.orig/include/iptables.h      2015-07-06 21:57:34.000000000 +0000
     31+++ iproute2-4.1.1/include/iptables.h   2015-09-16 23:57:03.118722035 +0000
    3132@@ -4,8 +4,12 @@
    3233 #include "iptables_common.h"
     
    4344 
    4445 #ifndef IPPROTO_SCTP
    45 diff -Naur iproute2-3.8.0.orig/misc/arpd.c iproute2-3.8.0/misc/arpd.c
    46 --- iproute2-3.8.0.orig/misc/arpd.c     2013-02-21 16:41:20.000000000 +0000
    47 +++ iproute2-3.8.0/misc/arpd.c  2013-06-03 12:31:18.891352195 +0000
    48 @@ -40,7 +40,7 @@
     46diff -Naur iproute2-4.1.1.orig/misc/arpd.c iproute2-4.1.1/misc/arpd.c
     47--- iproute2-4.1.1.orig/misc/arpd.c     2015-07-06 21:57:34.000000000 +0000
     48+++ iproute2-4.1.1/misc/arpd.c  2015-09-16 23:57:03.118722035 +0000
     49@@ -41,7 +41,7 @@
    4950 int resolve_hosts;
    5051 
Note: See TracChangeset for help on using the changeset viewer.