Jan Engelhardt 2014-07-16 22:15:37 +00:00 committed by Git OBS Bridge
parent 6ff9dc381c
commit df497c275c
9 changed files with 35 additions and 17 deletions

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bda38951c49f89ffc2e2fe85579ce616337b5d3a2f0319921fd071c838356bd4
size 435844

BIN
iproute2-3.15.0.tar.sign Normal file

Binary file not shown.

3
iproute2-3.15.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5359ed1f31839d8542a057c0c4233131ab9c28d8c41fc9c8484579d9c0b99af4
size 437704

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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