diff --git a/iproute2-3.14.0.tar.sign b/iproute2-3.14.0.tar.sign deleted file mode 100644 index 7a57ab5..0000000 Binary files a/iproute2-3.14.0.tar.sign and /dev/null differ diff --git a/iproute2-3.14.0.tar.xz b/iproute2-3.14.0.tar.xz deleted file mode 100644 index 015bb09..0000000 --- a/iproute2-3.14.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bda38951c49f89ffc2e2fe85579ce616337b5d3a2f0319921fd071c838356bd4 -size 435844 diff --git a/iproute2-3.15.0.tar.sign b/iproute2-3.15.0.tar.sign new file mode 100644 index 0000000..6f8059f Binary files /dev/null and b/iproute2-3.15.0.tar.sign differ diff --git a/iproute2-3.15.0.tar.xz b/iproute2-3.15.0.tar.xz new file mode 100644 index 0000000..33ae45d --- /dev/null +++ b/iproute2-3.15.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5359ed1f31839d8542a057c0c4233131ab9c28d8c41fc9c8484579d9c0b99af4 +size 437704 diff --git a/iproute2-dirs.diff b/iproute2-dirs.diff index 83718ed..7d746fb 100644 --- a/iproute2-dirs.diff +++ b/iproute2-dirs.diff @@ -4,10 +4,10 @@ netem/Makefile | 6 ++++-- 3 files changed, 7 insertions(+), 5 deletions(-) -Index: iproute2-3.11.0/Makefile +Index: iproute2-3.15.0/Makefile =================================================================== ---- iproute2-3.11.0.orig/Makefile -+++ iproute2-3.11.0/Makefile +--- iproute2-3.15.0.orig/Makefile ++++ iproute2-3.15.0/Makefile @@ -1,7 +1,7 @@ ROOTDIR=$(DESTDIR) PREFIX=/usr @@ -19,17 +19,17 @@ Index: iproute2-3.11.0/Makefile DOCDIR=$(DATADIR)/doc/iproute2 @@ -33,7 +33,7 @@ CCOPTS = -O2 WFLAGS := -Wall -Wstrict-prototypes -Wmissing-prototypes - WFLAGS += -Wmissing-declarations -Wold-style-definition + WFLAGS += -Wmissing-declarations -Wold-style-definition -Wformat=2 -CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES) +CFLAGS = -DLIBDIR=\"${LIBDIR}\" $(WFLAGS) $(CCOPTS) -I../include $(DEFINES) YACCFLAGS = -d -t -v SUBDIRS=lib ip tc bridge misc netem genl man -Index: iproute2-3.11.0/include/iptables.h +Index: iproute2-3.15.0/include/iptables.h =================================================================== ---- iproute2-3.11.0.orig/include/iptables.h -+++ iproute2-3.11.0/include/iptables.h +--- iproute2-3.15.0.orig/include/iptables.h ++++ iproute2-3.15.0/include/iptables.h @@ -5,7 +5,7 @@ #include "libiptc/libiptc.h" @@ -39,10 +39,10 @@ Index: iproute2-3.11.0/include/iptables.h #endif #ifndef IPPROTO_SCTP -Index: iproute2-3.11.0/netem/Makefile +Index: iproute2-3.15.0/netem/Makefile =================================================================== ---- iproute2-3.11.0.orig/netem/Makefile -+++ iproute2-3.11.0/netem/Makefile +--- iproute2-3.15.0.orig/netem/Makefile ++++ iproute2-3.15.0/netem/Makefile @@ -5,6 +5,8 @@ HOSTCC ?= $(CC) CCOPTS = $(CBUILD_CFLAGS) LDLIBS += -lm diff --git a/iproute2-doc.changes b/iproute2-doc.changes index f49581d..74c08cc 100644 --- a/iproute2-doc.changes +++ b/iproute2-doc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jul 16 22:11:49 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 3.15 +* Support for HHF qdisc +* Updates to bridge command +* Lots of vxlan related changes +* Details at http://lwn.net/Articles/601909/ + ------------------------------------------------------------------- Fri Apr 25 09:44:27 UTC 2014 - dmueller@suse.com diff --git a/iproute2-doc.spec b/iproute2-doc.spec index 4250c6a..df6cc23 100644 --- a/iproute2-doc.spec +++ b/iproute2-doc.spec @@ -17,9 +17,9 @@ Name: iproute2-doc -Version: 3.14 +Version: 3.15 Release: 0 -%define rversion 3.14.0 +%define rversion 3.15.0 Summary: Documentation to iproute2 License: GPL-2.0+ Group: Documentation/Other diff --git a/iproute2.changes b/iproute2.changes index f49581d..74c08cc 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jul 16 22:11:49 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 3.15 +* Support for HHF qdisc +* Updates to bridge command +* Lots of vxlan related changes +* Details at http://lwn.net/Articles/601909/ + ------------------------------------------------------------------- Fri Apr 25 09:44:27 UTC 2014 - dmueller@suse.com diff --git a/iproute2.spec b/iproute2.spec index 871d0db..547dddc 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -17,9 +17,9 @@ Name: iproute2 -Version: 3.14 +Version: 3.15 Release: 0 -%define rversion 3.14.0 +%define rversion 3.15.0 Summary: Linux network configuration utilities License: GPL-2.0 Group: Productivity/Networking/Routing