- Update to new upstream release 4.5
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=117
This commit is contained in:
parent
9786270974
commit
1357f6f4a5
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bc91c367288a19f78ef800cd6840363be1f22da8436fbae88e1a7250490d6514
|
|
||||||
size 528552
|
|
BIN
iproute2-4.5.0.tar.sign
Normal file
BIN
iproute2-4.5.0.tar.sign
Normal file
Binary file not shown.
3
iproute2-4.5.0.tar.xz
Normal file
3
iproute2-4.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3f15292f53e465cb5bd6652961343ca64eb6936309ae75be5d5a541435bc494a
|
||||||
|
size 554500
|
@ -1,14 +1,13 @@
|
|||||||
---
|
---
|
||||||
Makefile | 4 ++--
|
Makefile | 4 ++--
|
||||||
include/iptables.h | 2 +-
|
netem/Makefile | 6 ++++--
|
||||||
netem/Makefile | 6 ++++--
|
tc/q_netem.c | 2 +-
|
||||||
tc/q_netem.c | 2 +-
|
3 files changed, 7 insertions(+), 5 deletions(-)
|
||||||
4 files changed, 8 insertions(+), 6 deletions(-)
|
|
||||||
|
|
||||||
Index: iproute2-4.1.0/Makefile
|
Index: iproute2-4.5.0/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- iproute2-4.1.0.orig/Makefile
|
--- iproute2-4.5.0.orig/Makefile
|
||||||
+++ iproute2-4.1.0/Makefile
|
+++ iproute2-4.5.0/Makefile
|
||||||
@@ -1,6 +1,6 @@
|
@@ -1,6 +1,6 @@
|
||||||
PREFIX?=/usr
|
PREFIX?=/usr
|
||||||
LIBDIR?=$(PREFIX)/lib
|
LIBDIR?=$(PREFIX)/lib
|
||||||
@ -26,23 +25,10 @@ Index: iproute2-4.1.0/Makefile
|
|||||||
ifneq ($(SHARED_LIBS),y)
|
ifneq ($(SHARED_LIBS),y)
|
||||||
DEFINES+= -DNO_SHARED_LIBS
|
DEFINES+= -DNO_SHARED_LIBS
|
||||||
endif
|
endif
|
||||||
Index: iproute2-4.1.0/include/iptables.h
|
Index: iproute2-4.5.0/netem/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- iproute2-4.1.0.orig/include/iptables.h
|
--- iproute2-4.5.0.orig/netem/Makefile
|
||||||
+++ iproute2-4.1.0/include/iptables.h
|
+++ iproute2-4.5.0/netem/Makefile
|
||||||
@@ -5,7 +5,7 @@
|
|
||||||
#include "libiptc/libiptc.h"
|
|
||||||
|
|
||||||
#ifndef IPT_LIB_DIR
|
|
||||||
-#define IPT_LIB_DIR "/usr/local/lib/iptables"
|
|
||||||
+#define IPT_LIB_DIR LIBDIR
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef IPPROTO_SCTP
|
|
||||||
Index: iproute2-4.1.0/netem/Makefile
|
|
||||||
===================================================================
|
|
||||||
--- iproute2-4.1.0.orig/netem/Makefile
|
|
||||||
+++ iproute2-4.1.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
|
||||||
@ -64,10 +50,10 @@ Index: iproute2-4.1.0/netem/Makefile
|
|||||||
done
|
done
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
Index: iproute2-4.1.0/tc/q_netem.c
|
Index: iproute2-4.5.0/tc/q_netem.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- iproute2-4.1.0.orig/tc/q_netem.c
|
--- iproute2-4.5.0.orig/tc/q_netem.c
|
||||||
+++ iproute2-4.1.0/tc/q_netem.c
|
+++ iproute2-4.5.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];
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 26 19:01:48 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 4.5
|
||||||
|
* {f,m}_bpf: allow for sharing maps
|
||||||
|
* geneve: add support for IPv6 link partners
|
||||||
|
* geneve: add support for lwt tunnel creation and dst port selection
|
||||||
|
* route: allow routes to be configured with expire values
|
||||||
|
* iplink: support setting addrgenmode stable_secret
|
||||||
|
* tipc: add peer remove functionality
|
||||||
|
* tc, clsact: add clsact frontend
|
||||||
|
* ss: support closing inet sockets via SOCK_DESTROY.
|
||||||
|
* bridge: support for static and dynamic fdb entries
|
||||||
|
* iplink: Support VF Trust
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 14 09:57:42 UTC 2016 - mkubecek@suse.cz
|
Thu Jan 14 09:57:42 UTC 2016 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: iproute2-doc
|
Name: iproute2-doc
|
||||||
Version: 4.4
|
Version: 4.5
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rversion 4.4.0
|
%define rversion 4.5.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 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 26 19:01:48 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 4.5
|
||||||
|
* {f,m}_bpf: allow for sharing maps
|
||||||
|
* geneve: add support for IPv6 link partners
|
||||||
|
* geneve: add support for lwt tunnel creation and dst port selection
|
||||||
|
* route: allow routes to be configured with expire values
|
||||||
|
* iplink: support setting addrgenmode stable_secret
|
||||||
|
* tipc: add peer remove functionality
|
||||||
|
* tc, clsact: add clsact frontend
|
||||||
|
* ss: support closing inet sockets via SOCK_DESTROY.
|
||||||
|
* bridge: support for static and dynamic fdb entries
|
||||||
|
* iplink: Support VF Trust
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 14 09:57:42 UTC 2016 - mkubecek@suse.cz
|
Thu Jan 14 09:57:42 UTC 2016 - mkubecek@suse.cz
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: iproute2
|
Name: iproute2
|
||||||
Version: 4.4
|
Version: 4.5
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rversion 4.4.0
|
%define rversion 4.5.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