[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-systemd-166-g44cadbb

git git at clfs.org
Wed Sep 16 17:21:07 PDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  44cadbbb6f976a70367ae3bd32af33e4f2a502a3 (commit)
      from  f489a1469a5705b81653a5e4652ae9462df0a2b8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 44cadbbb6f976a70367ae3bd32af33e4f2a502a3
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Sep 16 19:19:04 2015 -0500

    Update IProute2 to 4.1.1 from 3.14.0.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 8865292..b390590 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -40,6 +40,10 @@
       <para>16 September 2015</para>
       <itemizedlist>
         <listitem>
+          <para>[William Harrington] - Update IProute2 to 4.1.1. Fixes ticket
+          <ulink url="&clfs-ticket-root;992">#992.</ulink></para> 
+        </listitem>
+        <listitem>
           <para>[William Harrington] - Update Linux to 4.1.7. Fixes ticket
           <ulink url="&clfs-ticket-root;995">#995.</ulink></para> 
         </listitem>
diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index cf16e98..29892e3 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -271,10 +271,10 @@
 <!ENTITY intltool-md5 "12e517cac2b57a0121cda351570f1e63">
 <!ENTITY intltool-home "http://freedesktop.org/wiki/Software/intltool">
 
-<!ENTITY iproute2-version "3.14.0">
-<!ENTITY iproute2-size "436 KB">
+<!ENTITY iproute2-version "4.1.1">
+<!ENTITY iproute2-size "496 KB">
 <!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
-<!ENTITY iproute2-md5 "bd9d7567bbb987c88120669f5e1a1092">
+<!ENTITY iproute2-md5 "39290cb3a55d38dd8d10e19a3094109f">
 <!ENTITY iproute2-home "http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2">
 
 <!ENTITY iputils-version "s20150815">
diff --git a/BOOK/patches.ent b/BOOK/patches.ent
index 055a102..43278f2 100644
--- a/BOOK/patches.ent
+++ b/BOOK/patches.ent
@@ -81,8 +81,8 @@
 <!-- Start of multilib patches -->
 
 <!ENTITY iproute2-libdir-patch "iproute2-&iproute2-version;-libdir-1.patch">
-<!ENTITY iproute2-libdir-patch-md5 "6b965a6f1017c47ab3111e9ae8fcdd3f">
-<!ENTITY iproute2-libdir-patch-size "1.990 KB">
+<!ENTITY iproute2-libdir-patch-md5 "c1b1d63a88f04785c02c71a32d6b9b65">
+<!ENTITY iproute2-libdir-patch-size "2.053 KB">
 
 <!ENTITY perl-multilib-patch "perl-&perl-version;-Configure_multilib-1.patch">
 <!ENTITY perl-multilib-patch-md5 "7a2893356fb80871d6e766900c278a52">
diff --git a/patches/iproute2-3.14.0-libdir-1.patch b/patches/iproute2-4.1.1-libdir-1.patch
similarity index 66%
rename from patches/iproute2-3.14.0-libdir-1.patch
rename to patches/iproute2-4.1.1-libdir-1.patch
index bff05b9..a1d67c5 100644
--- a/patches/iproute2-3.14.0-libdir-1.patch
+++ b/patches/iproute2-4.1.1-libdir-1.patch
@@ -1,5 +1,5 @@
 Submitted By: Joe Ciccone <jciccone at gmail.com>
-Date: 14-06-2010
+Date: 16-09-2015
 Initial Package Version: 2.6.18
 Upstream Status: Unknown
 Origin: Joe Ciccone
@@ -12,10 +12,11 @@ Description: This patch gives the ability to change the libdir.
              Rediffed for Iproute2-3.8.0 by William Harrington
              Renamed for Iproute2-3.12.0 by William Harrington
              Renamed for Iproute2-3.14.0 by William Harrington
+             Rediffed for Iproute2-4.1.1 by William Harrington
 
-diff -Naur iproute2-3.8.0.orig/Makefile iproute2-3.8.0/Makefile
---- iproute2-3.8.0.orig/Makefile	2013-02-21 16:41:20.000000000 +0000
-+++ iproute2-3.8.0/Makefile	2013-06-03 12:31:18.891352195 +0000
+diff -Naur iproute2-4.1.1.orig/Makefile iproute2-4.1.1/Makefile
+--- iproute2-4.1.1.orig/Makefile	2015-07-06 21:57:34.000000000 +0000
++++ iproute2-4.1.1/Makefile	2015-09-16 23:57:03.117721908 +0000
 @@ -13,7 +13,7 @@
  
  SHARED_LIBS = y
@@ -25,9 +26,9 @@ diff -Naur iproute2-3.8.0.orig/Makefile iproute2-3.8.0/Makefile
  ifneq ($(SHARED_LIBS),y)
  DEFINES+= -DNO_SHARED_LIBS
  endif
-diff -Naur iproute2-3.8.0.orig/include/iptables.h iproute2-3.8.0/include/iptables.h
---- iproute2-3.8.0.orig/include/iptables.h	2013-02-21 16:41:20.000000000 +0000
-+++ iproute2-3.8.0/include/iptables.h	2013-06-03 12:31:18.891352195 +0000
+diff -Naur iproute2-4.1.1.orig/include/iptables.h iproute2-4.1.1/include/iptables.h
+--- iproute2-4.1.1.orig/include/iptables.h	2015-07-06 21:57:34.000000000 +0000
++++ iproute2-4.1.1/include/iptables.h	2015-09-16 23:57:03.118722035 +0000
 @@ -4,8 +4,12 @@
  #include "iptables_common.h"
  #include "libiptc/libiptc.h"
@@ -42,10 +43,10 @@ diff -Naur iproute2-3.8.0.orig/include/iptables.h iproute2-3.8.0/include/iptable
  #endif
  
  #ifndef IPPROTO_SCTP
-diff -Naur iproute2-3.8.0.orig/misc/arpd.c iproute2-3.8.0/misc/arpd.c
---- iproute2-3.8.0.orig/misc/arpd.c	2013-02-21 16:41:20.000000000 +0000
-+++ iproute2-3.8.0/misc/arpd.c	2013-06-03 12:31:18.891352195 +0000
-@@ -40,7 +40,7 @@
+diff -Naur iproute2-4.1.1.orig/misc/arpd.c iproute2-4.1.1/misc/arpd.c
+--- iproute2-4.1.1.orig/misc/arpd.c	2015-07-06 21:57:34.000000000 +0000
++++ iproute2-4.1.1/misc/arpd.c	2015-09-16 23:57:03.118722035 +0000
+@@ -41,7 +41,7 @@
  int resolve_hosts;
  
  DB	*dbase;

-----------------------------------------------------------------------

Summary of changes:
 BOOK/introduction/common/changelog.xml             |    4 +++
 BOOK/packages.ent                                  |    6 ++--
 BOOK/patches.ent                                   |    4 +-
 ...ibdir-1.patch => iproute2-4.1.1-libdir-1.patch} |   23 ++++++++++---------
 4 files changed, 21 insertions(+), 16 deletions(-)
 rename patches/{iproute2-3.14.0-libdir-1.patch => iproute2-4.1.1-libdir-1.patch} (66%)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list