Revision: 8021
http://sourceforge.net/p/ipcop/svn/8021
Author: owes
Date: 2016-01-01 15:31:04 +0000 (Fri, 01 Jan 2016)
Log Message:
-----------
Update iproute2 to 4.3.0
Modified Paths:
--------------
ipcop/trunk/config/rootfiles/common/iproute2
ipcop/trunk/lfs/iproute2
ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0
ipcop/trunk/updates/2.2.0/information.xml
Removed Paths:
-------------
ipcop/trunk/src/patches/iproute2-4.1.0_tipc-conditional.patch
Modified: ipcop/trunk/config/rootfiles/common/iproute2
===================================================================
--- ipcop/trunk/config/rootfiles/common/iproute2 2016-01-01 11:28:30 UTC
(rev 8020)
+++ ipcop/trunk/config/rootfiles/common/iproute2 2016-01-01 15:31:04 UTC
(rev 8021)
@@ -90,17 +90,24 @@
#usr/share/man/man8/routel.8
#usr/share/man/man8/rtacct.8
#usr/share/man/man8/rtmon.8
+#usr/share/man/man8/rtpr.8
#usr/share/man/man8/rtstat.8
#usr/share/man/man8/ss.8
+#usr/share/man/man8/tc-basic.8
#usr/share/man/man8/tc-bfifo.8
#usr/share/man/man8/tc-bpf.8
#usr/share/man/man8/tc-cbq-details.8
#usr/share/man/man8/tc-cbq.8
+#usr/share/man/man8/tc-cgroup.8
#usr/share/man/man8/tc-choke.8
#usr/share/man/man8/tc-codel.8
#usr/share/man/man8/tc-drr.8
#usr/share/man/man8/tc-ematch.8
+#usr/share/man/man8/tc-flow.8
+#usr/share/man/man8/tc-flower.8
+#usr/share/man/man8/tc-fq.8
#usr/share/man/man8/tc-fq_codel.8
+#usr/share/man/man8/tc-fw.8
#usr/share/man/man8/tc-hfsc.8
#usr/share/man/man8/tc-htb.8
#usr/share/man/man8/tc-mqprio.8
@@ -110,9 +117,19 @@
#usr/share/man/man8/tc-pie.8
#usr/share/man/man8/tc-prio.8
#usr/share/man/man8/tc-red.8
+#usr/share/man/man8/tc-route.8
#usr/share/man/man8/tc-sfb.8
#usr/share/man/man8/tc-sfq.8
#usr/share/man/man8/tc-stab.8
#usr/share/man/man8/tc-tbf.8
+#usr/share/man/man8/tc-tcindex.8
+#usr/share/man/man8/tc-u32.8
#usr/share/man/man8/tc.8
+#usr/share/man/man8/tipc-bearer.8
+#usr/share/man/man8/tipc-link.8
+#usr/share/man/man8/tipc-media.8
+#usr/share/man/man8/tipc-nametable.8
+#usr/share/man/man8/tipc-node.8
+#usr/share/man/man8/tipc-socket.8
+#usr/share/man/man8/tipc.8
#var/lib/arpd
Modified: ipcop/trunk/lfs/iproute2
===================================================================
--- ipcop/trunk/lfs/iproute2 2016-01-01 11:28:30 UTC (rev 8020)
+++ ipcop/trunk/lfs/iproute2 2016-01-01 15:31:04 UTC (rev 8021)
@@ -33,7 +33,7 @@
include Config
PKG_NAME = iproute2
-VER = 4.1.0
+VER = 4.3.0
HOST_ARCH = all
OTHER_SRC = yes
@@ -50,7 +50,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 37efb479b3943b60c449ea02362b5ffc
+$(DL_FILE)_MD5 = 1a2bbb80cfc7ab3f3e987e18b3207c2f
install : $(TARGET)
@@ -80,7 +80,6 @@
$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && patch -p1 -i
$(DIR_PATCHES)/$(THISAPP)_tipc-conditional.patch
cd $(DIR_APP) && make DESTDIR= CCOPTS="$(CFLAGS)" Config
# Let us be able to rebuild this package the same, even after linux-atm
and iptables were build
Deleted: ipcop/trunk/src/patches/iproute2-4.1.0_tipc-conditional.patch
===================================================================
--- ipcop/trunk/src/patches/iproute2-4.1.0_tipc-conditional.patch
2016-01-01 11:28:30 UTC (rev 8020)
+++ ipcop/trunk/src/patches/iproute2-4.1.0_tipc-conditional.patch
2016-01-01 15:31:04 UTC (rev 8021)
@@ -1,33 +0,0 @@
-From acfeb55a86c4d7a92b45a7bfdd4c1724cbb8af26 Mon Sep 17 00:00:00 2001
-From: Gustavo Zacarias <[email protected]>
-Date: Sat, 27 Jun 2015 08:15:50 -0300
-Subject: [PATCH] tipc: make build conditional on having libmnl
-
-Signed-off-by: Gustavo Zacarias <[email protected]>
----
- tipc/Makefile | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/tipc/Makefile b/tipc/Makefile
-index 4bda8c5..b3ef9b9 100644
---- a/tipc/Makefile
-+++ b/tipc/Makefile
-@@ -1,3 +1,6 @@
-+include ../Config
-+ifeq ($(HAVE_MNL),y)
-+
- TIPCOBJ=bearer.o \
- cmdl.o link.o \
- media.o misc.o \
-@@ -8,6 +11,8 @@ TIPCOBJ=bearer.o \
- TARGETS=tipc
- LDLIBS += -lmnl
-
-+endif
-+
- all: $(TARGETS) $(LIBS)
-
- tipc: $(TIPCOBJ)
---
-1.7.10.4
-
Modified: ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0
===================================================================
--- ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0 2016-01-01 11:28:30 UTC
(rev 8020)
+++ ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0 2016-01-01 15:31:04 UTC
(rev 8021)
@@ -166,7 +166,7 @@
## hdparm-9.48
/usr/sbin/hdparm
##
-## iproute2-4.1.0
+## iproute2-4.3.0
/sbin/ip
/sbin/rtmon
/sbin/ss
Modified: ipcop/trunk/updates/2.2.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.2.0/information.xml 2016-01-01 11:28:30 UTC (rev
8020)
+++ ipcop/trunk/updates/2.2.0/information.xml 2016-01-01 15:31:04 UTC (rev
8021)
@@ -7,7 +7,7 @@
<description>Language updates.<br />
Upgrade linux kernel to 3.10-1 (3.10.94).<br />
Upgrade bind to 9.10.3-P2, coreutils to 8.24, db to 6.1.26, dhcpcd to
6.9.4,
- ethtool to 4.2, glib to 2.42.2, gmp to 6.0.0a, gnupg to 1.4.19, hdparm
to 9.48, iproute2 to 4.1.0,
+ ethtool to 4.2, glib to 2.42.2, gmp to 6.0.0a, gnupg to 1.4.19, hdparm
to 9.48, iproute2 to 4.3.0,
libffi to 3.2.1, libgcrypt to 1.6.3, libgpg-error to 1.19, libpcap to
1.7.4,
libpng to 1.6.17, libtool to 2.4.6, lzo to 2.09, nano to 2.4.3, ntp to
4.2.8p4,
openssh to 6.9p1, openssl to 1.0.2e, patch to 2.7.5, pciutils to
3.3.1, perl to 5.20.2-2,
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn