Revision: 8001
          http://sourceforge.net/p/ipcop/svn/8001
Author:   owes
Date:     2015-07-11 07:37:15 +0000 (Sat, 11 Jul 2015)
Log Message:
-----------
Update iproute2 to 4.1.0. Add patch from upstream to fix build dependancy."

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

Added 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        2015-07-11 07:34:49 UTC 
(rev 8000)
+++ ipcop/trunk/config/rootfiles/common/iproute2        2015-07-11 07:37:15 UTC 
(rev 8001)
@@ -93,6 +93,7 @@
 #usr/share/man/man8/rtstat.8
 #usr/share/man/man8/ss.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-choke.8

Modified: ipcop/trunk/lfs/iproute2
===================================================================
--- ipcop/trunk/lfs/iproute2    2015-07-11 07:34:49 UTC (rev 8000)
+++ ipcop/trunk/lfs/iproute2    2015-07-11 07:37:15 UTC (rev 8001)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = iproute2
-VER        = 4.0.0
+VER        = 4.1.0
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -50,7 +50,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3adc263ade4ee76c35032e8f50b54108
+$(DL_FILE)_MD5 = 37efb479b3943b60c449ea02362b5ffc
 
 install : $(TARGET)
 
@@ -80,6 +80,7 @@
 $(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

Added: ipcop/trunk/src/patches/iproute2-4.1.0_tipc-conditional.patch
===================================================================
--- ipcop/trunk/src/patches/iproute2-4.1.0_tipc-conditional.patch               
                (rev 0)
+++ ipcop/trunk/src/patches/iproute2-4.1.0_tipc-conditional.patch       
2015-07-11 07:37:15 UTC (rev 8001)
@@ -0,0 +1,33 @@
+From acfeb55a86c4d7a92b45a7bfdd4c1724cbb8af26 Mon Sep 17 00:00:00 2001
+From: Gustavo Zacarias <gust...@zacarias.com.ar>
+Date: Sat, 27 Jun 2015 08:15:50 -0300
+Subject: [PATCH] tipc: make build conditional on having libmnl
+
+Signed-off-by: Gustavo Zacarias <gust...@zacarias.com.ar>
+---
+ 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      2015-07-11 07:34:49 UTC 
(rev 8000)
+++ ipcop/trunk/updates/2.2.0/ROOTFILES.i486-2.2.0      2015-07-11 07:37:15 UTC 
(rev 8001)
@@ -164,7 +164,7 @@
 ## hdparm-9.48
 /usr/sbin/hdparm
 ##
-## iproute2-4.0.0
+## iproute2-4.1.0
 /sbin/ip
 /sbin/rtmon
 /sbin/ss

Modified: ipcop/trunk/updates/2.2.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.2.0/information.xml   2015-07-11 07:34:49 UTC (rev 
8000)
+++ ipcop/trunk/updates/2.2.0/information.xml   2015-07-11 07:37:15 UTC (rev 
8001)
@@ -7,7 +7,7 @@
         <description>Language updates.&lt;br /&gt;
         Upgrade linux kernel to 3.10-1 (3.10.84).&lt;br /&gt;
         Upgrade bind to 9.10.2, coreutils to 8.24, db to 6.1.26, dhcpcd to 
6.9.0,
-        ethtool to 4.0, glib to 2.42.2, gmp to 6.0.0a, gnupg to 1.4.19, hdparm 
to 9.48, iproute2 to 4.0.0,
+        ethtool to 4.0, glib to 2.42.2, gmp to 6.0.0a, gnupg to 1.4.19, hdparm 
to 9.48, iproute2 to 4.1.0,
         libffi to 3.2.1, libgcrypt to 1.6.3, libgpg-error to 1.19, libpcap to 
1.7.3, 
         libpng to 1.6.17, libtool to 2.4.6, lzo to 2.09, nano to 2.4.2, ntp to 
4.2.8p2,
         openssh to 6.9p1, openssl to 1.0.2d, 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.


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to