forked from pool/iproute2
iproute2-4.11
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=135
This commit is contained in:
parent
f737f27079
commit
0749e57f83
BIN
iproute2-4.11.0.tar.sign
Normal file
BIN
iproute2-4.11.0.tar.sign
Normal file
Binary file not shown.
3
iproute2-4.11.0.tar.xz
Normal file
3
iproute2-4.11.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:72671028bda696d0cb8f48ec8e702581c3a501caeed33eec3a81d7041cbc8026
|
||||||
|
size 657100
|
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c0f30f043f7767cc1b2cd2197b08d4e9b2392c95823fabe30bbce308c30116c4
|
|
||||||
size 613032
|
|
@ -4,11 +4,11 @@
|
|||||||
tc/q_netem.c | 2 +-
|
tc/q_netem.c | 2 +-
|
||||||
3 files changed, 7 insertions(+), 5 deletions(-)
|
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.11.0.orig/Makefile
|
||||||
+++ iproute2-4.8.0/Makefile
|
+++ iproute2-4.11.0/Makefile
|
||||||
@@ -4,7 +4,7 @@ endif
|
@@ -9,7 +9,7 @@ endif
|
||||||
|
|
||||||
PREFIX?=/usr
|
PREFIX?=/usr
|
||||||
LIBDIR?=$(PREFIX)/lib
|
LIBDIR?=$(PREFIX)/lib
|
||||||
@ -16,8 +16,8 @@ Index: iproute2-4.8.0/Makefile
|
|||||||
+SBINDIR?=/usr/sbin
|
+SBINDIR?=/usr/sbin
|
||||||
CONFDIR?=/etc/iproute2
|
CONFDIR?=/etc/iproute2
|
||||||
DATADIR?=$(PREFIX)/share
|
DATADIR?=$(PREFIX)/share
|
||||||
DOCDIR?=$(DATADIR)/doc/iproute2
|
HDRDIR?=$(PREFIX)/include/iproute2
|
||||||
@@ -18,7 +18,7 @@ DBM_INCLUDE:=$(DESTDIR)/usr/include
|
@@ -24,7 +24,7 @@ DBM_INCLUDE:=$(DESTDIR)/usr/include
|
||||||
|
|
||||||
SHARED_LIBS = y
|
SHARED_LIBS = y
|
||||||
|
|
||||||
@ -26,10 +26,10 @@ Index: iproute2-4.8.0/Makefile
|
|||||||
ifneq ($(SHARED_LIBS),y)
|
ifneq ($(SHARED_LIBS),y)
|
||||||
DEFINES+= -DNO_SHARED_LIBS
|
DEFINES+= -DNO_SHARED_LIBS
|
||||||
endif
|
endif
|
||||||
Index: iproute2-4.8.0/netem/Makefile
|
Index: iproute2-4.11.0/netem/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- iproute2-4.8.0.orig/netem/Makefile
|
--- iproute2-4.11.0.orig/netem/Makefile
|
||||||
+++ iproute2-4.8.0/netem/Makefile
|
+++ iproute2-4.11.0/netem/Makefile
|
||||||
@@ -5,6 +5,8 @@ HOSTCC ?= $(CC)
|
@@ -5,6 +5,8 @@ HOSTCC ?= $(CC)
|
||||||
CCOPTS = $(CBUILD_CFLAGS)
|
CCOPTS = $(CBUILD_CFLAGS)
|
||||||
LDLIBS += -lm
|
LDLIBS += -lm
|
||||||
@ -51,10 +51,10 @@ Index: iproute2-4.8.0/netem/Makefile
|
|||||||
done
|
done
|
||||||
|
|
||||||
clean:
|
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.11.0.orig/tc/q_netem.c
|
||||||
+++ iproute2-4.8.0/tc/q_netem.c
|
+++ iproute2-4.11.0/tc/q_netem.c
|
||||||
@@ -113,7 +113,7 @@ static int get_distribution(const char *
|
@@ -113,7 +113,7 @@ static int get_distribution(const char *
|
||||||
char *line = NULL;
|
char *line = NULL;
|
||||||
char name[128];
|
char name[128];
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: iproute2-doc
|
Name: iproute2-doc
|
||||||
Version: 4.9
|
Version: 4.11
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rversion 4.9.0
|
%define rversion 4.11.0
|
||||||
Summary: Documentation to iproute2
|
Summary: Documentation to iproute2
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
|
@ -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
|
Sat Jun 10 14:29:22 UTC 2017 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: iproute2
|
Name: iproute2
|
||||||
Version: 4.9
|
Version: 4.11
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rversion 4.9.0
|
%define rversion 4.11.0
|
||||||
Summary: Linux network configuration utilities
|
Summary: Linux network configuration utilities
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Productivity/Networking/Routing
|
Group: Productivity/Networking/Routing
|
||||||
|
Loading…
Reference in New Issue
Block a user