- Update to release 5.6

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=188
This commit is contained in:
Jan Engelhardt 2020-04-01 18:48:10 +00:00 committed by Git OBS Bridge
parent c7074f5a53
commit 4e0b2288b4
6 changed files with 31 additions and 6 deletions

13
_service Normal file
View File

@ -0,0 +1,13 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2</param>
<param name="revision">v5.6.0</param>
<param name="versionformat">5.6.0</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

Binary file not shown.

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Apr 1 18:44:53 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- 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 <mkubecek@suse.cz>

View File

@ -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