Author: cyrus Date: 2015-04-20 08:26:09 +0200 (Mon, 20 Apr 2015) New Revision: 45512
Modified: trunk/package/network/utils/iproute2/Makefile trunk/package/network/utils/iproute2/patches/006-no_sctp.patch trunk/package/network/utils/iproute2/patches/120-libnetlink-pic.patch trunk/package/network/utils/iproute2/patches/300-ip_tiny.patch trunk/package/network/utils/iproute2/patches/900-drop_FAILED_POLICY.patch Log: iproute2: update to v4.0.0 The most significant change from the previous version is the trimming of the 300-ip_tiny.patch to lib/utils.c where a section previously patched had vanished. That section of the patch was removed. Built and lightly tested on ar71xx against uClibc and musl. Signed-off-by: Russell Senior <[email protected]> Modified: trunk/package/network/utils/iproute2/Makefile =================================================================== --- trunk/package/network/utils/iproute2/Makefile 2015-04-19 19:19:12 UTC (rev 45511) +++ trunk/package/network/utils/iproute2/Makefile 2015-04-20 06:26:09 UTC (rev 45512) @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 -PKG_VERSION:=3.19.0 +PKG_VERSION:=4.0.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://kernel.org/pub/linux/utils/net/iproute2/ -PKG_MD5SUM:=237083a1e3c388cde7a115a5724dc72a +PKG_MD5SUM:=3adc263ade4ee76c35032e8f50b54108 PKG_BUILD_PARALLEL:=1 PKG_LICENSE:=GPL-2.0 Modified: trunk/package/network/utils/iproute2/patches/006-no_sctp.patch =================================================================== --- trunk/package/network/utils/iproute2/patches/006-no_sctp.patch 2015-04-19 19:19:12 UTC (rev 45511) +++ trunk/package/network/utils/iproute2/patches/006-no_sctp.patch 2015-04-20 06:26:09 UTC (rev 45512) @@ -8,7 +8,7 @@ case IPPROTO_DCCP: default: /* XXX */ if (sel->sport_mask) -@@ -1336,7 +1335,6 @@ static int xfrm_selector_upspec_parse(st +@@ -1337,7 +1336,6 @@ static int xfrm_selector_upspec_parse(st switch (sel->proto) { case IPPROTO_TCP: case IPPROTO_UDP: Modified: trunk/package/network/utils/iproute2/patches/120-libnetlink-pic.patch =================================================================== --- trunk/package/network/utils/iproute2/patches/120-libnetlink-pic.patch 2015-04-19 19:19:12 UTC (rev 45511) +++ trunk/package/network/utils/iproute2/patches/120-libnetlink-pic.patch 2015-04-20 06:26:09 UTC (rev 45512) @@ -7,5 +7,5 @@ -CFLAGS += -fPIC +CFLAGS += $(FPIC) - UTILOBJ=utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o namespace.o - + UTILOBJ=utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o namespace.o \ + names.o Modified: trunk/package/network/utils/iproute2/patches/300-ip_tiny.patch =================================================================== --- trunk/package/network/utils/iproute2/patches/300-ip_tiny.patch 2015-04-19 19:19:12 UTC (rev 45511) +++ trunk/package/network/utils/iproute2/patches/300-ip_tiny.patch 2015-04-20 06:26:09 UTC (rev 45512) @@ -70,7 +70,7 @@ }; --- a/lib/utils.c +++ b/lib/utils.c -@@ -630,6 +630,7 @@ const char *rt_addr_n2a(int af, const vo +@@ -642,6 +642,7 @@ const char *rt_addr_n2a(int af, const vo case AF_INET: case AF_INET6: return inet_ntop(af, addr, buf, buflen); @@ -78,7 +78,7 @@ case AF_IPX: return ipx_ntop(af, addr, buf, buflen); case AF_DECnet: -@@ -638,6 +639,7 @@ const char *rt_addr_n2a(int af, const vo +@@ -650,6 +651,7 @@ const char *rt_addr_n2a(int af, const vo memcpy(dna.a_addr, addr, 2); return dnet_ntop(af, &dna, buf, buflen); } @@ -86,22 +86,6 @@ default: return "???"; } -@@ -713,6 +715,7 @@ const char *format_host(int af, int len, - case AF_INET6: - len = 16; - break; -+#ifndef IPROUTE2_TINY - case AF_IPX: - len = 10; - break; -@@ -723,6 +726,7 @@ const char *format_host(int af, int len, - len = 2; - break; - #endif -+#endif - default: ; - } - } --- a/lib/Makefile +++ b/lib/Makefile @@ -4,6 +4,10 @@ ifeq ($(IP_CONFIG_SETNS),y) @@ -114,4 +98,4 @@ + CFLAGS += $(FPIC) - UTILOBJ=utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o namespace.o + UTILOBJ=utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o namespace.o \ Modified: trunk/package/network/utils/iproute2/patches/900-drop_FAILED_POLICY.patch =================================================================== --- trunk/package/network/utils/iproute2/patches/900-drop_FAILED_POLICY.patch 2015-04-19 19:19:12 UTC (rev 45511) +++ trunk/package/network/utils/iproute2/patches/900-drop_FAILED_POLICY.patch 2015-04-20 06:26:09 UTC (rev 45512) @@ -24,7 +24,7 @@ --- a/include/linux/rtnetlink.h +++ b/include/linux/rtnetlink.h -@@ -203,6 +203,7 @@ enum { +@@ -208,6 +208,7 @@ enum { RTN_THROW, /* Not in this table */ RTN_NAT, /* Translate this address */ RTN_XRESOLVE, /* Use external resolver */ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
