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

- Update to new upstream release 4.4
- replace Debian specific paths and package names in man pages with SUSE ones

OBS-URL: https://build.opensuse.org/request/show/353677
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=115
This commit is contained in:
Jan Engelhardt 2016-01-14 13:39:51 +00:00 committed by Git OBS Bridge
parent b099c5c87e
commit 9786270974
9 changed files with 122 additions and 10 deletions

Binary file not shown.

View File

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

BIN
iproute2-4.4.0.tar.sign Normal file

Binary file not shown.

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

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Thu Jan 14 09:57:42 UTC 2016 - mkubecek@suse.cz
- Update to new upstream release 4.4
* tunnel code rework
* add VRF support
* add lightweight tunnel support
* ila: Add support for ILA lwtunnels
* f_bpf: allow for optional classid and add flags
* m_bpf: don't require default opcode on ebpf actions
* route: Add RTM_F_LOOKUP_TABLE flag and show table id
* neigh: Add support for filtering dumps by master device
* route: print addrgenmode stable_secret and fallback otherwise
* tc: flower no need to specify the ethertype
* geneve: add support for IPv6 link partners
* neigh: device is optional for proxy entries
* tunnel: determine tunnel address family from the tunnel type
* addr: ignore EADDRNOTAVAIL errors during address flush operation
* vxlan, gre: add support for collect metadata flag
* route: ignore RTAX_HOPLIMIT of value -1
* route: fix printing of locked entries
* vxlan: Add support for remote checksum offload
* documentation improvements
- man-fix-documentation-references-in-manual-pages.patch:
replace Debian specific paths and package names with SUSE ones
-------------------------------------------------------------------
Wed Nov 11 15:21:05 UTC 2015 - jengelh@inai.de
- Update to new upstream release 4.3
* route: filter routes by family if so specified
* ip: add `ip rule save/restore`
* Manpage additions for tc filters
-------------------------------------------------------------------
Thu Sep 10 07:42:01 UTC 2015 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package iproute2-doc
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,9 +17,9 @@
Name: iproute2-doc
Version: 4.3
Version: 4.4
Release: 0
%define rversion 4.3.0
%define rversion 4.4.0
Summary: Documentation to iproute2
License: GPL-2.0+
Group: Documentation/Other

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Jan 14 09:57:42 UTC 2016 - mkubecek@suse.cz
- Update to new upstream release 4.4
* tunnel code rework
* add VRF support
* add lightweight tunnel support
* ila: Add support for ILA lwtunnels
* f_bpf: allow for optional classid and add flags
* m_bpf: don't require default opcode on ebpf actions
* route: Add RTM_F_LOOKUP_TABLE flag and show table id
* neigh: Add support for filtering dumps by master device
* route: print addrgenmode stable_secret and fallback otherwise
* tc: flower no need to specify the ethertype
* geneve: add support for IPv6 link partners
* neigh: device is optional for proxy entries
* tunnel: determine tunnel address family from the tunnel type
* addr: ignore EADDRNOTAVAIL errors during address flush operation
* vxlan, gre: add support for collect metadata flag
* route: ignore RTAX_HOPLIMIT of value -1
* route: fix printing of locked entries
* vxlan: Add support for remote checksum offload
* documentation improvements
- man-fix-documentation-references-in-manual-pages.patch:
replace Debian specific paths and package names with SUSE ones
-------------------------------------------------------------------
Wed Nov 11 15:21:05 UTC 2015 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package iproute2
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,9 +17,9 @@
Name: iproute2
Version: 4.3
Version: 4.4
Release: 0
%define rversion 4.3.0
%define rversion 4.4.0
Summary: Linux network configuration utilities
License: GPL-2.0
Group: Productivity/Networking/Routing
@ -37,6 +37,7 @@ Patch2: iproute2-HZ.diff
Patch3: revert-pdf-creation.diff
Patch4: revert-bison-fix.diff
Patch5: kernel_xfrm6_raw.patch
Patch6: man-fix-documentation-references-in-manual-pages.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bison
BuildRequires: db-devel
@ -78,7 +79,7 @@ New programs should use libmnl-devel instead.
%if 0%{?sles_version} == 11
%patch -P 4 -p1
%endif
%patch -P 5 -p1
%patch -P 5 -P 6 -p1
find . -name *.orig -delete
%build

View File

@ -0,0 +1,51 @@
From: Michal Kubecek <mkubecek@suse.cz>
Date: Mon, 19 Oct 2015 14:11:00 +0200
Subject: man: fix documentation references in manual pages
Patch-mainline: Never, SUSE specific
References: bsc#949063
Some manual pages refer to Debian specific paths and package names.
Replace them by SUSE specific ones.
---
man/man8/lnstat.8 | 2 +-
man/man8/ss.8 | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/man/man8/lnstat.8 b/man/man8/lnstat.8
index acd5f4a20522..738acd545f6a 100644
--- a/man/man8/lnstat.8
+++ b/man/man8/lnstat.8
@@ -255,7 +255,7 @@ route cache removal, therefore always zero.
.SH SEE ALSO
.BR ip (8),
-and /usr/share/doc/iproute-doc/README.lnstat (package iproute-doc on Debian)
+and /usr/share/doc/packages/iproute2/README.lnstat
.br
.SH AUTHOR
lnstat was written by Harald Welte <laforge@gnumonks.org>.
diff --git a/man/man8/ss.8 b/man/man8/ss.8
index f4d5264f3036..2be5295d58f3 100644
--- a/man/man8/ss.8
+++ b/man/man8/ss.8
@@ -131,7 +131,7 @@ Read filter information from FILE.
Each line of FILE is interpreted like single command line option. If FILE is - stdin is used.
.TP
.B FILTER := [ state STATE-FILTER ] [ EXPRESSION ]
-Please take a look at the official documentation (Debian package iproute-doc) for details regarding filters.
+Please take a look at the official documentation (package iproute2-doc) for details regarding filters.
.SH STATE-FILTER
@@ -186,7 +186,7 @@ Find all local processes connected to X server.
List all the tcp sockets in state FIN-WAIT-1 for our apache to network 193.233.7/24 and look at their timers.
.SH SEE ALSO
.BR ip (8),
-.BR /usr/share/doc/iproute-doc/ss.html " (package iproute­doc)",
+.BR /usr/share/doc/packages/iproute2/ss.* " (package iproute2-doc)"
.br
.BR RFC " 793 "
- https://tools.ietf.org/rfc/rfc793.txt (TCP states)
--
2.7.0