From df497c275c8bdd7428d97e6f09d4707a0a87451a83a7b0e0178c97ac90529a5f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 16 Jul 2014 22:15:37 +0000 Subject: [PATCH] iproute2-3.15 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=83 --- iproute2-3.14.0.tar.sign | Bin 543 -> 0 bytes iproute2-3.14.0.tar.xz | 3 --- iproute2-3.15.0.tar.sign | Bin 0 -> 543 bytes iproute2-3.15.0.tar.xz | 3 +++ iproute2-dirs.diff | 20 ++++++++++---------- iproute2-doc.changes | 9 +++++++++ iproute2-doc.spec | 4 ++-- iproute2.changes | 9 +++++++++ iproute2.spec | 4 ++-- 9 files changed, 35 insertions(+), 17 deletions(-) delete mode 100644 iproute2-3.14.0.tar.sign delete mode 100644 iproute2-3.14.0.tar.xz create mode 100644 iproute2-3.15.0.tar.sign create mode 100644 iproute2-3.15.0.tar.xz diff --git a/iproute2-3.14.0.tar.sign b/iproute2-3.14.0.tar.sign deleted file mode 100644 index 7a57ab5a2aa984d49e87dd0ce5095b05a569843f5cf28d8bd1f546b62e9cffcc..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 543 zcmV+)0^t3L0vrSY0SEvF1p-q@jcNc22@rs%e_)l(98 zoF|%bGk)2Nxy@sa)*>*O;Ny;;b0>T@+}K?R9I@~LK1WH$vz z?TUskghB9YI%-H~JB%P*4d@uCh#(?JNVD5^hJO{bv#X%7yH+CZ>Vfu<$&@}i_$+P_pV({8& zEgPOj?Jb6Ds@hJ5FCs$HlvYoJ+TkAAr;k)Bfd)Lvjp;>Hevdgx8SQXW?- h+N0r3YC=^7!Xm$(N2BKkAAp5w<%Qk6O|}oS6;Bp*0A>IH 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 0000000000000000000000000000000000000000000000000000000000000000..6f8059f6145ffe729632f6c8ac84b46eb00830dc5434b055b1a4589a2f2641cd GIT binary patch literal 543 zcmV+)0^t3L0vrSY0SEvF1p-r-G_n8+2@rs%e_)l((Ff?lVibITS+qPS(C5d10BK4~ zSJy1lj7f+=!q^Svpmu0QBij9m=Dx^ogOx`IC2T3DIMSV!!^QnM-_oF|iAyEiTz0uEdhYF)>IXZ9JF^Z(nKEQ zt^^D@TYSOtQ5Bjxo|c;mJ$10pJ@;=U(fh+2DZTouTPhUYB|KKDe^ h(Eu0=83@CY3&^`7j3omWc>%6x@$94q3eZ#iO?8p+1<3#a literal 0 HcmV?d00001 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