From 4e0b2288b48624618641653c0194801392d1a4a6f8cb315facbbc89289b6f0c0 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 1 Apr 2020 18:48:10 +0000 Subject: [PATCH] - Update to release 5.6 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=188 --- _service | 13 +++++++++++++ iproute2-5.5.0.tar.sign | Bin 566 -> 0 bytes iproute2-5.5.0.tar.xz | 3 --- iproute2-5.6.0.tar.xz | 3 +++ iproute2.changes | 11 +++++++++++ iproute2.spec | 7 ++++--- 6 files changed, 31 insertions(+), 6 deletions(-) create mode 100644 _service delete mode 100644 iproute2-5.5.0.tar.sign delete mode 100644 iproute2-5.5.0.tar.xz create mode 100644 iproute2-5.6.0.tar.xz diff --git a/_service b/_service new file mode 100644 index 0000000..25ecf38 --- /dev/null +++ b/_service @@ -0,0 +1,13 @@ + + + git + git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2 + v5.6.0 + 5.6.0 + + + *.tar + xz + + + diff --git a/iproute2-5.5.0.tar.sign b/iproute2-5.5.0.tar.sign deleted file mode 100644 index 47c82e2dd3cbd0688cd7c815137321c46e73e78314a9786c22267bb3668e6447..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j+mZ^K2fTj%FyxIB-5r+;9T&E$Rs0$wibMF0v35P+wD zV3p0}eyrdS0LyfQN$8+!$Nuc%w;DTihIhL6>&P9luBbir^-*3mE9Bg*pMRAyf3sxA z*!8Z{6LtG3$=Z-`G=-21=-9MiSPyJ)-oju)k3pjanE#&^weBQB^kqjdaVW9N+vJIS zI7@GEPzrJh7$<}6^L@vZw?$1Uq}2wU-jBr!Hq!f?rj3qSzp#nWe6%S|N>9C|Dp=Ms$EgRA+}-!rUhNCd^Y=BQZg_CjmPBovzd@H`tLs@mDj~gC?9` zZ8x1_6v#NZ9~u2|k1))P{sE0g+? EAK4QbdjJ3c diff --git a/iproute2-5.5.0.tar.xz b/iproute2-5.5.0.tar.xz deleted file mode 100644 index eda31cb..0000000 --- a/iproute2-5.5.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bac543435cac208a11db44c9cc8e35aa902befef8750594654ee71941c388f7b -size 747756 diff --git a/iproute2-5.6.0.tar.xz b/iproute2-5.6.0.tar.xz new file mode 100644 index 0000000..5382068 --- /dev/null +++ b/iproute2-5.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc42f962d034f735a614dba6205f0090e738800e450a69b16170e67d3b1e250 +size 754128 diff --git a/iproute2.changes b/iproute2.changes index 3dcc55f..3c8f11a 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Apr 1 18:44:53 UTC 2020 - Jan Engelhardt + +- Update to release 5.6 + * ip link: show permanent hardware address + * ip link: add support for STP xstats + * ip link: bond: print LACP actor/partner oper states as strings + * tc: Add support for ETS Qdisc + * ip: xfrm: add espintcp encapsulation + * tc: add support for FQ-PIE packet scheduler + ------------------------------------------------------------------- Sun Feb 9 17:16:03 UTC 2020 - Michal Kubecek diff --git a/iproute2.spec b/iproute2.spec index ad25c32..3537440 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -17,7 +17,7 @@ Name: iproute2 -Version: 5.5.0 +Version: 5.6.0 Release: 0 Summary: Linux network configuration utilities License: GPL-2.0-only @@ -27,8 +27,9 @@ URL: https://www.linuxfoundation.org/collaborate/workgroups/networkin #DL-URL: https://kernel.org/pub/linux/utils/net/iproute2/ #Git-Clone: git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2 -Source: https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.tar.xz -Source2: https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.tar.sign +#Source: https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.tar.xz +#Source2: https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.tar.sign +Source: %name-%version.tar.xz Source9: %name.keyring Patch1: adjust-installation-directories-for-openSUSE-SLE.patch Patch2: use-sysconf-_SC_CLK_TCK-if-HZ-undefined.patch