forked from pool/iproute2
Accepting request 945800 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/945800 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iproute2?expand=0&rev=123
This commit is contained in:
commit
c019fb6cb9
@ -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,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 21:22:27 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- remove routef from links; it doesn't exist anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -125,10 +125,9 @@ ln -s "%_sbindir/ip" "$b/sbin/"
|
||||
mkdir -p "$b/bin"
|
||||
ln -sf "%_sbindir/ip" "$b/bin/ip"
|
||||
%endif
|
||||
for BIN in lnstat nstat routef routel ss; do
|
||||
for BIN in lnstat nstat 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
|
||||
@ -136,7 +135,6 @@ cp -an README* examples/bpf "$b/%_docdir/%name/"
|
||||
%files
|
||||
%_bindir/lnstat
|
||||
%_bindir/nstat
|
||||
%_bindir/routef
|
||||
%_bindir/routel
|
||||
%_bindir/ss
|
||||
%_sbindir/*
|
||||
|
Loading…
Reference in New Issue
Block a user