Hello community, here is the log from the commit of package iproute2 for openSUSE:Factory checked in at 2016-01-21 23:41:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iproute2 (Old) and /work/SRC/openSUSE:Factory/.iproute2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iproute2" Changes: -------- --- /work/SRC/openSUSE:Factory/iproute2/iproute2-doc.changes 2015-09-24 07:15:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.iproute2.new/iproute2-doc.changes 2016-01-21 23:41:24.000000000 +0100 @@ -1,0 +2,34 @@ +Thu Jan 14 09:57:42 UTC 2016 - [email protected] + +- 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 - [email protected] + +- 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 + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/iproute2/iproute2.changes 2015-11-17 14:19:57.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.iproute2.new/iproute2.changes 2016-01-21 23:41:24.000000000 +0100 @@ -1,0 +2,26 @@ +Thu Jan 14 09:57:42 UTC 2016 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- iproute2-4.3.0.tar.sign iproute2-4.3.0.tar.xz New: ---- iproute2-4.4.0.tar.sign iproute2-4.4.0.tar.xz man-fix-documentation-references-in-manual-pages.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iproute2-doc.spec ++++++ --- /var/tmp/diff_new_pack.udS4uT/_old 2016-01-21 23:41:26.000000000 +0100 +++ /var/tmp/diff_new_pack.udS4uT/_new 2016-01-21 23:41:26.000000000 +0100 @@ -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 ++++++ iproute2.spec ++++++ --- /var/tmp/diff_new_pack.udS4uT/_old 2016-01-21 23:41:26.000000000 +0100 +++ /var/tmp/diff_new_pack.udS4uT/_new 2016-01-21 23:41:26.000000000 +0100 @@ -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 @@ 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 @@ %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 ++++++ iproute2-4.3.0.tar.xz -> iproute2-4.4.0.tar.xz ++++++ ++++ 6182 lines of diff (skipped) ++++++ man-fix-documentation-references-in-manual-pages.patch ++++++ From: Michal Kubecek <[email protected]> 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 <[email protected]>. 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
