From 0749e57f83466e2ef2b49e82246042816a6bb2eaa56b76684e41f7d83a17b117 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 29 Jun 2017 13:46:11 +0000 Subject: [PATCH] iproute2-4.11 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=135 --- iproute2-4.11.0.tar.sign | Bin 0 -> 566 bytes iproute2-4.11.0.tar.xz | 3 +++ iproute2-4.9.0.tar.sign | Bin 566 -> 0 bytes iproute2-4.9.0.tar.xz | 3 --- iproute2-dirs.diff | 26 +++++++++++++------------- iproute2-doc.spec | 4 ++-- iproute2.changes | 15 +++++++++++++++ iproute2.spec | 4 ++-- 8 files changed, 35 insertions(+), 20 deletions(-) create mode 100644 iproute2-4.11.0.tar.sign create mode 100644 iproute2-4.11.0.tar.xz delete mode 100644 iproute2-4.9.0.tar.sign delete mode 100644 iproute2-4.9.0.tar.xz diff --git a/iproute2-4.11.0.tar.sign b/iproute2-4.11.0.tar.sign new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..22f2f37d76740d93d54bb2a515c7e9a75024785b3e1002c8b8eb38233955d6dd GIT binary patch literal 566 zcmV-60?GY}0y6{v0SEvc79j+mZ^K2fTj%FyxIB-5r+;9T&E$Rs0$B%R82}0i5P+wD zV3p0}e%{0n{Tibf+}Yz-yCr7FY2H~zR{LLD6SGAJWzBN?2&#xOvf{Y*g$>f2K1}vp z++eE%s7eP-cN!mdiDSJOttw_#Ai$pdTYR6(%A|^`WCi&3p^eJRn8%ixHXuxHjf^&r z2av5XTrb95u{DY>&TJx=$)Aot2$u49omtrNyXF_c!*qnQcCssZ6r0Ly@nhGVQsBFN zHH%hC_oPKhP2mk_t4us>kT-noH!QFdELY;xweV#fr-S`0@!Ji@o#Fn(8BVD zmKrhF+lfeuWK<$zP?W3r4^VWS%O}@ZlS>|Psy=4(zyQ_ZYQ7Nc9O!Hl!FRH7fQE9T zPUppf4tdFP8!9h&cQ}ol-$+s7ZhOcmI9xM1sih=FSB#QY9yH8(xFF9Xwsi;m*Q)f#`R0)yZ<(yxG z>l7sbSm5=(szCd~uEP6dhpdOnkt>NX_C}EEh0`(y@H_4P;v>vYQ5z;7E|Wiz0J<70YRX zWW=r1hvL@lk73**m?2>Tj$b?!7{piEw4dou0~q+(%f|tIHyP4b4@|?-UPxuGZvosA zuSRVCl9b3VEiaDK2GdE}9-A0BlOcbo<}r`-=BW}r&l1{I8!b5x0s1nmG8?a)Q{es{ zsxFcR$)em5&T@;V(c9UvJc)oUzT<7N2dnV>7irnZ@eIb3bwhSi6w=Y+bqEL>fCgD< zyt~-PpN{0r=i3K^E5Vc<`&ZNe=&+bglLa;Pu3eU!Ym7>Bk$d~gUw{pnPb2VGIWV{8 EOF;P-F#rGn diff --git a/iproute2-4.9.0.tar.xz b/iproute2-4.9.0.tar.xz deleted file mode 100644 index 036fc96..0000000 --- a/iproute2-4.9.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0f30f043f7767cc1b2cd2197b08d4e9b2392c95823fabe30bbce308c30116c4 -size 613032 diff --git a/iproute2-dirs.diff b/iproute2-dirs.diff index b9bf48f..c6d4aaa 100644 --- a/iproute2-dirs.diff +++ b/iproute2-dirs.diff @@ -4,11 +4,11 @@ tc/q_netem.c | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) -Index: iproute2-4.8.0/Makefile +Index: iproute2-4.11.0/Makefile =================================================================== ---- iproute2-4.8.0.orig/Makefile -+++ iproute2-4.8.0/Makefile -@@ -4,7 +4,7 @@ endif +--- iproute2-4.11.0.orig/Makefile ++++ iproute2-4.11.0/Makefile +@@ -9,7 +9,7 @@ endif PREFIX?=/usr LIBDIR?=$(PREFIX)/lib @@ -16,8 +16,8 @@ Index: iproute2-4.8.0/Makefile +SBINDIR?=/usr/sbin CONFDIR?=/etc/iproute2 DATADIR?=$(PREFIX)/share - DOCDIR?=$(DATADIR)/doc/iproute2 -@@ -18,7 +18,7 @@ DBM_INCLUDE:=$(DESTDIR)/usr/include + HDRDIR?=$(PREFIX)/include/iproute2 +@@ -24,7 +24,7 @@ DBM_INCLUDE:=$(DESTDIR)/usr/include SHARED_LIBS = y @@ -26,13 +26,13 @@ Index: iproute2-4.8.0/Makefile ifneq ($(SHARED_LIBS),y) DEFINES+= -DNO_SHARED_LIBS endif -Index: iproute2-4.8.0/netem/Makefile +Index: iproute2-4.11.0/netem/Makefile =================================================================== ---- iproute2-4.8.0.orig/netem/Makefile -+++ iproute2-4.8.0/netem/Makefile +--- iproute2-4.11.0.orig/netem/Makefile ++++ iproute2-4.11.0/netem/Makefile @@ -5,6 +5,8 @@ HOSTCC ?= $(CC) CCOPTS = $(CBUILD_CFLAGS) - LDLIBS += -lm + LDLIBS += -lm +LIBDIR = /usr/lib + @@ -51,10 +51,10 @@ Index: iproute2-4.8.0/netem/Makefile done clean: -Index: iproute2-4.8.0/tc/q_netem.c +Index: iproute2-4.11.0/tc/q_netem.c =================================================================== ---- iproute2-4.8.0.orig/tc/q_netem.c -+++ iproute2-4.8.0/tc/q_netem.c +--- iproute2-4.11.0.orig/tc/q_netem.c ++++ iproute2-4.11.0/tc/q_netem.c @@ -113,7 +113,7 @@ static int get_distribution(const char * char *line = NULL; char name[128]; diff --git a/iproute2-doc.spec b/iproute2-doc.spec index 5195bd5..75033f5 100644 --- a/iproute2-doc.spec +++ b/iproute2-doc.spec @@ -17,9 +17,9 @@ Name: iproute2-doc -Version: 4.9 +Version: 4.11 Release: 0 -%define rversion 4.9.0 +%define rversion 4.11.0 Summary: Documentation to iproute2 License: GPL-2.0+ Group: Documentation/Other diff --git a/iproute2.changes b/iproute2.changes index 6901a2f..a9ae233 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Jun 29 13:38:22 UTC 2017 - jengelh@inai.de + +- Update to new upstream release 4.11 + * ip: support UID range routing. + * ss: Add inet raw sockets information gathering via netlink diag interface + * ss: print new tcp_info fields: delivery_rate and app_limited + * ss: print new tcp_info fields: busy, rwnd-limited, sndbuf-limited times + * tc: flower: support matching on ICMP type and code + * lwt: BPF support for LWT + * Introduce ip vrf command + * iplink: bridge: add support for displaying xstats + * iplink: bridge_slave: add support for displaying xstats + * ip: Add support for MPLS netconf + ------------------------------------------------------------------- Sat Jun 10 14:29:22 UTC 2017 - meissner@suse.com diff --git a/iproute2.spec b/iproute2.spec index 6ba99dd..9d69d3f 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -17,9 +17,9 @@ Name: iproute2 -Version: 4.9 +Version: 4.11 Release: 0 -%define rversion 4.9.0 +%define rversion 4.11.0 Summary: Linux network configuration utilities License: GPL-2.0 Group: Productivity/Networking/Routing