diff --git a/iproute2-4.3.0.tar.sign b/iproute2-4.3.0.tar.sign deleted file mode 100644 index d0d551e..0000000 Binary files a/iproute2-4.3.0.tar.sign and /dev/null differ diff --git a/iproute2-4.3.0.tar.xz b/iproute2-4.3.0.tar.xz deleted file mode 100644 index a871631..0000000 --- a/iproute2-4.3.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f03b1188dd6c039512424de82ff7a8f3b446680bd4e908ff42a7b9b137422995 -size 525364 diff --git a/iproute2-4.4.0.tar.sign b/iproute2-4.4.0.tar.sign new file mode 100644 index 0000000..4bef2a8 Binary files /dev/null and b/iproute2-4.4.0.tar.sign differ diff --git a/iproute2-4.4.0.tar.xz b/iproute2-4.4.0.tar.xz new file mode 100644 index 0000000..b26a0fb --- /dev/null +++ b/iproute2-4.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc91c367288a19f78ef800cd6840363be1f22da8436fbae88e1a7250490d6514 +size 528552 diff --git a/iproute2-doc.changes b/iproute2-doc.changes index 17b9a52..d0b48f1 100644 --- a/iproute2-doc.changes +++ b/iproute2-doc.changes @@ -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 diff --git a/iproute2-doc.spec b/iproute2-doc.spec index 3983102..7a274ef 100644 --- a/iproute2-doc.spec +++ b/iproute2-doc.spec @@ -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 diff --git a/iproute2.changes b/iproute2.changes index 7ff7583..d0b48f1 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -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 diff --git a/iproute2.spec b/iproute2.spec index 212651c..3dc4cae 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -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 diff --git a/man-fix-documentation-references-in-manual-pages.patch b/man-fix-documentation-references-in-manual-pages.patch new file mode 100644 index 0000000..f662fd3 --- /dev/null +++ b/man-fix-documentation-references-in-manual-pages.patch @@ -0,0 +1,51 @@ +From: Michal Kubecek +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 . +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 +