Changeset a560459
- Timestamp:
- Sep 16, 2015, 5:21:06 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- 365eab3
- Parents:
- c3e1294
- git-author:
- William Harrington <kb0iic@…> (09/16/15 17:19:04)
- git-committer:
- William Harrington <kb0iic@…> (09/16/15 17:21:06)
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
rc3e1294 ra560459 41 41 <itemizedlist> 42 42 <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> 43 47 <para>[William Harrington] - Update Linux to 4.1.7. Fixes ticket 44 48 <ulink url="&clfs-ticket-root;995">#995.</ulink></para> -
BOOK/packages.ent
rc3e1294 ra560459 235 235 <!-- <!ENTITY iana-etc-home "http://sethwklein.net/iana-etc"> --> 236 236 237 <!ENTITY iproute2-version " 3.14.0">238 <!ENTITY iproute2-size "4 36 KB">237 <!ENTITY iproute2-version "4.1.1"> 238 <!ENTITY iproute2-size "496 KB"> 239 239 <!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz"> 240 <!ENTITY iproute2-md5 " bd9d7567bbb987c88120669f5e1a1092">240 <!ENTITY iproute2-md5 "39290cb3a55d38dd8d10e19a3094109f"> 241 241 <!ENTITY iproute2-home "http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2"> 242 242 -
BOOK/patches.ent
rc3e1294 ra560459 82 82 83 83 <!ENTITY iproute2-libdir-patch "iproute2-&iproute2-version;-libdir-1.patch"> 84 <!ENTITY iproute2-libdir-patch-md5 " 6b965a6f1017c47ab3111e9ae8fcdd3f">85 <!ENTITY iproute2-libdir-patch-size " 1.990KB">84 <!ENTITY iproute2-libdir-patch-md5 "c1b1d63a88f04785c02c71a32d6b9b65"> 85 <!ENTITY iproute2-libdir-patch-size "2.053 KB"> 86 86 87 87 <!ENTITY perl-multilib-patch "perl-&perl-version;-Configure_multilib-1.patch"> -
patches/iproute2-4.1.1-libdir-1.patch
rc3e1294 ra560459 1 1 Submitted By: Joe Ciccone <jciccone@gmail.com> 2 Date: 1 4-06-20102 Date: 16-09-2015 3 3 Initial Package Version: 2.6.18 4 4 Upstream Status: Unknown … … 13 13 Renamed for Iproute2-3.12.0 by William Harrington 14 14 Renamed for Iproute2-3.14.0 by William Harrington 15 Rediffed for Iproute2-4.1.1 by William Harrington 15 16 16 diff -Naur iproute2- 3.8.0.orig/Makefile iproute2-3.8.0/Makefile17 --- iproute2- 3.8.0.orig/Makefile 2013-02-21 16:41:20.000000000 +000018 +++ iproute2- 3.8.0/Makefile 2013-06-03 12:31:18.891352195+000017 diff -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 19 20 @@ -13,7 +13,7 @@ 20 21 … … 26 27 DEFINES+= -DNO_SHARED_LIBS 27 28 endif 28 diff -Naur iproute2- 3.8.0.orig/include/iptables.h iproute2-3.8.0/include/iptables.h29 --- iproute2- 3.8.0.orig/include/iptables.h 2013-02-21 16:41:20.000000000 +000030 +++ iproute2- 3.8.0/include/iptables.h 2013-06-03 12:31:18.891352195 +000029 diff -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 31 32 @@ -4,8 +4,12 @@ 32 33 #include "iptables_common.h" … … 43 44 44 45 #ifndef IPPROTO_SCTP 45 diff -Naur iproute2- 3.8.0.orig/misc/arpd.c iproute2-3.8.0/misc/arpd.c46 --- iproute2- 3.8.0.orig/misc/arpd.c 2013-02-21 16:41:20.000000000 +000047 +++ iproute2- 3.8.0/misc/arpd.c 2013-06-03 12:31:18.891352195 +000048 @@ -4 0,7 +40,7 @@46 diff -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 @@ 49 50 int resolve_hosts; 50 51
Note:
See TracChangeset
for help on using the changeset viewer.