forked from pool/iproute2
Accepting request 945663 from home:gmbr3:Active
- update to 5.16: * devlink: Fix cmd_dev_param_set() to check configuration mode * ip: add AMT support * iplink_can: fix configuration ranges in print_usage() and add unit * tc: flower: Fix buffer overflow on large labels * ip/ipnexthop: fix unsigned overflow in parse_nh_group_type_res() * tc/m_vlan: fix print_vlan() conditional on TCA_VLAN_ACT_PUSH_ETH * iplink_can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC) OBS-URL: https://build.opensuse.org/request/show/945663 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=218
This commit is contained in:
parent
8583b681e9
commit
844978d728
@ -15,12 +15,12 @@ Match the directory layout of openSUSE and SLE.
|
||||
@@ -14,7 +14,7 @@ endif
|
||||
|
||||
PREFIX?=/usr
|
||||
LIBDIR?=$(PREFIX)/lib
|
||||
-SBINDIR?=/sbin
|
||||
+SBINDIR?=/usr/sbin
|
||||
CONFDIR?=/etc/iproute2
|
||||
NETNS_RUN_DIR?=/var/run/netns
|
||||
NETNS_ETC_DIR?=/etc/netns
|
||||
DATADIR?=$(PREFIX)/share
|
||||
@@ -31,7 +31,7 @@ DBM_INCLUDE:=$(DESTDIR)/usr/include
|
||||
|
||||
SHARED_LIBS = y
|
||||
|
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38e3e4a5f9a7f5575c015027a10df097c149111eeb739993128e5b2b35b291ff
|
||||
size 858068
|
BIN
iproute2-5.16.0.tar.sign
Normal file
BIN
iproute2-5.16.0.tar.sign
Normal file
Binary file not shown.
3
iproute2-5.16.0.tar.xz
Normal file
3
iproute2-5.16.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c064b66f6b001c2a35aa5224b5b1ac8aa4bee104d7dce30d6f10a84cb8b01e2f
|
||||
size 862504
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 19:49:31 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- update to 5.16:
|
||||
* devlink: Fix cmd_dev_param_set() to check configuration mode
|
||||
* ip: add AMT support
|
||||
* iplink_can: fix configuration ranges in print_usage() and add
|
||||
unit
|
||||
* tc: flower: Fix buffer overflow on large labels
|
||||
* ip/ipnexthop: fix unsigned overflow in parse_nh_group_type_res()
|
||||
* tc/m_vlan: fix print_vlan() conditional on TCA_VLAN_ACT_PUSH_ETH
|
||||
* iplink_can: add new CAN FD bittiming parameters:
|
||||
Transmitter Delay Compensation (TDC)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 13 20:03:30 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _buildshell /bin/bash
|
||||
Name: iproute2
|
||||
Version: 5.15
|
||||
Version: 5.16
|
||||
Release: 0
|
||||
Summary: Linux network configuration utilities
|
||||
License: GPL-2.0-only
|
||||
@ -128,7 +128,6 @@ ln -sf "%_sbindir/ip" "$b/bin/ip"
|
||||
for BIN in lnstat nstat routef routel ss; do
|
||||
ln -sf "%_sbindir/$BIN" "$b/%_bindir/$BIN"
|
||||
done
|
||||
rm "$b/%_sbindir/ifcfg"
|
||||
mkdir -p "$b/%_docdir/%name"
|
||||
cp -an README* examples/bpf "$b/%_docdir/%name/"
|
||||
%fdupes %buildroot/%_prefix
|
||||
|
Loading…
Reference in New Issue
Block a user