iproute2-3.15
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=83
This commit is contained in:
parent
6ff9dc381c
commit
df497c275c
Binary file not shown.
@ -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
BIN
iproute2-3.15.0.tar.sign
Normal file
Binary file not shown.
3
iproute2-3.15.0.tar.xz
Normal file
3
iproute2-3.15.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5359ed1f31839d8542a057c0c4233131ab9c28d8c41fc9c8484579d9c0b99af4
|
||||||
|
size 437704
|
@ -4,10 +4,10 @@
|
|||||||
netem/Makefile | 6 ++++--
|
netem/Makefile | 6 ++++--
|
||||||
3 files changed, 7 insertions(+), 5 deletions(-)
|
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.15.0.orig/Makefile
|
||||||
+++ iproute2-3.11.0/Makefile
|
+++ iproute2-3.15.0/Makefile
|
||||||
@@ -1,7 +1,7 @@
|
@@ -1,7 +1,7 @@
|
||||||
ROOTDIR=$(DESTDIR)
|
ROOTDIR=$(DESTDIR)
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
@ -19,17 +19,17 @@ Index: iproute2-3.11.0/Makefile
|
|||||||
DOCDIR=$(DATADIR)/doc/iproute2
|
DOCDIR=$(DATADIR)/doc/iproute2
|
||||||
@@ -33,7 +33,7 @@ CCOPTS = -O2
|
@@ -33,7 +33,7 @@ CCOPTS = -O2
|
||||||
WFLAGS := -Wall -Wstrict-prototypes -Wmissing-prototypes
|
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 = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)
|
||||||
+CFLAGS = -DLIBDIR=\"${LIBDIR}\" $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)
|
+CFLAGS = -DLIBDIR=\"${LIBDIR}\" $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)
|
||||||
YACCFLAGS = -d -t -v
|
YACCFLAGS = -d -t -v
|
||||||
|
|
||||||
SUBDIRS=lib ip tc bridge misc netem genl man
|
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.15.0.orig/include/iptables.h
|
||||||
+++ iproute2-3.11.0/include/iptables.h
|
+++ iproute2-3.15.0/include/iptables.h
|
||||||
@@ -5,7 +5,7 @@
|
@@ -5,7 +5,7 @@
|
||||||
#include "libiptc/libiptc.h"
|
#include "libiptc/libiptc.h"
|
||||||
|
|
||||||
@ -39,10 +39,10 @@ Index: iproute2-3.11.0/include/iptables.h
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef IPPROTO_SCTP
|
#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.15.0.orig/netem/Makefile
|
||||||
+++ iproute2-3.11.0/netem/Makefile
|
+++ iproute2-3.15.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
|
||||||
|
@ -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
|
Fri Apr 25 09:44:27 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: iproute2-doc
|
Name: iproute2-doc
|
||||||
Version: 3.14
|
Version: 3.15
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rversion 3.14.0
|
%define rversion 3.15.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,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
|
Fri Apr 25 09:44:27 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: iproute2
|
Name: iproute2
|
||||||
Version: 3.14
|
Version: 3.15
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rversion 3.14.0
|
%define rversion 3.15.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