diff --git a/adjust-installation-directories-for-openSUSE-SLE.patch b/adjust-installation-directories-for-openSUSE-SLE.patch index cf69184..9752031 100644 --- a/adjust-installation-directories-for-openSUSE-SLE.patch +++ b/adjust-installation-directories-for-openSUSE-SLE.patch @@ -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 diff --git a/iproute2-5.15.0.tar.sign b/iproute2-5.15.0.tar.sign deleted file mode 100644 index adf1983..0000000 Binary files a/iproute2-5.15.0.tar.sign and /dev/null differ diff --git a/iproute2-5.15.0.tar.xz b/iproute2-5.15.0.tar.xz deleted file mode 100644 index c907333..0000000 --- a/iproute2-5.15.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38e3e4a5f9a7f5575c015027a10df097c149111eeb739993128e5b2b35b291ff -size 858068 diff --git a/iproute2-5.16.0.tar.sign b/iproute2-5.16.0.tar.sign new file mode 100644 index 0000000..fc33694 Binary files /dev/null and b/iproute2-5.16.0.tar.sign differ diff --git a/iproute2-5.16.0.tar.xz b/iproute2-5.16.0.tar.xz new file mode 100644 index 0000000..f5dbb86 --- /dev/null +++ b/iproute2-5.16.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c064b66f6b001c2a35aa5224b5b1ac8aa4bee104d7dce30d6f10a84cb8b01e2f +size 862504 diff --git a/iproute2.changes b/iproute2.changes index f54bbc5..5e2f3ad 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Jan 11 19:49:31 UTC 2022 - Callum Farmer + +- 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 diff --git a/iproute2.spec b/iproute2.spec index feb3b2f..a4decdc 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -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