Accepting request 382899 from security:netfilter

- Update to new upstream release 4.5

OBS-URL: https://build.opensuse.org/request/show/382899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iproute2?expand=0&rev=83
This commit is contained in:
Dominique Leuenberger 2016-04-06 09:51:06 +00:00 committed by Git OBS Bridge
commit 9b78c56e0b
9 changed files with 53 additions and 34 deletions

Binary file not shown.

View File

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

BIN
iproute2-4.5.0.tar.sign Normal file

Binary file not shown.

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

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

View File

@ -1,14 +1,13 @@
--- ---
Makefile | 4 ++-- Makefile | 4 ++--
include/iptables.h | 2 +-
netem/Makefile | 6 ++++-- netem/Makefile | 6 ++++--
tc/q_netem.c | 2 +- tc/q_netem.c | 2 +-
4 files changed, 8 insertions(+), 6 deletions(-) 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.5.0.orig/Makefile
+++ iproute2-4.1.0/Makefile +++ iproute2-4.5.0/Makefile
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
PREFIX?=/usr PREFIX?=/usr
LIBDIR?=$(PREFIX)/lib LIBDIR?=$(PREFIX)/lib
@ -26,23 +25,10 @@ Index: iproute2-4.1.0/Makefile
ifneq ($(SHARED_LIBS),y) ifneq ($(SHARED_LIBS),y)
DEFINES+= -DNO_SHARED_LIBS DEFINES+= -DNO_SHARED_LIBS
endif 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.5.0.orig/netem/Makefile
+++ iproute2-4.1.0/include/iptables.h +++ iproute2-4.5.0/netem/Makefile
@@ -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
@@ -5,6 +5,8 @@ HOSTCC ?= $(CC) @@ -5,6 +5,8 @@ HOSTCC ?= $(CC)
CCOPTS = $(CBUILD_CFLAGS) CCOPTS = $(CBUILD_CFLAGS)
LDLIBS += -lm LDLIBS += -lm
@ -64,10 +50,10 @@ Index: iproute2-4.1.0/netem/Makefile
done done
clean: 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.5.0.orig/tc/q_netem.c
+++ iproute2-4.1.0/tc/q_netem.c +++ iproute2-4.5.0/tc/q_netem.c
@@ -113,7 +113,7 @@ static int get_distribution(const char * @@ -113,7 +113,7 @@ static int get_distribution(const char *
char *line = NULL; char *line = NULL;
char name[128]; char name[128];

View File

@ -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 Thu Jan 14 09:57:42 UTC 2016 - mkubecek@suse.cz

View File

@ -17,9 +17,9 @@
Name: iproute2-doc Name: iproute2-doc
Version: 4.4 Version: 4.5
Release: 0 Release: 0
%define rversion 4.4.0 %define rversion 4.5.0
Summary: Documentation to iproute2 Summary: Documentation to iproute2
License: GPL-2.0+ License: GPL-2.0+
Group: Documentation/Other Group: Documentation/Other
@ -42,6 +42,9 @@ BuildRequires: texlive-dvips
BuildRequires: texlive-ec BuildRequires: texlive-ec
BuildRequires: texlive-latex BuildRequires: texlive-latex
BuildRequires: tex(english.ldf) BuildRequires: tex(english.ldf)
BuildRequires: tex(fancyvrb.sty)
BuildRequires: tex(float.sty)
BuildRequires: tex(fullpage.sty)
%define with_xt 1 %define with_xt 1
%if 0%{?with_xt} %if 0%{?with_xt}
BuildRequires: pkgconfig(libmnl) BuildRequires: pkgconfig(libmnl)

View File

@ -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 Thu Jan 14 09:57:42 UTC 2016 - mkubecek@suse.cz

View File

@ -17,9 +17,9 @@
Name: iproute2 Name: iproute2
Version: 4.4 Version: 4.5
Release: 0 Release: 0
%define rversion 4.4.0 %define rversion 4.5.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