Accepting request 702616 from home:mkubecek:branches:security:netfilter

- update to version 5.1

OBS-URL: https://build.opensuse.org/request/show/702616
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=172
This commit is contained in:
Jan Engelhardt 2019-05-13 10:10:03 +00:00 committed by Git OBS Bridge
parent c67d196218
commit fdb095ffbe
7 changed files with 67 additions and 6 deletions

View File

@ -0,0 +1,26 @@
From: Michal Kubecek <mkubecek@suse.cz>
Date: Mon, 13 May 2019 11:09:08 +0200
Subject: Revert "tc/ematch: fix deprecated yacc warning"
Patch-mainline: Never, build fix for older distributions
This reverts commit 38983334f6d59318f40cda5cab771a92c2510695.
For SLE <= 12 and openSUSE 42.3 only. Their bison (version 2.7) does not
recognize new syntax.
---
tc/emp_ematch.y | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/tc/emp_ematch.y
+++ b/tc/emp_ematch.y
@@ -8,8 +8,8 @@
%locations
%token-table
-%define parse.error verbose
-%define api.prefix {ematch_}
+%error-verbose
+%name-prefix "ematch_"
%union {
unsigned int i;

Binary file not shown.

View File

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

BIN
iproute2-5.1.0.tar.sign Normal file

Binary file not shown.

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

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon May 13 09:28:09 UTC 2019 - Michal Kubecek <mkubecek@suse.cz>
- Revert-tc-ematch-fix-deprecated-yacc-warning.patch:
fix build on SLE12 and openSUSE Leap 42.3
-------------------------------------------------------------------
Mon May 13 08:25:42 UTC 2019 - Michal Kubecek <mkubecek@suse.cz>
- Update to new upstream release 5.1
* bridge: fdb: add support for src_vni option
* devlink: report cell size
* devlink: add dev info and dev flash subcommands
* devlink: add health subcommand
* ip link: display netrom link type
* ip link: bond_slave: add xstats support
* ip link: bridge: support mcast to unicast flag
* ip netns: add attach subcommand to attach existing netns
* ip xfrm: add option to hide keys in state output
* ip xfrm: support xfrm interfaces
* rdma: add unbound workqueue to list of poll context types
* rdma: provide parent context index for all objects except CM_ID
* rdma: add prefix for driver attributes
* ss: support AF_XDP
* tc: add hit counter for matchall
* tc: add kind property to csum action
* tc: q_cake: support fwmark option
* improve batch and dump performance by caching link lookups
* more JSON support
* many text/JSON output fixes
-------------------------------------------------------------------
Sat Mar 23 05:39:54 UTC 2019 - seanlew@opensuse.org

View File

@ -12,14 +12,14 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: iproute2
Version: 5.0.0
Version: 5.1
Release: 0
%define rversion 5.0.0
%define rversion 5.1.0
Summary: Linux network configuration utilities
License: GPL-2.0-only
Group: Productivity/Networking/Routing
@ -37,6 +37,7 @@ Patch3: add-explicit-typecast-to-avoid-gcc-warning.patch
Patch4: xfrm-support-displaying-transformations-used-for-Mob.patch
Patch6: split-link-and-compile-steps-for-binaries.patch
Patch7: examples-fix-bashisms-in-example-script.patch
Patch101: Revert-tc-ematch-fix-deprecated-yacc-warning.patch
Patch102: Revert-emp-fix-warning-on-deprecated-bison-directive.patch
Patch201: bpf-data-section-support-poc.patch
Patch202: bpf-bss-section-poc.patch
@ -87,6 +88,9 @@ bash command line completion support for iproute.
%prep
%setup -qn %name-%rversion
%patch -P 1 -P 2 -P 3 -P 4 -P 6 -P 7 -P 201 -P 202 -p1
%if 0%{?suse_version} < 1500
%patch -P 101 -p1
%endif
%if 0%{?sles_version} == 11
%patch -P 102 -p1
%endif