Browse Source

iproute2: update to 4.10.0

Waldemar Brodkorb 8 years ago
parent
commit
7a8d72019f

+ 2 - 2
package/iproute2/Makefile

@@ -4,9 +4,9 @@
 include ${ADK_TOPDIR}/rules.mk
 include ${ADK_TOPDIR}/rules.mk
 
 
 PKG_NAME:=		iproute2
 PKG_NAME:=		iproute2
-PKG_VERSION:=		4.9.0
+PKG_VERSION:=		4.10.0
 PKG_RELEASE:=		1
 PKG_RELEASE:=		1
-PKG_HASH:=		c0f30f043f7767cc1b2cd2197b08d4e9b2392c95823fabe30bbce308c30116c4
+PKG_HASH:=		22b1e1c1fc704ad35837e5a66103739727b8b48ac90b48c13f79b7367ff0a9a8
 PKG_DESCR:=		routing control utility
 PKG_DESCR:=		routing control utility
 PKG_SECTION:=		net/route
 PKG_SECTION:=		net/route
 PKG_BUILDDEP:=		iptables libnl linux-atm
 PKG_BUILDDEP:=		iptables libnl linux-atm

+ 3 - 3
package/iproute2/patches/patch-Makefile

@@ -1,6 +1,6 @@
---- iproute2-4.9.0.orig/Makefile	2016-12-13 00:07:42.000000000 +0100
-+++ iproute2-4.9.0/Makefile	2016-12-26 01:29:53.041215929 +0100
-@@ -34,16 +34,16 @@ ADDLIB+=ipx_ntop.o ipx_pton.o
+--- iproute2-4.10.0.orig/Makefile	2017-02-20 17:47:52.000000000 +0100
++++ iproute2-4.10.0/Makefile	2017-04-23 20:17:20.972119072 +0200
+@@ -40,16 +40,16 @@ ADDLIB+=ipx_ntop.o ipx_pton.o
  #options for mpls
  #options for mpls
  ADDLIB+=mpls_ntop.o mpls_pton.o
  ADDLIB+=mpls_ntop.o mpls_pton.o
  
  

+ 3 - 3
package/iproute2/patches/patch-netem_Makefile

@@ -1,12 +1,12 @@
---- iproute2-2.6.37.orig/netem/Makefile	2011-01-07 18:54:30.000000000 +0100
-+++ iproute2-2.6.37/netem/Makefile	2011-02-25 19:59:34.000000000 +0100
+--- iproute2-4.10.0.orig/netem/Makefile	2017-02-20 17:47:52.000000000 +0100
++++ iproute2-4.10.0/netem/Makefile	2017-04-23 20:23:07.404790192 +0200
 @@ -1,14 +1,12 @@
 @@ -1,14 +1,12 @@
  DISTGEN = maketable normal pareto paretonormal
  DISTGEN = maketable normal pareto paretonormal
  DISTDATA = normal.dist pareto.dist paretonormal.dist experimental.dist
  DISTDATA = normal.dist pareto.dist paretonormal.dist experimental.dist
  
  
 -HOSTCC ?= $(CC)
 -HOSTCC ?= $(CC)
 -CCOPTS  = $(CBUILD_CFLAGS)
 -CCOPTS  = $(CBUILD_CFLAGS)
- LDLIBS += -lm 
+ LDLIBS += -lm
  
  
  all: $(DISTGEN) $(DISTDATA)
  all: $(DISTGEN) $(DISTDATA)