Accepting request 889039 from home:polslinux:branches:security:netfilter
- Update to release 5.12 * devlink: Use library provided string processing APIs * utils: Introduce helper routines for generic socket recv * q_cake: Fix incorrect printing of signed values in class statistics * json_print: Add print_tv() * nexthop: Add support for nexthop buckets * nexthop: Add support for resilient nexthop groups * ip: xfrm: add support for tfcpad * tc: e_bpf: fix memory leak in parse_bpf() * lib: bpf_legacy: treat 0 as a valid file descriptor * ip: drop 2-char command assumption * bridge: vlan: dump port only if there are any vlans OBS-URL: https://build.opensuse.org/request/show/889039 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=212
This commit is contained in:
parent
818a8fe36d
commit
1a643f0773
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c5e2ea108212b3445051b35953ec267f9f3469e1d5c67ac034ab559849505c54
|
|
||||||
size 822136
|
|
BIN
iproute2-5.12.0.tar.sign
Normal file
BIN
iproute2-5.12.0.tar.sign
Normal file
Binary file not shown.
3
iproute2-5.12.0.tar.xz
Normal file
3
iproute2-5.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9d268db98a36ee2a0e3ff3b92b2efff66fc1138a51e409bdef6ab3cfe15f326f
|
||||||
|
size 835880
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 28 13:44:41 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- Update to release 5.12
|
||||||
|
* devlink: Use library provided string processing APIs
|
||||||
|
* utils: Introduce helper routines for generic socket recv
|
||||||
|
* q_cake: Fix incorrect printing of signed values in class statistics
|
||||||
|
* json_print: Add print_tv()
|
||||||
|
* nexthop: Add support for nexthop buckets
|
||||||
|
* nexthop: Add support for resilient nexthop groups
|
||||||
|
* ip: xfrm: add support for tfcpad
|
||||||
|
* tc: e_bpf: fix memory leak in parse_bpf()
|
||||||
|
* lib: bpf_legacy: treat 0 as a valid file descriptor
|
||||||
|
* ip: drop 2-char command assumption
|
||||||
|
* bridge: vlan: dump port only if there are any vlans
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 6 08:31:13 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Sat Mar 6 08:31:13 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define _buildshell /bin/bash
|
%define _buildshell /bin/bash
|
||||||
Name: iproute2
|
Name: iproute2
|
||||||
Version: 5.11
|
Version: 5.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux network configuration utilities
|
Summary: Linux network configuration utilities
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -27,7 +27,7 @@ URL: https://wiki.linuxfoundation.org/networking/iproute2
|
|||||||
# Using GPL-2.0 instead of GPL-2.0+ because of tc_skbedit.h and tc/q_multiq.c
|
# Using GPL-2.0 instead of GPL-2.0+ because of tc_skbedit.h and tc/q_multiq.c
|
||||||
|
|
||||||
#DL-URL: https://kernel.org/pub/linux/utils/net/iproute2/
|
#DL-URL: https://kernel.org/pub/linux/utils/net/iproute2/
|
||||||
#Git-Clone: git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2
|
#Git-Clone: https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/
|
||||||
#Git-Mirror: https://github.com/shemminger/iproute2
|
#Git-Mirror: https://github.com/shemminger/iproute2
|
||||||
Source: https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.0.tar.xz
|
Source: https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.0.tar.xz
|
||||||
Source2: https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.0.tar.sign
|
Source2: https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.0.tar.sign
|
||||||
|
Loading…
Reference in New Issue
Block a user