Hello community,

here is the log from the commit of package iproute2 for openSUSE:Factory 
checked in at 2017-09-09 20:22:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iproute2 (Old)
 and      /work/SRC/openSUSE:Factory/.iproute2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iproute2"

Sat Sep  9 20:22:33 2017 rev:92 rq:521654 version:4.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/iproute2/iproute2-doc.changes    2017-08-28 
16:16:43.198563481 +0200
+++ /work/SRC/openSUSE:Factory/.iproute2.new/iproute2-doc.changes       
2017-09-09 20:22:35.315463786 +0200
@@ -1,0 +2,30 @@
+Wed Sep  6 07:09:53 UTC 2017 - [email protected]
+
+- Update to new upstream release 4.13
+  * extended ack support
+  * ip monitor: support IFLA_EVENT
+  * many BPF improvements
+  * new command rdma
+  * fixes for issues reported by Coverity
+  * updated documentation and examples
+  * bridge: distinguish between ext. learned vs offloaded FDBs
+  * ip netns: make /var/run/netns bind-mount recursive
+  * geneve: support for modifying geneve device
+  * utils: return default family when rtm_family is not
+    RTNL_FAMILY_IPMR/IP6MR
+  * tc: m_tunnel_key: add csum/nocsum option
+  * tc filter: add support for chain index
+  * tc action: introduce support for goto chain action
+  * tc: flower: add support for tcp flags
+  * tc: add support for TRAP action
+  * tc: flower: add support for matching on ip tos and ttl
+  * ip: add support for GRE ignore-df knob
+  * ip route get: extend to return matching fib route
+  * ip route get: extend for mpls routes
+  * ss: enclose IPv6 address in brackets
+  * vti: print keys in hex not dotted notation
+- Refresh
+  adjust-installation-directories-for-openSUSE-SLE.patch
+  split-link-and-compile-steps-for-binaries.patch
+
+-------------------------------------------------------------------
iproute2.changes: same change

Old:
----
  iproute2-4.12.0.tar.sign
  iproute2-4.12.0.tar.xz

New:
----
  iproute2-4.13.0.tar.sign
  iproute2-4.13.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ iproute2-doc.spec ++++++
--- /var/tmp/diff_new_pack.8aeCYV/_old  2017-09-09 20:22:36.731264222 +0200
+++ /var/tmp/diff_new_pack.8aeCYV/_new  2017-09-09 20:22:36.735263659 +0200
@@ -17,9 +17,9 @@
 
 
 Name:           iproute2-doc
-Version:        4.12
+Version:        4.13
 Release:        0
-%define rversion 4.12.0
+%define rversion 4.13.0
 Summary:        Documentation to iproute2
 License:        GPL-2.0+
 Group:          Documentation/Other

++++++ iproute2.spec ++++++
--- /var/tmp/diff_new_pack.8aeCYV/_old  2017-09-09 20:22:36.759260277 +0200
+++ /var/tmp/diff_new_pack.8aeCYV/_new  2017-09-09 20:22:36.759260277 +0200
@@ -17,9 +17,9 @@
 
 
 Name:           iproute2
-Version:        4.12
+Version:        4.13
 Release:        0
-%define rversion 4.12.0
+%define rversion 4.13.0
 Summary:        Linux network configuration utilities
 License:        GPL-2.0
 Group:          Productivity/Networking/Routing

++++++ adjust-installation-directories-for-openSUSE-SLE.patch ++++++
--- /var/tmp/diff_new_pack.8aeCYV/_old  2017-09-09 20:22:36.795255202 +0200
+++ /var/tmp/diff_new_pack.8aeCYV/_new  2017-09-09 20:22:36.795255202 +0200
@@ -11,10 +11,10 @@
  3 files changed, 7 insertions(+), 5 deletions(-)
 
 diff --git a/Makefile b/Makefile
-index 18de7dcb315b..d8702a769a07 100644
+index dbb4a4afd608..3069ee91e159 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -9,7 +9,7 @@ endif
+@@ -6,7 +6,7 @@ endif
  
  PREFIX?=/usr
  LIBDIR?=$(PREFIX)/lib
@@ -23,7 +23,7 @@
  CONFDIR?=/etc/iproute2
  DATADIR?=$(PREFIX)/share
  HDRDIR?=$(PREFIX)/include/iproute2
-@@ -24,7 +24,7 @@ DBM_INCLUDE:=$(DESTDIR)/usr/include
+@@ -21,7 +21,7 @@ DBM_INCLUDE:=$(DESTDIR)/usr/include
  
  SHARED_LIBS = y
  
@@ -33,19 +33,19 @@
  DEFINES+= -DNO_SHARED_LIBS
  endif
 diff --git a/netem/Makefile b/netem/Makefile
-index a68e2fdb3037..efff5850d9c1 100644
+index 2499f086f24d..9e36fe91fa41 100644
 --- a/netem/Makefile
 +++ b/netem/Makefile
-@@ -5,6 +5,8 @@ HOSTCC ?= $(CC)
+@@ -7,6 +7,8 @@ HOSTCC ?= $(CC)
  CCOPTS  = $(CBUILD_CFLAGS)
  LDLIBS += -lm
  
 +LIBDIR = /usr/lib
 +
- all: $(DISTGEN) $(DISTDATA)
- 
- $(DISTGEN):
-@@ -20,9 +22,9 @@ stats: stats.c
+ ifeq ($(HAVE_MNL),y)
+       CFLAGS += -DHAVE_LIBMNL $(shell $(PKG_CONFIG) libmnl --cflags)
+       LDLIBS += $(shell $(PKG_CONFIG) libmnl --libs)
+@@ -27,9 +29,9 @@ stats: stats.c
        $(HOSTCC) $(CCOPTS) -I../include -o $@ [email protected] -lm
  
  install: all
@@ -58,7 +58,7 @@
  
  clean:
 diff --git a/tc/q_netem.c b/tc/q_netem.c
-index 0975ae111de9..3a7084563eaf 100644
+index 5a9e747411e8..34c8f4315abd 100644
 --- a/tc/q_netem.c
 +++ b/tc/q_netem.c
 @@ -113,7 +113,7 @@ static int get_distribution(const char *type, __s16 *data, 
int maxdata)

++++++ iproute2-4.12.0.tar.xz -> iproute2-4.13.0.tar.xz ++++++
++++ 8422 lines of diff (skipped)

++++++ split-link-and-compile-steps-for-binaries.patch ++++++
--- /var/tmp/diff_new_pack.8aeCYV/_old  2017-09-09 20:22:37.251190937 +0200
+++ /var/tmp/diff_new_pack.8aeCYV/_new  2017-09-09 20:22:37.251190937 +0200
@@ -11,39 +11,40 @@
  1 file changed, 9 insertions(+), 8 deletions(-)
 
 diff --git a/misc/Makefile b/misc/Makefile
-index 72807678054b..bb9009bdb1f8 100644
+index fa90308e4848..5445bbc08356 100644
 --- a/misc/Makefile
 +++ b/misc/Makefile
-@@ -17,23 +17,24 @@ endif
+@@ -17,6 +17,7 @@ endif
  ifeq ($(IP_CONFIG_SETNS),y)
        CFLAGS += -DHAVE_SETNS
  endif
 +CFLAGS += -I$(DBM_INCLUDE)
  
- all: $(TARGETS)
- 
+ ifeq ($(HAVE_MNL),y)
+       CFLAGS += -DHAVE_LIBMNL $(shell $(PKG_CONFIG) libmnl --cflags)
+@@ -28,17 +29,17 @@ all: $(TARGETS)
  ss: $(SSOBJ)
        $(QUIET_LINK)$(CC) $^ $(LDFLAGS) $(LDLIBS) -o $@
  
 -nstat: nstat.c
--      $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o nstat nstat.c $(LIBNETLINK) -lm
+-      $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o nstat nstat.c $(LDLIBS) -lm
 +nstat: nstat.o
-+      $(QUIET_CC)$(CC) $(LDFLAGS) -o nstat nstat.o $(LIBNETLINK) -lm
++      $(QUIET_CC)$(CC) $(LDFLAGS) -o nstat nstat.o $(LDLIBS) -lm
  
 -ifstat: ifstat.c
--      $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o ifstat ifstat.c $(LIBNETLINK) 
-lm
+-      $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o ifstat ifstat.c $(LDLIBS) -lm
 +ifstat: ifstat.o
-+      $(QUIET_CC)$(CC) $(LDFLAGS) -o ifstat ifstat.o $(LIBNETLINK) -lm
++      $(QUIET_CC)$(CC) $(LDFLAGS) -o ifstat ifstat.o $(LDLIBS) -lm
  
 -rtacct: rtacct.c
--      $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o rtacct rtacct.c $(LIBNETLINK) 
-lm
+-      $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o rtacct rtacct.c $(LDLIBS) -lm
 +rtacct: rtacct.o
-+      $(QUIET_CC)$(CC) $(LDFLAGS) -o rtacct rtacct.o $(LIBNETLINK) -lm
++      $(QUIET_CC)$(CC) $(LDFLAGS) -o rtacct rtacct.o $(LDLIBS) -lm
  
 -arpd: arpd.c
--      $(QUIET_CC)$(CC) $(CFLAGS) -I$(DBM_INCLUDE) $(LDFLAGS) -o arpd arpd.c 
$(LIBNETLINK) -ldb -lpthread
+-      $(QUIET_CC)$(CC) $(CFLAGS) -I$(DBM_INCLUDE) $(LDFLAGS) -o arpd arpd.c 
$(LDLIBS) -ldb -lpthread
 +arpd: arpd.o
-+      $(QUIET_CC)$(CC) $(LDFLAGS) -o arpd arpd.o $(LIBNETLINK) -ldb -lpthread
++      $(QUIET_CC)$(CC) $(LDFLAGS) -o arpd arpd.o $(LDLIBS) -ldb -lpthread
  
  ssfilter.c: ssfilter.y
        $(QUIET_YACC)bison ssfilter.y -o ssfilter.c


Reply via email to