diff --git a/iproute2-4.4.0.tar.sign b/iproute2-4.4.0.tar.sign deleted file mode 100644 index 4bef2a8..0000000 Binary files a/iproute2-4.4.0.tar.sign and /dev/null differ diff --git a/iproute2-4.4.0.tar.xz b/iproute2-4.4.0.tar.xz deleted file mode 100644 index b26a0fb..0000000 --- a/iproute2-4.4.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc91c367288a19f78ef800cd6840363be1f22da8436fbae88e1a7250490d6514 -size 528552 diff --git a/iproute2-4.5.0.tar.sign b/iproute2-4.5.0.tar.sign new file mode 100644 index 0000000..26be837 Binary files /dev/null and b/iproute2-4.5.0.tar.sign differ diff --git a/iproute2-4.5.0.tar.xz b/iproute2-4.5.0.tar.xz new file mode 100644 index 0000000..19b85ea --- /dev/null +++ b/iproute2-4.5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f15292f53e465cb5bd6652961343ca64eb6936309ae75be5d5a541435bc494a +size 554500 diff --git a/iproute2-dirs.diff b/iproute2-dirs.diff index 42c5606..56b11cb 100644 --- a/iproute2-dirs.diff +++ b/iproute2-dirs.diff @@ -1,14 +1,13 @@ --- - Makefile | 4 ++-- - include/iptables.h | 2 +- - netem/Makefile | 6 ++++-- - tc/q_netem.c | 2 +- - 4 files changed, 8 insertions(+), 6 deletions(-) + Makefile | 4 ++-- + netem/Makefile | 6 ++++-- + tc/q_netem.c | 2 +- + 3 files changed, 7 insertions(+), 5 deletions(-) -Index: iproute2-4.1.0/Makefile +Index: iproute2-4.5.0/Makefile =================================================================== ---- iproute2-4.1.0.orig/Makefile -+++ iproute2-4.1.0/Makefile +--- iproute2-4.5.0.orig/Makefile ++++ iproute2-4.5.0/Makefile @@ -1,6 +1,6 @@ PREFIX?=/usr LIBDIR?=$(PREFIX)/lib @@ -26,23 +25,10 @@ Index: iproute2-4.1.0/Makefile ifneq ($(SHARED_LIBS),y) DEFINES+= -DNO_SHARED_LIBS 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.1.0/include/iptables.h -@@ -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 +--- iproute2-4.5.0.orig/netem/Makefile ++++ iproute2-4.5.0/netem/Makefile @@ -5,6 +5,8 @@ HOSTCC ?= $(CC) CCOPTS = $(CBUILD_CFLAGS) LDLIBS += -lm @@ -64,10 +50,10 @@ Index: iproute2-4.1.0/netem/Makefile done 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.1.0/tc/q_netem.c +--- iproute2-4.5.0.orig/tc/q_netem.c ++++ iproute2-4.5.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.changes b/iproute2-doc.changes index d0b48f1..cf4dadb 100644 --- a/iproute2-doc.changes +++ b/iproute2-doc.changes @@ -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 diff --git a/iproute2-doc.spec b/iproute2-doc.spec index 7a274ef..e2663ac 100644 --- a/iproute2-doc.spec +++ b/iproute2-doc.spec @@ -17,9 +17,9 @@ Name: iproute2-doc -Version: 4.4 +Version: 4.5 Release: 0 -%define rversion 4.4.0 +%define rversion 4.5.0 Summary: Documentation to iproute2 License: GPL-2.0+ Group: Documentation/Other diff --git a/iproute2.changes b/iproute2.changes index d0b48f1..cf4dadb 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -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 diff --git a/iproute2.spec b/iproute2.spec index 3dc4cae..ffd240a 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -17,9 +17,9 @@ Name: iproute2 -Version: 4.4 +Version: 4.5 Release: 0 -%define rversion 4.4.0 +%define rversion 4.5.0 Summary: Linux network configuration utilities License: GPL-2.0 Group: Productivity/Networking/Routing